[GIT PULL] SPI fixes for v7.0-rc7
From: Mark Brown
Date: Sat Apr 11 2026 - 15:26:06 EST
The following changes since commit 591cd656a1bf5ea94a222af5ef2ee76df029c1d2:
Linux 7.0-rc7 (2026-04-05 15:26:23 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v7.0-rc7
for you to fetch changes up to 705355a82b8ea86e0afe44560e970eedc74c05d3:
MAINTAINERS: Update AMD SPI driver maintainers (2026-04-07 17:45:37 +0100)
----------------------------------------------------------------
spi: Fixes for v7.0
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.
----------------------------------------------------------------
Pei Xiao (1):
spi: zynq-qspi: Simplify clock handling with devm_clk_get_enabled()
Raju Rangoju (1):
MAINTAINERS: Update AMD SPI driver maintainers
MAINTAINERS | 1 +
drivers/spi/spi-zynq-qspi.c | 42 ++++++------------------------------------
2 files changed, 7 insertions(+), 36 deletions(-)