[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CACPK8XcNHwGanjyxeRxQU55FXQCv6aizOa33qbD93G7-GizVmw@mail.gmail.com>
Date: Mon, 6 Dec 2021 23:59:47 +0000
From: Joel Stanley <joel@....id.au>
To: Gabriel Somlo <gsomlo@...il.com>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Rob Herring <robh+dt@...nel.org>,
devicetree <devicetree@...r.kernel.org>,
Ulf Hansson <ulf.hansson@...aro.org>,
linux-mmc <linux-mmc@...r.kernel.org>,
Karol Gugala <kgugala@...micro.com>,
Mateusz Holenko <mholenko@...micro.com>,
Kamil Rakoczy <krakoczy@...micro.com>,
mdudek@...ernships.antmicro.com,
Paul Mackerras <paulus@...abs.org>,
Stafford Horne <shorne@...il.com>,
Geert Uytterhoeven <geert@...ux-m68k.org>,
david.abdurachmanov@...ive.com,
Florent Kermarrec <florent@...oy-digital.fr>,
Randy Dunlap <rdunlap@...radead.org>
Subject: Re: [PATCH v2 1/3] MAINTAINERS: co-maintain LiteX platform
On Sat, 4 Dec 2021 at 20:41, Gabriel Somlo <gsomlo@...il.com> wrote:
>
> Add the litex_mmc (LiteSDCard) driver to the list of files maintained
> under LiteX, and add myself as co-maintainer. I've helped develop some
> of the existing drivers, and am currently curating the out-of-tree
> drivers as they are tested and prepared for upstream submission.
>
> Cc: Karol Gugala <kgugala@...micro.com>
> Cc: Mateusz Holenko <mholenko@...micro.com>
> Signed-off-by: Gabriel Somlo <gsomlo@...il.com>
Acked-by: Joel Stanley <joel@....id.au>
If this is going to be a catch all for the drivers as well as the
platform, we're probably missing a few entries:
$ git grep -l litex
Documentation/admin-guide/kernel-parameters.txt
Documentation/devicetree/bindings/net/litex,liteeth.yaml
Documentation/devicetree/bindings/serial/litex,liteuart.yaml
Documentation/devicetree/bindings/soc/litex/litex,soc-controller.yaml
Documentation/devicetree/bindings/vendor-prefixes.yaml
Documentation/sphinx/kfigure.py
MAINTAINERS
arch/openrisc/boot/dts/or1klitex.dts
arch/openrisc/configs/or1klitex_defconfig
arch/powerpc/boot/dts/microwatt.dts
drivers/net/ethernet/Kconfig
drivers/net/ethernet/Makefile
drivers/net/ethernet/litex/Makefile
drivers/net/ethernet/litex/litex_liteeth.c
drivers/soc/Kconfig
drivers/soc/Makefile
drivers/soc/litex/Kconfig
drivers/soc/litex/Makefile
drivers/soc/litex/litex_soc_ctrl.c
drivers/tty/serial/liteuart.c
include/linux/litex.h
scripts/clang-tools/gen_compile_commands.py
I think we could add these entries to maintainers:
+F: drivers/soc/litex/*
+F: drivers/net/ethernet/litex/*
+N: litex
I would also add my name there.
> ---
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index faa9c34d837d..5fc65d4c4969 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11012,12 +11012,14 @@ F: lib/list-test.c
> LITEX PLATFORM
> M: Karol Gugala <kgugala@...micro.com>
> M: Mateusz Holenko <mholenko@...micro.com>
> +M: Gabriel Somlo <gsomlo@...il.com>
> 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/mmc/host/litex_mmc.c
>
> LIVE PATCHING
> M: Josh Poimboeuf <jpoimboe@...hat.com>
> --
> 2.31.1
>
Powered by blists - more mailing lists