Message ID | 20180330110211.36455347@xhacker.debian (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
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
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
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
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@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@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>
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(-)