diff mbox

[1/2] MAINTAINERS: sort F entries for Marvell EBU maintainers

Message ID 1495112333-10494-1-git-send-email-thomas.petazzoni@free-electrons.com (mailing list archive)
State New, archived
Headers show

Commit Message

Thomas Petazzoni May 18, 2017, 12:58 p.m. UTC
This commit sorts alphabetically the file entries of the Marvell EBU
maintainers in the MAINTAINERS file.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 MAINTAINERS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Jason Cooper May 22, 2017, 5:50 a.m. UTC | #1
Hi Thomas,

On Thu, May 18, 2017 at 02:58:52PM +0200, Thomas Petazzoni wrote:
> This commit sorts alphabetically the file entries of the Marvell EBU
> maintainers in the MAINTAINERS file.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
>  MAINTAINERS | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Acked-by: Jason Cooper <jason@lakedaemon.net>

thx,

Jason.
Gregory CLEMENT May 23, 2017, 2:35 p.m. UTC | #2
Hi,
 
 On lun., mai 22 2017, Jason Cooper <jason@lakedaemon.net> wrote:

> Hi Thomas,
>
> On Thu, May 18, 2017 at 02:58:52PM +0200, Thomas Petazzoni wrote:
>> This commit sorts alphabetically the file entries of the Marvell EBU
>> maintainers in the MAINTAINERS file.
>> 
>> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
>> ---
>>  MAINTAINERS | 6 +++---
>>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> Acked-by: Jason Cooper <jason@lakedaemon.net>


Applied on mvebu/fixes-non-critical

Thanks,

Gregory

>
> thx,
>
> Jason.
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index f7d568b..2725ea3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1490,13 +1490,13 @@  M:	Gregory Clement <gregory.clement@free-electrons.com>
 M:	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
-F:	arch/arm/mach-mvebu/
-F:	drivers/rtc/rtc-armada38x.c
 F:	arch/arm/boot/dts/armada*
 F:	arch/arm/boot/dts/kirkwood*
+F:	arch/arm/configs/mvebu_*_defconfig
+F:	arch/arm/mach-mvebu/
 F:	arch/arm64/boot/dts/marvell/armada*
 F:	drivers/cpufreq/mvebu-cpufreq.c
-F:	arch/arm/configs/mvebu_*_defconfig
+F:	drivers/rtc/rtc-armada38x.c
 
 ARM/Marvell Berlin SoC support
 M:	Jisheng Zhang <jszhang@marvell.com>