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 <[email protected]>
---
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 <[email protected]>
S: Maintained
-ARM/Marvell Berlin SoC support
-M: Jisheng Zhang <[email protected]>
-M: Sebastian Hesselbarth <[email protected]>
-L: [email protected] (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 <[email protected]>
M: Andrew Lunn <[email protected]>
@@ -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 <[email protected]>
+M: Sebastian Hesselbarth <[email protected]>
+L: [email protected] (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 <[email protected]>
M: Mans Rullgard <[email protected]>
--
2.16.3
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 <[email protected]>
Thanks for the link
Reviewed-by: Andrew Lunn <[email protected]>
Do you still plan to move the DT files from the Marvell subdirectory?
Are the locations of these files considered fixed?
Andrew
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 <[email protected]>
>
> Thanks for the link
>
> Reviewed-by: Andrew Lunn <[email protected]>
>
> 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
On Mon, Apr 2, 2018 at 4:28 AM, Jisheng Zhang
<[email protected]> 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 <[email protected]>
>>
>> Thanks for the link
>>
>> Reviewed-by: Andrew Lunn <[email protected]>
>>
>> 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
On Fri, Mar 30, 2018 at 3:59 PM, Andrew Lunn <[email protected]> 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 <[email protected]>
>
> Thanks for the link
>
> Reviewed-by: Andrew Lunn <[email protected]>
I've applied it to next/soc now in preparation of sending out the pull requests.
Arnd