Commit e753c16cb3dd for kernel

commit e753c16cb3dd1e8feee6977c330d21fbe0e2db0b
Merge: e8ab3110525d 705355a82b8e
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sat Apr 11 12:49:21 2026 -0700

    Merge tag 'spi-fix-v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi

    Pull spi fixes from Mark Brown:
     "A couple of changes here, one update to MAINTAINERS for the AMD
      controller and a chnage from Pei Xiao which in spite of the changelog
      is actually a fix - previously the zynq-qspi driver leaked a clock
      enable for every flash operation it did which isn't good, these extra
      enables were removed when doing the enable cleanup which are probably
      a good idea anyway"

    * tag 'spi-fix-v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
      MAINTAINERS: Update AMD SPI driver maintainers
      spi: zynq-qspi: Simplify clock handling with devm_clk_get_enabled()