diff mbox series

[v4,1/3] MAINTAINERS: co-maintain LiteX platform

Message ID 20211210145430.3707463-2-gsomlo@gmail.com
State Superseded
Headers show
Series [v4,1/3] MAINTAINERS: co-maintain LiteX platform | expand

Commit Message

Gabriel L. Somlo Dec. 10, 2021, 2:54 p.m. UTC
Add the litex_mmc (LiteSDCard) and LiteETH drivers to the list of files
maintained under LiteX.

Add Gabriel Somlo and Joel Stanley as maintainers; Joel authored
the LiteETH driver, and Gabriel is currently curating the LiteX
out-of-tree device drivers as they are tested and prepared for
upstream submission, having also co-authored a number of them.

Cc: Karol Gugala <kgugala@antmicro.com>
Cc: Mateusz Holenko <mholenko@antmicro.com>
Signed-off-by: Gabriel Somlo <gsomlo@gmail.com>
Acked-by: Joel Stanley <joel@jms.id.au>
---

New in v4:
  - n/a

> New in v3:
>   - picked up acked-by Joel
>   - added listing for liteeth driver
>   - added Joel as additional co-maintainer (thanks!)

 MAINTAINERS | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Comments

Mateusz Holenko Dec. 15, 2021, 11:04 a.m. UTC | #1
On Fri, Dec 10, 2021 at 3:54 PM Gabriel Somlo <gsomlo@gmail.com> wrote:
>
> Add the litex_mmc (LiteSDCard) and LiteETH drivers to the list of files
> maintained under LiteX.
>
> Add Gabriel Somlo and Joel Stanley as maintainers; Joel authored
> the LiteETH driver, and Gabriel is currently curating the LiteX
> out-of-tree device drivers as they are tested and prepared for
> upstream submission, having also co-authored a number of them.
>
> Cc: Karol Gugala <kgugala@antmicro.com>
> Cc: Mateusz Holenko <mholenko@antmicro.com>
> Signed-off-by: Gabriel Somlo <gsomlo@gmail.com>
> Acked-by: Joel Stanley <joel@jms.id.au>

Acked-by: Mateusz Holenko <mholenko@antmicro.com>

> ---
>
> New in v4:
>   - n/a
>
> > New in v3:
> >   - picked up acked-by Joel
> >   - added listing for liteeth driver
> >   - added Joel as additional co-maintainer (thanks!)
>
>  MAINTAINERS | 9 +++++++--
>  1 file changed, 7 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8691c531e297..7f59779bb5eb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11011,12 +11011,17 @@ F:    lib/list-test.c
>  LITEX PLATFORM
>  M:     Karol Gugala <kgugala@antmicro.com>
>  M:     Mateusz Holenko <mholenko@antmicro.com>
> +M:     Gabriel Somlo <gsomlo@gmail.com>
> +M:     Joel Stanley <joel@jms.id.au>
>  S:     Maintained
>  F:     Documentation/devicetree/bindings/*/litex,*.yaml
>  F:     arch/openrisc/boot/dts/or1klitex.dts
> -F:     drivers/soc/litex/litex_soc_ctrl.c
> -F:     drivers/tty/serial/liteuart.c
>  F:     include/linux/litex.h
> +F:     drivers/tty/serial/liteuart.c
> +F:     drivers/soc/litex/*
> +F:     drivers/net/ethernet/litex/*
> +F:     drivers/mmc/host/litex_mmc.c
> +N:     litex
>
>  LIVE PATCHING
>  M:     Josh Poimboeuf <jpoimboe@redhat.com>
> --
> 2.31.1
>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 8691c531e297..7f59779bb5eb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11011,12 +11011,17 @@  F:	lib/list-test.c
 LITEX PLATFORM
 M:	Karol Gugala <kgugala@antmicro.com>
 M:	Mateusz Holenko <mholenko@antmicro.com>
+M:	Gabriel Somlo <gsomlo@gmail.com>
+M:	Joel Stanley <joel@jms.id.au>
 S:	Maintained
 F:	Documentation/devicetree/bindings/*/litex,*.yaml
 F:	arch/openrisc/boot/dts/or1klitex.dts
-F:	drivers/soc/litex/litex_soc_ctrl.c
-F:	drivers/tty/serial/liteuart.c
 F:	include/linux/litex.h
+F:	drivers/tty/serial/liteuart.c
+F:	drivers/soc/litex/*
+F:	drivers/net/ethernet/litex/*
+F:	drivers/mmc/host/litex_mmc.c
+N:	litex
 
 LIVE PATCHING
 M:	Josh Poimboeuf <jpoimboe@redhat.com>