diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-10-29 18:44:14 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-12-14 18:31:29 +0300 |
commit | 3bd5a2350262f1d316c9ff7b86a97335da5f2118 (patch) | |
tree | d7308a94a213b0c7de093fb3217b5f021877bd23 | |
parent | e22a26421fce36802785d742acaa4b2f4c37b995 (diff) | |
download | linux-3bd5a2350262f1d316c9ff7b86a97335da5f2118.tar.xz |
MAINTAINERS: Add linux-mips mailing list to JZ47xx entries
The entries for JZ47xx SoCs and its drivers lacked MIPS mailing list.
Only MTD NAND driver pointed linux-mtd. Add linux-mips so the relevant
patches will get attention of MIPS developers.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f463320197b1..c70c72ef7c66 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8676,11 +8676,13 @@ F: samples/bpf/ibumad_user.c INGENIC JZ4780 NAND DRIVER M: Harvey Hunt <harveyhuntnexus@gmail.com> L: linux-mtd@lists.infradead.org +L: linux-mips@vger.kernel.org S: Maintained F: drivers/mtd/nand/raw/ingenic/ INGENIC JZ47xx SoCs M: Paul Cercueil <paul@crapouillou.net> +L: linux-mips@vger.kernel.org S: Maintained F: arch/mips/boot/dts/ingenic/ F: arch/mips/generic/board-ingenic.c |