linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] MAINTAINERS: update entry for ARM/berlin
@ 2018-03-30  3:02 Jisheng Zhang
  2018-03-30 13:59 ` Andrew Lunn
  0 siblings, 1 reply; 5+ messages in thread
From: Jisheng Zhang @ 2018-03-30  3:02 UTC (permalink / raw)
  To: linux-arm-kernel

Synaptics has acquired the Multimedia Solutions Business of Marvell[1].
So change the berlin entry name and move it to its alphabetical
location. We move to ARM/Synaptics instead of ARM/Marvell.

This patch also updates my email address from marvell to synaptics.

[1] https://www.synaptics.com/company/news/conexant-marvell

Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
---
Since v1:
 - add some comments about this change. Thank Andrew.

 MAINTAINERS | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6e950b8b4a41..0a0da6a8e607 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1578,15 +1578,6 @@ ARM/MAGICIAN MACHINE SUPPORT
 M:	Philipp Zabel <philipp.zabel@gmail.com>
 S:	Maintained
 
-ARM/Marvell Berlin SoC support
-M:	Jisheng Zhang <jszhang@marvell.com>
-M:	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
-L:	linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
-S:	Maintained
-F:	arch/arm/mach-berlin/
-F:	arch/arm/boot/dts/berlin*
-F:	arch/arm64/boot/dts/marvell/berlin*
-
 ARM/Marvell Dove/MV78xx0/Orion SOC support
 M:	Jason Cooper <jason@lakedaemon.net>
 M:	Andrew Lunn <andrew@lunn.ch>
@@ -2006,6 +1997,15 @@ F:	arch/arm/boot/dts/stm32*
 F:	arch/arm/mach-stm32/
 F:	drivers/clocksource/armv7m_systick.c
 
+ARM/Synaptics Berlin SoC support
+M:	Jisheng Zhang <Jisheng.Zhang@synaptics.com>
+M:	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
+L:	linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
+S:	Maintained
+F:	arch/arm/mach-berlin/
+F:	arch/arm/boot/dts/berlin*
+F:	arch/arm64/boot/dts/marvell/berlin*
+
 ARM/TANGO ARCHITECTURE
 M:	Marc Gonzalez <marc.w.gonzalez@free.fr>
 M:	Mans Rullgard <mans@mansr.com>
-- 
2.16.3

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

* [PATCH v2] MAINTAINERS: update entry for ARM/berlin
  2018-03-30  3:02 [PATCH v2] MAINTAINERS: update entry for ARM/berlin Jisheng Zhang
@ 2018-03-30 13:59 ` Andrew Lunn
  2018-04-02  2:28   ` Jisheng Zhang
  2018-04-05  9:08   ` Arnd Bergmann
  0 siblings, 2 replies; 5+ messages in thread
From: Andrew Lunn @ 2018-03-30 13:59 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Mar 30, 2018 at 11:02:11AM +0800, Jisheng Zhang wrote:
> Synaptics has acquired the Multimedia Solutions Business of Marvell[1].
> So change the berlin entry name and move it to its alphabetical
> location. We move to ARM/Synaptics instead of ARM/Marvell.
> 
> This patch also updates my email address from marvell to synaptics.
> 
> [1] https://www.synaptics.com/company/news/conexant-marvell
> 
> Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>

Thanks for the link

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

Do you still plan to move the DT files from the Marvell subdirectory?
Are the locations of these files considered fixed?

    Andrew

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

* [PATCH v2] MAINTAINERS: update entry for ARM/berlin
  2018-03-30 13:59 ` Andrew Lunn
@ 2018-04-02  2:28   ` Jisheng Zhang
  2018-04-04 12:03     ` Arnd Bergmann
  2018-04-05  9:08   ` Arnd Bergmann
  1 sibling, 1 reply; 5+ messages in thread
From: Jisheng Zhang @ 2018-04-02  2:28 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, 30 Mar 2018 15:59:32 +0200 Andrew Lunn wrote:

