Re: [PATCH 8/8] ARM: add initial support for Marvell Berlin SoCs

2013-10-09 Thread Gregory CLEMENT
Hello Jisheng, [...] >> +config MACH_MV88DE3100 > Can you please use MACH_BERLIN2? This is what we used internally in latest BSP >> +bool "Marvell 88DE3100 (Armada 1500)" >> +select ARM_GIC >> +select CACHE_L2X0 > The tauros3 and PL310 are different although the programming interface

Re: [PATCH 8/8] ARM: add initial support for Marvell Berlin SoCs

2013-10-09 Thread Sebastian Hesselbarth
On 10/09/2013 05:20 AM, Jisheng Zhang wrote: On Tue, 8 Oct 2013 05:24:33 -0700 Sebastian Hesselbarth wrote: This adds initial support for the Marvell Berlin (88DE3xxx) SoC family and basic machine setup for Armada 1500 (88DE3100) SoCs. First of all, thanks for these patches. I worked and is

Re: [PATCH 8/8] ARM: add initial support for Marvell Berlin SoCs

2013-10-09 Thread Sebastian Hesselbarth
On 10/09/2013 01:24 AM, Dinh Nguyen wrote: Hi Sebastian, On Tue, 2013-10-08 at 14:24 +0200, Sebastian Hesselbarth wrote: This adds initial support for the Marvell Berlin (88DE3xxx) SoC family and basic machine setup for Armada 1500 (88DE3100) SoCs. [...] +config MACH_MV88DE3100 + bool

Re: [PATCH 8/8] ARM: add initial support for Marvell Berlin SoCs

2013-10-09 Thread Sebastian Hesselbarth
On 10/09/2013 01:24 AM, Dinh Nguyen wrote: Hi Sebastian, On Tue, 2013-10-08 at 14:24 +0200, Sebastian Hesselbarth wrote: This adds initial support for the Marvell Berlin (88DE3xxx) SoC family and basic machine setup for Armada 1500 (88DE3100) SoCs. [...] +config MACH_MV88DE3100 + bool

Re: [PATCH 8/8] ARM: add initial support for Marvell Berlin SoCs

2013-10-09 Thread Sebastian Hesselbarth
On 10/09/2013 05:20 AM, Jisheng Zhang wrote: On Tue, 8 Oct 2013 05:24:33 -0700 Sebastian Hesselbarth sebastian.hesselba...@gmail.com wrote: This adds initial support for the Marvell Berlin (88DE3xxx) SoC family and basic machine setup for Armada 1500 (88DE3100) SoCs. First of all, thanks for

Re: [PATCH 8/8] ARM: add initial support for Marvell Berlin SoCs

2013-10-09 Thread Gregory CLEMENT
Hello Jisheng, [...] +config MACH_MV88DE3100 Can you please use MACH_BERLIN2? This is what we used internally in latest BSP +bool Marvell 88DE3100 (Armada 1500) +select ARM_GIC +select CACHE_L2X0 The tauros3 and PL310 are different although the programming interface are

Re: [PATCH 8/8] ARM: add initial support for Marvell Berlin SoCs

2013-10-08 Thread Jisheng Zhang
Dear Sebastian, On Tue, 8 Oct 2013 05:24:33 -0700 Sebastian Hesselbarth wrote: > This adds initial support for the Marvell Berlin (88DE3xxx) SoC family > and basic machine setup for Armada 1500 (88DE3100) SoCs. First of all, thanks for these patches. I worked and is still working on Marvell

Re: [PATCH 8/8] ARM: add initial support for Marvell Berlin SoCs

2013-10-08 Thread Dinh Nguyen
Hi Sebastian, On Tue, 2013-10-08 at 14:24 +0200, Sebastian Hesselbarth wrote: > This adds initial support for the Marvell Berlin (88DE3xxx) SoC family > and basic machine setup for Armada 1500 (88DE3100) SoCs. > > Signed-off-by: Sebastian Hesselbarth > Reviewed-by: Jason Cooper > Reviewed-by:

[PATCH 8/8] ARM: add initial support for Marvell Berlin SoCs

2013-10-08 Thread Sebastian Hesselbarth
This adds initial support for the Marvell Berlin (88DE3xxx) SoC family and basic machine setup for Armada 1500 (88DE3100) SoCs. Signed-off-by: Sebastian Hesselbarth Reviewed-by: Jason Cooper Reviewed-by: Thomas Petazzoni Reviewed-by: Arnd Bergmann --- Changelog: RFCv2->v1: - remove custom

[PATCH 8/8] ARM: add initial support for Marvell Berlin SoCs

2013-10-08 Thread Sebastian Hesselbarth
This adds initial support for the Marvell Berlin (88DE3xxx) SoC family and basic machine setup for Armada 1500 (88DE3100) SoCs. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Reviewed-by: Jason Cooper ja...@lakedaemon.net Reviewed-by: Thomas Petazzoni

Re: [PATCH 8/8] ARM: add initial support for Marvell Berlin SoCs

2013-10-08 Thread Dinh Nguyen
Hi Sebastian, On Tue, 2013-10-08 at 14:24 +0200, Sebastian Hesselbarth wrote: This adds initial support for the Marvell Berlin (88DE3xxx) SoC family and basic machine setup for Armada 1500 (88DE3100) SoCs. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Reviewed-by:

Re: [PATCH 8/8] ARM: add initial support for Marvell Berlin SoCs

2013-10-08 Thread Jisheng Zhang
Dear Sebastian, On Tue, 8 Oct 2013 05:24:33 -0700 Sebastian Hesselbarth sebastian.hesselba...@gmail.com wrote: This adds initial support for the Marvell Berlin (88DE3xxx) SoC family and basic machine setup for Armada 1500 (88DE3100) SoCs. First of all, thanks for these patches. I worked and