u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH u-boot-marvell 0/2] arm: mvebu: Add maintainer entries for Marvell PCIe and serial drivers
@ 2021-12-16 11:04 Pali Rohár
  2021-12-16 11:04 ` [PATCH u-boot-marvell 1/2] arm: mvebu: pci: Add me as co-maintainer and author of Marvell PCIe drivers Pali Rohár
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Pali Rohár @ 2021-12-16 11:04 UTC (permalink / raw)
  To: Stefan Roese; +Cc: u-boot

Hello Stefan!

I did big cleanup of Marvell PCIe and serial drivers and I'm sending these
two patches which adds me as author and co-maintainer of these two drivers.

Pali Rohár (2):
  arm: mvebu: pci: Add me as co-maintainer and author of Marvell PCIe
    drivers
  arm: mvebu: serial: Add me as co-maintainer and author of Marvell
    serial drivers

 MAINTAINERS                         | 16 +++++++++++++++-
 drivers/pci/pci-aardvark.c          |  1 +
 drivers/pci/pci_mvebu.c             |  1 +
 drivers/serial/serial_mvebu_a3700.c |  1 +
 4 files changed, 18 insertions(+), 1 deletion(-)

-- 
2.20.1


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

* [PATCH u-boot-marvell 1/2] arm: mvebu: pci: Add me as co-maintainer and author of Marvell PCIe drivers
  2021-12-16 11:04 [PATCH u-boot-marvell 0/2] arm: mvebu: Add maintainer entries for Marvell PCIe and serial drivers Pali Rohár
@ 2021-12-16 11:04 ` Pali Rohár
  2021-12-16 14:06   ` Stefan Roese
  2021-12-16 11:04 ` [PATCH u-boot-marvell 2/2] arm: mvebu: serial: Add me as co-maintainer and author of Marvell serial drivers Pali Rohár
  2021-12-18 13:49 ` [PATCH u-boot-marvell 0/2] arm: mvebu: Add maintainer entries for Marvell PCIe and " Stefan Roese
  2 siblings, 1 reply; 6+ messages in thread
From: Pali Rohár @ 2021-12-16 11:04 UTC (permalink / raw)
  To: Stefan Roese; +Cc: u-boot

There is no maintainer entry for pci-aardvark.c. Add entry for
pci-aardvark.c and pci_mvebu.c with Pali and Stefan as maintainers.

Signed-off-by: Pali Rohár <pali@kernel.org>
---
 MAINTAINERS                | 9 ++++++++-
 drivers/pci/pci-aardvark.c | 1 +
 drivers/pci/pci_mvebu.c    | 1 +
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 90666ce376cd..378afd92393d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -273,10 +273,17 @@ F:	drivers/ata/ahci_mvebu.c
 F:	drivers/ddr/marvell/
 F:	drivers/gpio/mvebu_gpio.c
 F:	drivers/spi/kirkwood_spi.c
-F:	drivers/pci/pci_mvebu.c
 F:	drivers/pci/pcie_dw_mvebu.c
 F:	drivers/watchdog/orion_wdt.c
 
+ARM MARVELL PCIE CONTROLLER DRIVERS
+M:	Pali Rohár <pali@kernel.org>
+M:	Stefan Roese <sr@denx.de>
+S:	Maintained
+T:	git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
+F:	drivers/pci/pci-aardvark.c
+F:	drivers/pci/pci_mvebu.c
+
 ARM MARVELL PXA
 M:	Marek Vasut <marex@denx.de>
 S:	Maintained
diff --git a/drivers/pci/pci-aardvark.c b/drivers/pci/pci-aardvark.c
index c1b0fd1829cb..0b228e56229f 100644
--- a/drivers/pci/pci-aardvark.c
+++ b/drivers/pci/pci-aardvark.c
@@ -21,6 +21,7 @@
  *
  * Author: Victor Gu <xigu@marvell.com>
  *         Hezi Shahmoon <hezi.shahmoon@marvell.com>
+ *         Pali Rohár <pali@kernel.org>
  *
  */
 
diff --git a/drivers/pci/pci_mvebu.c b/drivers/pci/pci_mvebu.c
index fe97c0e08d6a..ac7d40e01709 100644
--- a/drivers/pci/pci_mvebu.c
+++ b/drivers/pci/pci_mvebu.c
@@ -7,6 +7,7 @@
  * Ported to U-Boot by:
  * Anton Schubert <anton.schubert@gmx.de>
  * Stefan Roese <sr@denx.de>
+ * Pali Rohár <pali@kernel.org>
  */
 
 #include <common.h>
-- 
2.20.1


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

* [PATCH u-boot-marvell 2/2] arm: mvebu: serial: Add me as co-maintainer and author of Marvell serial drivers
  2021-12-16 11:04 [PATCH u-boot-marvell 0/2] arm: mvebu: Add maintainer entries for Marvell PCIe and serial drivers Pali Rohár
  2021-12-16 11:04 ` [PATCH u-boot-marvell 1/2] arm: mvebu: pci: Add me as co-maintainer and author of Marvell PCIe drivers Pali Rohár
