2022-02-14 14:11:54

by Pali Rohár

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Add Pali Rohár as m vebu-uart.c maintainer

Signed-off-by: Pali Rohár <[email protected]>
---
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 <[email protected]>
+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 <[email protected]>
S: Maintained
--
2.20.1


2022-02-14 20:57:19

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add Pali Rohár as mvebu-uart.c maintainer

On Mon, Feb 14, 2022 at 01:48:08PM +0100, Pali Roh?r wrote:
> Signed-off-by: Pali Roh?r <[email protected]>

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

2022-02-14 21:00:28

by Pali Rohár

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add Pali Rohá r as mvebu-uart.c maintainer

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 <[email protected]>
>
> 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.

2022-02-21 09:35:12

by Pavel Machek

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add Pali Rohár as mvebu-uart.c maintainer

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 <[email protected]>
> >
> > 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


Attachments:
(No filename) (600.00 B)
signature.asc (201.00 B)
Download all attachments

2022-02-22 11:00:34

by Pali Rohár

[permalink] [raw]
Subject: [PATCH v2] MAINTAINERS: Add Pali Rohár as mvebu-uart.c maintainer

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

Signed-off-by: Pali Rohár <[email protected]>
---
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 <[email protected]>
+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 <[email protected]>
S: Maintained
--
2.20.1