All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: aspeed: Add more files and myself as a reviewer
@ 2022-05-19  0:36 Joel Stanley
  2022-05-19  2:08 ` ChiaWei Wang
  2022-05-27 13:30 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Joel Stanley @ 2022-05-19  0:36 UTC (permalink / raw)
  To: u-boot, ryan_chen, chiawei_wang

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: [PATCH] MAINTAINERS: aspeed: Add more files and myself as a reviewer
  2022-05-19  0:36 [PATCH] MAINTAINERS: aspeed: Add more files and myself as a reviewer Joel Stanley
@ 2022-05-19  2:08 ` ChiaWei Wang
  2022-05-27 13:30 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: ChiaWei Wang @ 2022-05-19  2:08 UTC (permalink / raw)
  To: Joel Stanley, u-boot, Ryan Chen

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: aspeed: Add more files and myself as a reviewer
  2022-05-19  0:36 [PATCH] MAINTAINERS: aspeed: Add more files and myself as a reviewer Joel Stanley
  2022-05-19  2:08 ` ChiaWei Wang
@ 2022-05-27 13:30 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2022-05-27 13:30 UTC (permalink / raw)
  To: Joel Stanley; +Cc: u-boot, ryan_chen, chiawei_wang

[-- Attachment #1: Type: text/plain, Size: 580 bytes --]

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!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-27 13:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-19  0:36 [PATCH] MAINTAINERS: aspeed: Add more files and myself as a reviewer Joel Stanley
2022-05-19  2:08 ` ChiaWei Wang
2022-05-27 13:30 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.