[PATCH] MAINTAINERS: aspeed: Add more files and myself as a reviewer

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

Reviewed-by: Chia-Wei Wang chiawei_wang@aspeedtech.com
-----Original Message----- From: joel.stan@gmail.com joel.stan@gmail.com On Behalf Of Joel Stanley Sent: Thursday, May 19, 2022 8:37 AM To: u-boot@lists.denx.de; Ryan Chen ryan_chen@aspeedtech.com; ChiaWei Wang chiawei_wang@aspeedtech.com Subject: [PATCH] MAINTAINERS: aspeed: Add more files and myself as a reviewer
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
2.35.1

On Thu, May 19, 2022 at 10:06:33AM +0930, Joel Stanley wrote:
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 Reviewed-by: Chia-Wei Wang chiawei_wang@aspeedtech.com
Applied to u-boot/master, thanks!
participants (3)
-
ChiaWei Wang
-
Joel Stanley
-
Tom Rini