diff options
author | Linus Torvalds | 2022-11-11 09:13:52 -0800 |
---|---|---|
committer | Linus Torvalds | 2022-11-11 09:13:52 -0800 |
commit | a83e18ccc486dc20fdb46109944ea1b450ac771e (patch) | |
tree | ff3102cafcdba0b0c514ef326bc668d336bdec0d /MAINTAINERS | |
parent | 7c42d6f5e663f39bcf56d08685d84a7b1d011c77 (diff) | |
parent | bff6bef701db784bb159a659e99c785b4594fc96 (diff) |
Merge tag 'spi-fix-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Pull spi fixes from Mark Brown:
"A relatively large batch of fixes here but all device specific, plus
an update to MAINTAINERS.
The summary print change to the STM32 driver is fixing an issue where
the driver could easily end up spamming the logs with something that
should be a debug message"
* tag 'spi-fix-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
spi: amd: Fix SPI_SPD7 value
spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every run
spi: meson-spicc: fix do_div build error on non-arm64
spi: intel: Use correct mask for flash and protected regions
spi: mediatek: Fix package division error
spi: tegra210-quad: Don't initialise DMA if not supported
MAINTAINERS: Update HiSilicon SFC Driver maintainer
spi: meson-spicc: move wait completion in driver to take bursts delay in account
spi: stm32: Print summary 'callbacks suppressed' message
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1b391ca7cf91..a5896d328506 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9341,7 +9341,7 @@ S: Maintained F: drivers/crypto/hisilicon/trng/trng.c HISILICON V3XX SPI NOR FLASH Controller Driver -M: John Garry <john.garry@huawei.com> +M: Jay Fang <f.fangjian@huawei.com> S: Maintained W: http://www.hisilicon.com F: drivers/spi/spi-hisi-sfc-v3xx.c |