[v5,2/2] usb: serial: add myself as maintainer of CH348

Message ID 20230106135338.643951-3-clabbe@baylibre.com
State New
Headers
Series usb: serial: add support for CH348 |

Commit Message

Corentin LABBE Jan. 6, 2023, 1:53 p.m. UTC
  Since I did the driver and have hardware to test, set myself as
maintainer of it.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
---
 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)
  

Comments

Johan Hovold Feb. 16, 2023, 9:22 a.m. UTC | #1
On Fri, Jan 06, 2023 at 01:53:38PM +0000, Corentin Labbe wrote:
> Since I did the driver and have hardware to test, set myself as
> maintainer of it.
> 
> Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
> ---
>  MAINTAINERS | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7729a30b9609..71b63b174703 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4915,6 +4915,11 @@ S:	Maintained
>  F:	drivers/auxdisplay/cfag12864bfb.c
>  F:	include/linux/cfag12864b.h
>  
> +CH348 USB SERIAL ADAPTER

Please name this

	USB SERIAL DRIVER FOR CH348

to keep related entries together.

> +M:	Corentin Labbe <clabbe@baylibre.com>
> +S:	Maintained
> +F:	drivers/usb/serial/ch348.c
> +
>  CHAR and MISC DRIVERS
>  M:	Arnd Bergmann <arnd@arndb.de>
>  M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Johan
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 7729a30b9609..71b63b174703 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4915,6 +4915,11 @@  S:	Maintained
 F:	drivers/auxdisplay/cfag12864bfb.c
 F:	include/linux/cfag12864b.h
 
+CH348 USB SERIAL ADAPTER
+M:	Corentin Labbe <clabbe@baylibre.com>
+S:	Maintained
+F:	drivers/usb/serial/ch348.c
+
 CHAR and MISC DRIVERS
 M:	Arnd Bergmann <arnd@arndb.de>
 M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>