2022-10-25 02:37:21

by Joel Stanley

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Add Ben as a reviewer for ASPEED UCD

He wrote the vhub driver and would like to be cc'd on patches.

Signed-off-by: Joel Stanley <[email protected]>
---
MAINTAINERS | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3bb30c0d1cb4..637beabc70f1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3232,12 +3232,15 @@ S: Maintained
F: Documentation/devicetree/bindings/media/aspeed-video.txt
F: drivers/media/platform/aspeed/

-ASPEED USB UDC DRIVER
+ASPEED USB UDC DRIVERS
M: Neal Liu <[email protected]>
+R: Benjamin Herrenschmidt <[email protected]>
L: [email protected] (moderated for non-subscribers)
S: Maintained
F: Documentation/devicetree/bindings/usb/aspeed,ast2600-udc.yaml
F: drivers/usb/gadget/udc/aspeed_udc.c
+F: Documentation/devicetree/bindings/usb/aspeed,usb-vhub.yaml
+F: drivers/usb/gadget/udc/aspeed-vhub/

ASPEED CRYPTO DRIVER
M: Neal Liu <[email protected]>
--
2.35.1


2022-10-25 07:43:24

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add Ben as a reviewer for ASPEED UCD

On Tue, Oct 25, 2022 at 12:38:56PM +1030, Joel Stanley wrote:
> He wrote the vhub driver and would like to be cc'd on patches.

You also added more files to the entry, but did not document that here
:(

>
> Signed-off-by: Joel Stanley <[email protected]>
> ---
> MAINTAINERS | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3bb30c0d1cb4..637beabc70f1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3232,12 +3232,15 @@ S: Maintained
> F: Documentation/devicetree/bindings/media/aspeed-video.txt
> F: drivers/media/platform/aspeed/
>
> -ASPEED USB UDC DRIVER
> +ASPEED USB UDC DRIVERS
> M: Neal Liu <[email protected]>
> +R: Benjamin Herrenschmidt <[email protected]>

I would need Ben's ack before accepting this.

thanks,

greg k-h