summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-09-13 15:55:33 -0400
committerTom Rini <trini@konsulko.com>2022-09-13 15:55:33 -0400
commitc2238fcf0c4567bbd581882e5952047e71406f58 (patch)
tree2af9998be92eae0ac3676e9f75be4b1a910e75a1 /MAINTAINERS
parentb3d9c0b6d5895e91b3e6b3566423d09e5a4d5ee8 (diff)
parentc184aca7b061f81681fc10d777c936f9a787a317 (diff)
Merge branch '2022-09-13-add-aspeed-spi-controller' into next
To quote the author: This patch series aims to porting ASPEED FMC/SPI memory controller driver with spi-mem interface. spi-mem dirmap framework is also synchronized from Linux. These patches have been verified on AST2600, AST2500 and AST2400 EVBs.
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 36a2b69fcb..1ebcd368a6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -724,6 +724,13 @@ S: Maintained
F: drivers/pci/pcie_phytium.c
F: arch/arm/dts/phytium-durian.dts
+ASPEED FMC SPI DRIVER
+M: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
+M: Cédric Le Goater <clg@kaod.org>
+R: Aspeed BMC SW team <BMC-SW@aspeedtech.com>
+S: Maintained
+F: drivers/spi/spi-aspeed-smc.c
+
BINMAN
M: Simon Glass <sjg@chromium.org>
M: Alper Nebi Yasak <alpernebiyasak@gmail.com>