devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] MAINTAINERS: Remove JZ4780 DMA driver entry
@ 2020-08-17 18:41 Krzysztof Kozlowski
  2020-08-17 18:41 ` [PATCH v2 2/2] MAINTAINERS: Add linux-mips mailing list to JZ47xx entries Krzysztof Kozlowski
  2020-09-11 15:38 ` [PATCH v2 1/2] MAINTAINERS: Remove JZ4780 DMA driver entry Krzysztof Kozlowski
  0 siblings, 2 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2020-08-17 18:41 UTC (permalink / raw)
  To: Paul Cercueil, Rob Herring, Thomas Bogendoerfer, Harvey Hunt,
	Miquel Raynal, Richard Weinberger, Vignesh Raghavendra,
	linux-mips, devicetree, linux-kernel, linux-mtd
  Cc: Krzysztof Kozlowski

The entry for MIPS Ingenic JZ4780 DMA driver is not up to date anymore.
Zubair Lutfullah Kakakhel's email bounces and no maintenance is
provided.

Suggested-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

---

Changes since v1:
1. New patch
---
 MAINTAINERS | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b0a742ce8f2c..9ab3a7fd6451 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8580,11 +8580,6 @@ F:	include/uapi/rdma/
 F:	samples/bpf/ibumad_kern.c
 F:	samples/bpf/ibumad_user.c
 
-INGENIC JZ4780 DMA Driver
-M:	Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
-S:	Maintained
-F:	drivers/dma/dma-jz4780.c
-
 INGENIC JZ4780 NAND DRIVER
 M:	Harvey Hunt <harveyhuntnexus@gmail.com>
 L:	linux-mtd@lists.infradead.org
-- 
2.17.1


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

* [PATCH v2 2/2] MAINTAINERS: Add linux-mips mailing list to JZ47xx entries
  2020-08-17 18:41 [PATCH v2 1/2] MAINTAINERS: Remove JZ4780 DMA driver entry Krzysztof Kozlowski
@ 2020-08-17 18:41 ` Krzysztof Kozlowski
  2020-09-11 15:38 ` [PATCH v2 1/2] MAINTAINERS: Remove JZ4780 DMA driver entry Krzysztof Kozlowski
  1 sibling, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2020-08-17 18:41 UTC (permalink / raw)
  To: Paul Cercueil, Rob Herring, Thomas Bogendoerfer, Harvey Hunt,
	Miquel Raynal, Richard Weinberger, Vignesh Raghavendra,
	linux-mips, devicetree, linux-kernel, linux-mtd
  Cc: Krzysztof Kozlowski

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>

---

Changes since v1:
1. Do not update DMA driver entry
2. Add ack
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9ab3a7fd6451..33d0ea35d8b4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8583,11 +8583,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/include/asm/mach-jz4740/
-- 
2.17.1


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

* Re: [PATCH v2 1/2] MAINTAINERS: Remove JZ4780 DMA driver entry
  2020-08-17 18:41 [PATCH v2 1/2] MAINTAINERS: Remove JZ4780 DMA driver entry Krzysztof Kozlowski
  2020-08-17 18:41 ` [PATCH v2 2/2] MAINTAINERS: Add linux-mips mailing list to JZ47xx entries Krzysztof Kozlowski
@ 2020-09-11 15:38 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2020-09-11 15:38 UTC (permalink / raw)
  To: Paul Cercueil, Rob Herring, Thomas Bogendoerfer, Harvey Hunt,
	Miquel Raynal, Richard Weinberger, Vignesh Raghavendra,
	linux-mips, devicetree, linux-kernel, linux-mtd

On Mon, Aug 17, 2020 at 08:41:30PM +0200, Krzysztof Kozlowski wrote:
> The entry for MIPS Ingenic JZ4780 DMA driver is not up to date anymore.
> Zubair Lutfullah Kakakhel's email bounces and no maintenance is
> provided.
> 
> Suggested-by: Paul Cercueil <paul@crapouillou.net>
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> 
> ---
> 
> Changes since v1:
> 1. New patch
> ---
>  MAINTAINERS | 5 -----
>  1 file changed, 5 deletions(-)
> 

Hi all,

Any comments on these two patches?

Best regards,
Krzysztof


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

* [PATCH v2 2/2] MAINTAINERS: Add linux-mips mailing list to JZ47xx entries
  2020-07-26 15:55 Krzysztof Kozlowski
@ 2020-07-26 15:55 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2020-07-26 15:55 UTC (permalink / raw)
  To: Paul Cercueil, Rob Herring, Thomas Bogendoerfer, linux-mips,
	devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

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>

---

Changes since v1:
1. Do not update DMA driver entry
2. Add ack
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 362863cae239..d1cc0afe0762 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8544,11 +8544,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/include/asm/mach-jz4740/
-- 
2.17.1


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

end of thread, other threads:[~2020-09-11 16:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-17 18:41 [PATCH v2 1/2] MAINTAINERS: Remove JZ4780 DMA driver entry Krzysztof Kozlowski
2020-08-17 18:41 ` [PATCH v2 2/2] MAINTAINERS: Add linux-mips mailing list to JZ47xx entries Krzysztof Kozlowski
2020-09-11 15:38 ` [PATCH v2 1/2] MAINTAINERS: Remove JZ4780 DMA driver entry Krzysztof Kozlowski
  -- strict thread matches above, loose matches on Subject: below --
2020-07-26 15:55 Krzysztof Kozlowski
2020-07-26 15:55 ` [PATCH v2 2/2] MAINTAINERS: Add linux-mips mailing list to JZ47xx entries Krzysztof Kozlowski

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).