linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] MAINTAINERS: Correct path to moved files
@ 2019-06-24 21:27 Paul Cercueil
  2019-06-24 21:27 ` [PATCH 2/2] MAINTAINERS: Add myself as Ingenic SoCs maintainer Paul Cercueil
  2019-06-24 21:45 ` [PATCH 1/2] MAINTAINERS: Correct path to moved files Paul Burton
  0 siblings, 2 replies; 4+ messages in thread
From: Paul Cercueil @ 2019-06-24 21:27 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-kernel, linux-mips, Paul Cercueil

The driver was moved in commit 1838a7b31fcb ("mtd: rawnand: Move
drivers for Ingenic SoCs to subfolder").

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d0ed735994a5..dfedde2f5720 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7800,7 +7800,7 @@ INGENIC JZ4780 NAND DRIVER
 M:	Harvey Hunt <harveyhuntnexus@gmail.com>
 L:	linux-mtd@lists.infradead.org
 S:	Maintained
-F:	drivers/mtd/nand/raw/jz4780_*
+F:	drivers/mtd/nand/raw/ingenic/
 
 INOTIFY
 M:	Jan Kara <jack@suse.cz>
-- 
2.21.0.593.g511ec345e18


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] MAINTAINERS: Add myself as Ingenic SoCs maintainer
  2019-06-24 21:27 [PATCH 1/2] MAINTAINERS: Correct path to moved files Paul Cercueil
@ 2019-06-24 21:27 ` Paul Cercueil
  2019-06-24 21:43   ` Paul Burton
  2019-06-24 21:45 ` [PATCH 1/2] MAINTAINERS: Correct path to moved files Paul Burton
  1 sibling, 1 reply; 4+ messages in thread
From: Paul Cercueil @ 2019-06-24 21:27 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-kernel, linux-mips, Paul Cercueil

Add myself as the maintainer of the arch code, devicetree files and
drivers related to the JZ47xx family of SoCs from Ingenic.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
---
 MAINTAINERS | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index dfedde2f5720..3ee871404aba 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7796,6 +7796,33 @@ M:	Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
 S:	Maintained
 F:	drivers/dma/dma-jz4780.c
 
+INGENIC JZ47xx SoCs
+M:	Paul Cercueil <paul@crapouillou.net>
+S:	Maintained
+F:	arch/mips/boot/dts/ingenic/
+F:	arch/mips/include/asm/mach-jz4740/
+F:	arch/mips/jz4740/
+F:	drivers/clk/ingenic/
+F:	drivers/dma/dma-jz4780.c
+F:	drivers/gpu/drm/ingenic/
+F:	drivers/i2c/busses/i2c-jz4780.c
+F:	drivers/iio/adc/ingenic-adc.c
+F:	drivers/irqchip/irq-ingenic.c
+F:	drivers/memory/jz4780-nemc.c
+F:	drivers/mmc/host/jz4740_mmc.c
+F:	drivers/mtd/nand/raw/ingenic/
+F:	drivers/pinctrl/pinctrl-ingenic.c
+F:	drivers/power/supply/ingenic-battery.c
+F:	drivers/pwm/pwm-jz4740.c
+F:	drivers/rtc/rtc-jz4740.c
+F:	drivers/tty/serial/8250/8250_ingenic.c
+F:	drivers/usb/musb/jz4740.c
+F:	drivers/watchdog/jz4740_wdt.c
+F:	include/dt-bindings/iio/adc/ingenic,adc.h
+F:	include/linux/mfd/ingenic-tcu.h
+F:	sound/soc/jz4740/
+F:	sound/soc/codecs/jz47*
+
 INGENIC JZ4780 NAND DRIVER
 M:	Harvey Hunt <harveyhuntnexus@gmail.com>
 L:	linux-mtd@lists.infradead.org
-- 
2.21.0.593.g511ec345e18


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/2] MAINTAINERS: Add myself as Ingenic SoCs maintainer
  2019-06-24 21:27 ` [PATCH 2/2] MAINTAINERS: Add myself as Ingenic SoCs maintainer Paul Cercueil
@ 2019-06-24 21:43   ` Paul Burton
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Burton @ 2019-06-24 21:43 UTC (permalink / raw)
  To: Paul Cercueil
  Cc: Greg Kroah-Hartman, linux-kernel, linux-mips, Paul Cercueil, linux-mips

Hello,

Paul Cercueil wrote:
> Add myself as the maintainer of the arch code, devicetree files and
> drivers related to the JZ47xx family of SoCs from Ingenic.
> 
> Signed-off-by: Paul Cercueil <paul@crapouillou.net>

Applied to mips-next.

Thanks,
    Paul

[ This message was auto-generated; if you believe anything is incorrect
  then please email paul.burton@mips.com to report it. ]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] MAINTAINERS: Correct path to moved files
  2019-06-24 21:27 [PATCH 1/2] MAINTAINERS: Correct path to moved files Paul Cercueil
  2019-06-24 21:27 ` [PATCH 2/2] MAINTAINERS: Add myself as Ingenic SoCs maintainer Paul Cercueil
@ 2019-06-24 21:45 ` Paul Burton
  1 sibling, 0 replies; 4+ messages in thread
From: Paul Burton @ 2019-06-24 21:45 UTC (permalink / raw)
  To: Paul Cercueil
  Cc: Greg Kroah-Hartman, linux-kernel, linux-mips, Paul Cercueil, linux-mips

Hello,

Paul Cercueil wrote:
> The driver was moved in commit 1838a7b31fcb ("mtd: rawnand: Move
> drivers for Ingenic SoCs to subfolder").
> 
> Signed-off-by: Paul Cercueil <paul@crapouillou.net>

Applied to mips-fixes.

Thanks,
    Paul

[ This message was auto-generated; if you believe anything is incorrect
  then please email paul.burton@mips.com to report it. ]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-06-24 21:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-24 21:27 [PATCH 1/2] MAINTAINERS: Correct path to moved files Paul Cercueil
2019-06-24 21:27 ` [PATCH 2/2] MAINTAINERS: Add myself as Ingenic SoCs maintainer Paul Cercueil
2019-06-24 21:43   ` Paul Burton
2019-06-24 21:45 ` [PATCH 1/2] MAINTAINERS: Correct path to moved files Paul Burton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).