@ 2021-12-16 11:04 ` Pali Rohár
  2021-12-16 14:06   ` Stefan Roese
  2021-12-18 13:49 ` [PATCH u-boot-marvell 0/2] arm: mvebu: Add maintainer entries for Marvell PCIe and " Stefan Roese
  2 siblings, 1 reply; 6+ messages in thread
From: Pali Rohár @ 2021-12-16 11:04 UTC (permalink / raw)
  To: Stefan Roese; +Cc: u-boot

There is no maintainer entry for serial_mvebu_a3700.c. Add entry with Pali
and Stefan as maintainers.

Signed-off-by: Pali Rohár <pali@kernel.org>
---
 MAINTAINERS                         | 7 +++++++
 drivers/serial/serial_mvebu_a3700.c | 1 +
 2 files changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 378afd92393d..245310657354 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -284,6 +284,13 @@ T:	git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
 F:	drivers/pci/pci-aardvark.c
 F:	drivers/pci/pci_mvebu.c
 
+ARM MARVELL SERIAL DRIVERS
+M:	Pali Rohár <pali@kernel.org>
+M:	Stefan Roese <sr@denx.de>
+S:	Maintained
+T:	git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
+F:	drivers/serial/serial_mvebu_a3700.c
+
 ARM MARVELL PXA
 M:	Marek Vasut <marex@denx.de>
 S:	Maintained
diff --git a/drivers/serial/serial_mvebu_a3700.c b/drivers/serial/serial_mvebu_a3700.c
index 728f4af62fd8..1e1d39e70a37 100644
--- a/drivers/serial/serial_mvebu_a3700.c
+++ b/drivers/serial/serial_mvebu_a3700.c
@@ -1,6 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2016 Stefan Roese <sr@denx.de>
+ * Copyright (C) 2021 Pali Rohár <pali@kernel.org>
  */
 
 #include <common.h>
-- 
2.20.1


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

* Re: [PATCH u-boot-marvell 1/2] arm: mvebu: pci: Add me as co-maintainer and author of Marvell PCIe drivers
  2021-12-16 11:04 ` [PATCH u-boot-marvell 1/2] arm: mvebu: pci: Add me as co-maintainer and author of Marvell PCIe drivers Pali Rohár
@ 2021-12-16 14:06   ` Stefan Roese
  0 siblings, 0 replies; 6+ messages in thread
From: Stefan Roese @ 2021-12-16 14:06 UTC (permalink / raw)
  To: Pali Rohár; +Cc: u-boot

On 12/16/21 12:04, Pali Rohár wrote:
> There is no maintainer entry for pci-aardvark.c. Add entry for
> pci-aardvark.c and pci_mvebu.c with Pali and Stefan as maintainers.
> 
> Signed-off-by: Pali Rohár <pali@kernel.org>

Acked-by: Stefan Roese <sr@denx.de>
Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

> ---
>   MAINTAINERS                | 9 ++++++++-
>   drivers/pci/pci-aardvark.c | 1 +
>   drivers/pci/pci_mvebu.c    | 1 +
>   3 files changed, 10 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 90666ce376cd..378afd92393d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -273,10 +273,17 @@ F:	drivers/ata/ahci_mvebu.c
>   F:	drivers/ddr/marvell/
>   F:	drivers/gpio/mvebu_gpio.c
>   F:	drivers/spi/kirkwood_spi.c
> -F:	drivers/pci/pci_mvebu.c
>   F:	drivers/pci/pcie_dw_mvebu.c
>   F:	drivers/watchdog/orion_wdt.c
>   
> +ARM MARVELL PCIE CONTROLLER DRIVERS
> +M:	Pali Rohár <pali@kernel.org>
> +M:	Stefan Roese <sr@denx.de>
> +S:	Maintained
> +T:	git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
> +F:	drivers/pci/pci-aardvark.c
> +F:	drivers/pci/pci_mvebu.c
> +
>   ARM MARVELL PXA
>   M:	Marek Vasut <marex@denx.de>
>   S:	Maintained
> diff --git a/drivers/pci/pci-aardvark.c b/drivers/pci/pci-aardvark.c
> index c1b0fd1829cb..0b228e56229f 100644
> --- a/drivers/pci/pci-aardvark.c
> +++ b/drivers/pci/pci-aardvark.c
> @@ -21,6 +21,7 @@
>    *
>    * Author: Victor Gu <xigu@marvell.com>
>    *         Hezi Shahmoon <hezi.shahmoon@marvell.com>
> + *         Pali Rohár <pali@kernel.org>
>    *
>    */
>   
> diff --git a/drivers/pci/pci_mvebu.c b/drivers/pci/pci_mvebu.c
> index fe97c0e08d6a..ac7d40e01709 100644
> --- a/drivers/pci/pci_mvebu.c
> +++ b/drivers/pci/pci_mvebu.c
> @@ -7,6 +7,7 @@
>    * Ported to U-Boot by:
>    * Anton Schubert <anton.schubert@gmx.de>
>    * Stefan Roese <sr@denx.de>
> + * Pali Rohár <pali@kernel.org>
>    */
>   
>   #include <common.h>
> 

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de

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

* Re: [PATCH u-boot-marvell 2/2] arm: mvebu: serial: Add me as co-maintainer and author of Marvell serial drivers
  2021-12-16 11:04 ` [PATCH u-boot-marvell 2/2] arm: mvebu: serial: Add me as co-maintainer and author of Marvell serial drivers Pali Rohár
