diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-08-16 11:40:15 -0700 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-08-16 11:40:15 -0700 | 
| commit | 339800d50b411d617fb3298d478921e6626032e7 (patch) | |
| tree | bef7ce08d30c1b3de79586599bfe5f939d31d100 /MAINTAINERS | |
| parent | 15df6486ae56f259650159340a495406f427b2ea (diff) | |
| parent | 2fd92c7b8fe2cfc634613dc093d0f507c7389ea8 (diff) | |
| download | linux-339800d50b411d617fb3298d478921e6626032e7.tar.bz2 | |
Merge tag 'spi-fix-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Pull spi fixes from Mark Brown:
 "A few fixes that came in since my pull request, the Meson fix is a
  little large since it's fixing all possible cases of the problem that
  was observed with the driver and clock API trying to share
  configuration by integrating the device clocking fully with the clock
  API rather than spot fixing the one instance that was observed"
* tag 'spi-fix-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
  spi: dt-bindings: Drop Pratyush Yadav
  spi: meson-spicc: add local pow2 clock ops to preserve rate between messages
  MAINTAINERS: rectify entry for ARM/HPE GXP ARCHITECTURE
  spi: spi.c: Add missing __percpu annotations in users of spi_statistics
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8a5012ba6ff9..f512b430c7cb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2178,7 +2178,7 @@ M:	Jean-Marie Verdun <verdun@hpe.com>  M:	Nick Hawkins <nick.hawkins@hpe.com>  S:	Maintained  F:	Documentation/devicetree/bindings/arm/hpe,gxp.yaml -F:	Documentation/devicetree/bindings/spi/hpe,gxp-spi.yaml +F:	Documentation/devicetree/bindings/spi/hpe,gxp-spifi.yaml  F:	Documentation/devicetree/bindings/timer/hpe,gxp-timer.yaml  F:	arch/arm/boot/dts/hpe-bmc*  F:	arch/arm/boot/dts/hpe-gxp*  |