linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add Pali Rohár as mvebu-uart.c maintainer
@ 2022-02-14 12:48 Pali Rohár
  2022-02-14 13:13 ` Greg Kroah-Hartman
  2022-02-22 10:54 ` [PATCH v2] " Pali Rohár
  0 siblings, 2 replies; 6+ messages in thread
From: Pali Rohár @ 2022-02-14 12:48 UTC (permalink / raw)
  To: Andrew Morton, Greg Kroah-Hartman, Jiri Slaby, Marek Behún
  Cc: linux-serial, linux-kernel

Signed-off-by: Pali Rohár <pali@kernel.org>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 24527789d933..4a0170718b67 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11330,6 +11330,13 @@ F:	Documentation/devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml
 F:	drivers/phy/marvell/phy-mvebu-a3700-comphy.c
 F:	drivers/phy/marvell/phy-mvebu-a3700-utmi.c
 
+MARVELL ARMADA 3700 SERIAL DRIVER
+M:	Pali Rohár <pali@kernel.org>
+S:	Maintained
+F:	Documentation/devicetree/bindings/clock/marvell,armada-3700-uart-clock.yaml
+F:	Documentation/devicetree/bindings/serial/mvebu-uart.txt
+F:	drivers/tty/serial/mvebu-uart.c
+
 MARVELL ARMADA DRM SUPPORT
 M:	Russell King <linux@armlinux.org.uk>
 S:	Maintained
-- 
2.20.1


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

* Re: [PATCH] MAINTAINERS: Add Pali Rohár as mvebu-uart.c maintainer
  2022-02-14 12:48 [PATCH] MAINTAINERS: Add Pali Rohár as mvebu-uart.c maintainer Pali Rohár
@ 2022-02-14 13:13 ` Greg Kroah-Hartman
  2022-02-14 14:06   ` Pali Rohár
  2022-02-22 10:54 ` [PATCH v2] " Pali Rohár
  1 sibling, 1 reply; 6+ messages in thread
From: Greg Kroah-Hartman @ 2022-02-14 13:13 UTC (permalink / raw)
  To: Pali Rohár
  Cc: Andrew Morton, Jiri Slaby, Marek Behún, linux-serial, linux-kernel

On Mon, Feb 14, 2022 at 01:48:08PM +0100, Pali Rohár wrote:
> Signed-off-by: Pali Rohár <pali@kernel.org>

I can not take patches without any changelog text, sorry.


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

* Re: [PATCH] MAINTAINERS: Add Pali Rohár as mvebu-uart.c maintainer
  2022-02-14 13:13 ` Greg Kroah-Hartman
@ 2022-02-14 14:06   ` Pali Rohár
  2022-02-14 14:31     ` Greg Kroah-Hartman
  2022-02-20 22:24     ` Pavel Machek
  0 siblings, 2 replies; 6+ messages in thread
From: Pali Rohár @ 2022-02-14 14:06 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Andrew Morton, Jiri Slaby, Marek Behún, linux-serial, linux-kernel

On Monday 14 February 2022 14:13:13 Greg Kroah-Hartman wrote:
> On Mon, Feb 14, 2022 at 01:48:08PM +0100, Pali Rohár wrote:
> > Signed-off-by: Pali Rohár <pali@kernel.org>
> 
> I can not take patches without any changelog text, sorry.

Well, I'm the only one who has been working on this driver recently and
I have development boards with this UART HW.

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

* Re: [PATCH] MAINTAINERS: Add Pali Rohár as mvebu-uart.c maintainer
  2022-02-14 14:06   ` Pali Rohár
@ 2022-02-14 14:31     ` Greg Kroah-Hartman
  2022-02-20 22:24     ` Pavel Machek
  1 sibling, 0 replies; 6+ messages in thread
From: Greg Kroah-Hartman @ 2022-02-14 14:31 UTC (permalink / raw)
  To: Pali Rohár
  Cc: Andrew Morton, Jiri Slaby, Marek Behún, linux-serial, linux-kernel

