
Add the rest of the ASPEED drivers that are in tree. Most are obvious, except for ftgmac100 which matches the register layout used in the ASPEED SoC.
I am the Linux maintainer for the ASPEED kernel port, and help maintain the fork of u-boot used for OpenBMC, so add myself as a reviewer so I can stay informed about u-boot changes.
Signed-off-by: Joel Stanley joel@jms.id.au --- MAINTAINERS | 11 +++++++++++ 1 file changed, 11 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 56be0bfad00c..28e4d3823861 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -169,12 +169,23 @@ ARM ASPEED M: Ryan Chen ryan_chen@aspeedtech.com M: Chia-Wei Wang chiawei_wang@aspeedtech.com R: Aspeed BMC SW team BMC-SW@aspeedtech.com +R: Joel Stanley joel@jms.id.au S: Maintained F: arch/arm/mach-aspeed/ F: arch/arm/include/asm/arch-aspeed/ F: board/aspeed/ F: drivers/clk/aspeed/ +F: drivers/crypto/aspeed/ +F: drivers/gpio/gpio-aspeed.c +F: drivers/i2c/ast_i2c.[ch] +F: drivers/mmc/aspeed_sdhci.c +F: drivers/net/aspeed_mdio.c +F: drivers/net/ftgmac100.[ch] F: drivers/pinctrl/aspeed/ +F: drivers/pwm/pwm-aspeed.c +F: drivers/ram/aspeed/ +F: drivers/reset/reset-ast2500.c +F: drivers/watchdog/ast_wdt.c N: aspeed
ARM BROADCOM BCM283X / BCM27XX