@ 2021-12-16 14:06   ` Stefan Roese
  0 siblings, 0 replies; 6+ messages in thread
From: Stefan Roese @ 2021-12-16 14:06 UTC (permalink / raw)
  To: Pali Rohár; +Cc: u-boot

On 12/16/21 12:04, Pali Rohár wrote:
> There is no maintainer entry for serial_mvebu_a3700.c. Add entry with Pali
> and Stefan as maintainers.
> 
> Signed-off-by: Pali Rohár <pali@kernel.org>

Acked-by: Stefan Roese <sr@denx.de>
Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

> ---
>   MAINTAINERS                         | 7 +++++++
>   drivers/serial/serial_mvebu_a3700.c | 1 +
>   2 files changed, 8 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 378afd92393d..245310657354 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -284,6 +284,13 @@ T:	git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
>   F:	drivers/pci/pci-aardvark.c
>   F:	drivers/pci/pci_mvebu.c
>   
> +ARM MARVELL SERIAL DRIVERS
> +M:	Pali Rohár <pali@kernel.org>
> +M:	Stefan Roese <sr@denx.de>
> +S:	Maintained
> +T:	git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
> +F:	drivers/serial/serial_mvebu_a3700.c
> +
>   ARM MARVELL PXA
>   M:	Marek Vasut <marex@denx.de>
>   S:	Maintained
> diff --git a/drivers/serial/serial_mvebu_a3700.c b/drivers/serial/serial_mvebu_a3700.c
> index 728f4af62fd8..1e1d39e70a37 100644
> --- a/drivers/serial/serial_mvebu_a3700.c
> +++ b/drivers/serial/serial_mvebu_a3700.c
> @@ -1,6 +1,7 @@
>   // SPDX-License-Identifier: GPL-2.0+
>   /*
>    * Copyright (C) 2016 Stefan Roese <sr@denx.de>
> + * Copyright (C) 2021 Pali Rohár <pali@kernel.org>
>    */
>   
>   #include <common.h>
> 

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de

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

* Re: [PATCH u-boot-marvell 0/2] arm: mvebu: Add maintainer entries for Marvell PCIe and serial drivers
  2021-12-16 11:04 [PATCH u-boot-marvell 0/2] arm: mvebu: Add maintainer entries for Marvell PCIe and serial drivers Pali Rohár
  2021-12-16 11:04 ` [PATCH u-boot-marvell 1/2] arm: mvebu: pci: Add me as co-maintainer and author of Marvell PCIe drivers Pali Rohár
  2021-12-16 11:04 ` [PATCH u-boot-marvell 2/2] arm: mvebu: serial: Add me as co-maintainer and author of Marvell serial drivers Pali Rohár
@ 2021-12-18 13:49 ` Stefan Roese
  2 siblings, 0 replies; 6+ messages in thread
From: Stefan Roese @ 2021-12-18 13:49 UTC (permalink / raw)
  To: Pali Rohár; +Cc: u-boot

On 12/16/21 12:04, Pali Rohár wrote:
> Hello Stefan!
> 
> I did big cleanup of Marvell PCIe and serial drivers and I'm sending these
> two patches which adds me as author and co-maintainer of these two drivers.
> 
> Pali Rohár (2):
>    arm: mvebu: pci: Add me as co-maintainer and author of Marvell PCIe
>      drivers
>    arm: mvebu: serial: Add me as co-maintainer and author of Marvell
>      serial drivers
> 
>   MAINTAINERS                         | 16 +++++++++++++++-
>   drivers/pci/pci-aardvark.c          |  1 +
>   drivers/pci/pci_mvebu.c             |  1 +
>   drivers/serial/serial_mvebu_a3700.c |  1 +
>   4 files changed, 18 insertions(+), 1 deletion(-)
> 

Applied to u-boot-marvell/next

Thanks,
Stefan

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

end of thread, other threads:[~2021-12-18 13:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-16 11:04 [PATCH u-boot-marvell 0/2] arm: mvebu: Add maintainer entries for Marvell PCIe and serial drivers Pali Rohár
2021-12-16 11:04 ` [PATCH u-boot-marvell 1/2] arm: mvebu: pci: Add me as co-maintainer and author of Marvell PCIe drivers Pali Rohár
2021-12-16 14:06   ` Stefan Roese
2021-12-16 11:04 ` [PATCH u-boot-marvell 2/2] arm: mvebu: serial: Add me as co-maintainer and author of Marvell serial drivers Pali Rohár
2021-12-16 14:06   ` Stefan Roese
2021-12-18 13:49 ` [PATCH u-boot-marvell 0/2] arm: mvebu: Add maintainer entries for Marvell PCIe and " Stefan Roese

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