All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] MAINTAINERS: Update u-boot-marvell entry
@ 2019-02-15 12:56 Stefan Roese
  2019-02-18 12:27 ` Luka Perkov
  2019-03-19 12:37 ` Stefan Roese
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Roese @ 2019-02-15 12:56 UTC (permalink / raw)
  To: u-boot

This patch does the following changes to the u-boot-marvell maintainers
entry:

- Add Armada-7k/8k to the list
- Remove Prafulla and Luka since they have been silent on the list for
  a long time. Please speak up, if you would like to continue or better
  start maintaining.
- Add multiple Marvell / MVEBU related driver directories and files

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Prafulla Wadaskar <prafulla@marvell.com>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Cc: Tom Rini <trini@konsulko.com>
---
 MAINTAINERS | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 29449ffed6..7fa3e059f6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -166,16 +166,19 @@ S:	Maintained
 F:	arch/arm/cpu/armv8/hisilicon
 F:	arch/arm/include/asm/arch-hi6220/
 
-ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX
-M:	Prafulla Wadaskar <prafulla@marvell.com>
-M:	Luka Perkov <luka.perkov@sartura.hr>
+ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
 M:	Stefan Roese <sr@denx.de>
 S:	Maintained
 T:	git git://git.denx.de/u-boot-marvell.git
 F:	arch/arm/mach-kirkwood/
 F:	arch/arm/mach-mvebu/
 F:	drivers/ata/ahci_mvebu.c
-F:	drivers/phy/marvell/
+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 PXA
 M:	Marek Vasut <marex@denx.de>
-- 
2.20.1

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

* [U-Boot] [PATCH] MAINTAINERS: Update u-boot-marvell entry
  2019-02-15 12:56 [U-Boot] [PATCH] MAINTAINERS: Update u-boot-marvell entry Stefan Roese
@ 2019-02-18 12:27 ` Luka Perkov
  2019-03-19 12:37 ` Stefan Roese
  1 sibling, 0 replies; 3+ messages in thread
From: Luka Perkov @ 2019-02-18 12:27 UTC (permalink / raw)
  To: u-boot

On Fri, Feb 15, 2019 at 01:56:56PM +0100, Stefan Roese wrote:
> This patch does the following changes to the u-boot-marvell maintainers
> entry:
> 
> - Add Armada-7k/8k to the list
> - Remove Prafulla and Luka since they have been silent on the list for
>   a long time. Please speak up, if you would like to continue or better
>   start maintaining.
> - Add multiple Marvell / MVEBU related driver directories and files
> 
> Signed-off-by: Stefan Roese <sr@denx.de>
> Cc: Prafulla Wadaskar <prafulla@marvell.com>
> Cc: Luka Perkov <luka.perkov@sartura.hr>
> Cc: Tom Rini <trini@konsulko.com>

Acked-by: Luka Perkov <luka.perkov@sartura.hr>

> ---
>  MAINTAINERS | 11 +++++++----
>  1 file changed, 7 insertions(+), 4 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 29449ffed6..7fa3e059f6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -166,16 +166,19 @@ S:	Maintained
>  F:	arch/arm/cpu/armv8/hisilicon
>  F:	arch/arm/include/asm/arch-hi6220/
>  
> -ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX
> -M:	Prafulla Wadaskar <prafulla@marvell.com>
> -M:	Luka Perkov <luka.perkov@sartura.hr>
> +ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
>  M:	Stefan Roese <sr@denx.de>
>  S:	Maintained
>  T:	git git://git.denx.de/u-boot-marvell.git
>  F:	arch/arm/mach-kirkwood/
>  F:	arch/arm/mach-mvebu/
>  F:	drivers/ata/ahci_mvebu.c
> -F:	drivers/phy/marvell/
> +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 PXA
>  M:	Marek Vasut <marex@denx.de>
> -- 
> 2.20.1
> 

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

* [U-Boot] [PATCH] MAINTAINERS: Update u-boot-marvell entry
  2019-02-15 12:56 [U-Boot] [PATCH] MAINTAINERS: Update u-boot-marvell entry Stefan Roese
  2019-02-18 12:27 ` Luka Perkov
@ 2019-03-19 12:37 ` Stefan Roese
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2019-03-19 12:37 UTC (permalink / raw)
  To: u-boot

On 15.02.19 13:56, Stefan Roese wrote:
> This patch does the following changes to the u-boot-marvell maintainers
> entry:
> 
> - Add Armada-7k/8k to the list
> - Remove Prafulla and Luka since they have been silent on the list for
>    a long time. Please speak up, if you would like to continue or better
>    start maintaining.
> - Add multiple Marvell / MVEBU related driver directories and files
> 
> Signed-off-by: Stefan Roese <sr@denx.de>
> Cc: Prafulla Wadaskar <prafulla@marvell.com>
> Cc: Luka Perkov <luka.perkov@sartura.hr>
> Cc: Tom Rini <trini@konsulko.com>

Applied to u-boot-marvell/master.

Thanks,
Stefan

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

end of thread, other threads:[~2019-03-19 12:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-15 12:56 [U-Boot] [PATCH] MAINTAINERS: Update u-boot-marvell entry Stefan Roese
2019-02-18 12:27 ` Luka Perkov
2019-03-19 12:37 ` Stefan Roese

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.