On Mon, Feb 14, 2022 at 03:06:41PM +0100, Pali Rohár wrote:
> On Monday 14 February 2022 14:13:13 Greg Kroah-Hartman wrote:
> > On Mon, Feb 14, 2022 at 01:48:08PM +0100, Pali Rohár wrote:
> > > Signed-off-by: Pali Rohár <pali@kernel.org>
> > 
> > I can not take patches without any changelog text, sorry.
> 
> Well, I'm the only one who has been working on this driver recently and
> I have development boards with this UART HW.

Wonderful, I was not objecting to the patch itself, only the lack of any
information in the changelog.

greg k-h

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

* Re: [PATCH] MAINTAINERS: Add Pali Rohár as mvebu-uart.c maintainer
  2022-02-14 14:06   ` Pali Rohár
  2022-02-14 14:31     ` Greg Kroah-Hartman
@ 2022-02-20 22:24     ` Pavel Machek
  1 sibling, 0 replies; 6+ messages in thread
From: Pavel Machek @ 2022-02-20 22:24 UTC (permalink / raw)
  To: Pali Rohár
  Cc: Greg Kroah-Hartman, Andrew Morton, Jiri Slaby, Marek Behún,
	linux-serial, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 600 bytes --]

On Mon 2022-02-14 15:06:41, Pali Rohár wrote:
> On Monday 14 February 2022 14:13:13 Greg Kroah-Hartman wrote:
> > On Mon, Feb 14, 2022 at 01:48:08PM +0100, Pali Rohár wrote:
> > > Signed-off-by: Pali Rohár <pali@kernel.org>
> > 
> > I can not take patches without any changelog text, sorry.
> 
> Well, I'm the only one who has been working on this driver recently and
> I have development boards with this UART HW.

Greg wants to say that you need to copy subject into changelog body,
so that it is non-empty.

Best regards,
								Pavel
-- 
http://www.livejournal.com/~pavelmachek

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

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

* [PATCH v2] MAINTAINERS: Add Pali Rohár as mvebu-uart.c maintainer
  2022-02-14 12:48 [PATCH] MAINTAINERS: Add Pali Rohár as mvebu-uart.c maintainer Pali Rohár
  2022-02-14 13:13 ` Greg Kroah-Hartman
@ 2022-02-22 10:54 ` Pali Rohár
  1 sibling, 0 replies; 6+ messages in thread
From: Pali Rohár @ 2022-02-22 10:54 UTC (permalink / raw)
  To: Andrew Morton, Greg Kroah-Hartman, Jiri Slaby, Marek Behún
  Cc: linux-serial, linux-kernel

Add Pali Rohár as mvebu-uart.c maintainer

Signed-off-by: Pali Rohár <pali@kernel.org>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 24527789d933..4a0170718b67 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11330,6 +11330,13 @@ F:	Documentation/devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml
 F:	drivers/phy/marvell/phy-mvebu-a3700-comphy.c
 F:	drivers/phy/marvell/phy-mvebu-a3700-utmi.c
 
+MARVELL ARMADA 3700 SERIAL DRIVER
+M:	Pali Rohár <pali@kernel.org>
+S:	Maintained
+F:	Documentation/devicetree/bindings/clock/marvell,armada-3700-uart-clock.yaml
+F:	Documentation/devicetree/bindings/serial/mvebu-uart.txt
+F:	drivers/tty/serial/mvebu-uart.c
+
 MARVELL ARMADA DRM SUPPORT
 M:	Russell King <linux@armlinux.org.uk>
 S:	Maintained
-- 
2.20.1


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

end of thread, other threads:[~2022-02-22 10:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-14 12:48 [PATCH] MAINTAINERS: Add Pali Rohár as mvebu-uart.c maintainer Pali Rohár
2022-02-14 13:13 ` Greg Kroah-Hartman
2022-02-14 14:06   ` Pali Rohár
2022-02-14 14:31     ` Greg Kroah-Hartman
2022-02-20 22:24     ` Pavel Machek
2022-02-22 10:54 ` [PATCH v2] " Pali Rohár

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