> On Fri, Mar 30, 2018 at 11:02:11AM +0800, Jisheng Zhang wrote:
> > Synaptics has acquired the Multimedia Solutions Business of Marvell[1].
> > So change the berlin entry name and move it to its alphabetical
> > location. We move to ARM/Synaptics instead of ARM/Marvell.
> > 
> > This patch also updates my email address from marvell to synaptics.
> > 
> > [1] https://www.synaptics.com/company/news/conexant-marvell
> > 
> > Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>  
> 
> Thanks for the link
> 
> Reviewed-by: Andrew Lunn <andrew@lunn.ch>
> 
> Do you still plan to move the DT files from the Marvell subdirectory?
> Are the locations of these files considered fixed?
> 

For new SoCs, the DT files will be put into synaptics sub-directory.
But for existing arm64 berlin DT files which currently sits in
arch/arm64/boot/dts/marvell, I dunno the proper solution. Could
you please give some suggestions? How do other vendors handle this
situation in the past?

Thanks in advance,
Jisheng

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

* [PATCH v2] MAINTAINERS: update entry for ARM/berlin
  2018-04-02  2:28   ` Jisheng Zhang
@ 2018-04-04 12:03     ` Arnd Bergmann
  0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2018-04-04 12:03 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Apr 2, 2018 at 4:28 AM, Jisheng Zhang
<Jisheng.Zhang@synaptics.com> wrote:
> On Fri, 30 Mar 2018 15:59:32 +0200 Andrew Lunn wrote:
>
>> On Fri, Mar 30, 2018 at 11:02:11AM +0800, Jisheng Zhang wrote:
>> > Synaptics has acquired the Multimedia Solutions Business of Marvell[1].
>> > So change the berlin entry name and move it to its alphabetical
>> > location. We move to ARM/Synaptics instead of ARM/Marvell.
>> >
>> > This patch also updates my email address from marvell to synaptics.
>> >
>> > [1] https://www.synaptics.com/company/news/conexant-marvell
>> >
>> > Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
>>
>> Thanks for the link
>>
>> Reviewed-by: Andrew Lunn <andrew@lunn.ch>
>>
>> Do you still plan to move the DT files from the Marvell subdirectory?
>> Are the locations of these files considered fixed?
>>
>
> For new SoCs, the DT files will be put into synaptics sub-directory.
> But for existing arm64 berlin DT files which currently sits in
> arch/arm64/boot/dts/marvell, I dunno the proper solution. Could
> you please give some suggestions? How do other vendors handle this
> situation in the past?

There is no good solution, we sometimes move files, other times we don't.

Here, I would probably move it out, but I'd leave it up to you.

      Arnd

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

* [PATCH v2] MAINTAINERS: update entry for ARM/berlin
  2018-03-30 13:59 ` Andrew Lunn
  2018-04-02  2:28   ` Jisheng Zhang
@ 2018-04-05  9:08   ` Arnd Bergmann
  1 sibling, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2018-04-05  9:08 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Mar 30, 2018 at 3:59 PM, Andrew Lunn <andrew@lunn.ch> wrote:
> On Fri, Mar 30, 2018 at 11:02:11AM +0800, Jisheng Zhang wrote:
>> Synaptics has acquired the Multimedia Solutions Business of Marvell[1].
>> So change the berlin entry name and move it to its alphabetical
>> location. We move to ARM/Synaptics instead of ARM/Marvell.
>>
>> This patch also updates my email address from marvell to synaptics.
>>
>> [1] https://www.synaptics.com/company/news/conexant-marvell
>>
>> Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
>
> Thanks for the link
>
> Reviewed-by: Andrew Lunn <andrew@lunn.ch>

I've applied it to next/soc now in preparation of sending out the pull requests.

    Arnd

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

end of thread, other threads:[~2018-04-05  9:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-30  3:02 [PATCH v2] MAINTAINERS: update entry for ARM/berlin Jisheng Zhang
2018-03-30 13:59 ` Andrew Lunn
2018-04-02  2:28   ` Jisheng Zhang
2018-04-04 12:03     ` Arnd Bergmann
2018-04-05  9:08   ` Arnd Bergmann

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