All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: berlin: add MACH_BERLIN_BG2Q symbol
@ 2014-03-21 19:39 ` Alexandre Belloni
  0 siblings, 0 replies; 14+ messages in thread
From: Alexandre Belloni @ 2014-03-21 19:39 UTC (permalink / raw)
  To: Sebastian Hesselbarth
  Cc: Olof Johansson, linux-arm-kernel, linux-kernel,
	Antoine Ténart, Jimmy Xu, Jisheng Zhang, Alexandre Belloni

Now that we start supporting the Marvell Berlin BG2Q, add a symbol allowing to
differentiate that SoC from the other SoCs of the Berlin family.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/mach-berlin/Kconfig | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/mach-berlin/Kconfig b/arch/arm/mach-berlin/Kconfig
index 7a02d222c378..0ff6f5877076 100644
--- a/arch/arm/mach-berlin/Kconfig
+++ b/arch/arm/mach-berlin/Kconfig
@@ -24,6 +24,13 @@ config MACH_BERLIN_BG2CD
 	select CPU_V7
 	select HAVE_ARM_TWD if SMP
 
+config MACH_BERLIN_BG2Q
+	bool "Marvell Armada 1500 Pro (BG2-Q)"
+	select CACHE_L2X0
+	select CPU_V7
+	select HAVE_ARM_TWD if SMP
+	select HAVE_SMP
+
 endmenu
 
 endif
-- 
1.8.3.2


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

* [PATCH 1/2] ARM: berlin: add MACH_BERLIN_BG2Q symbol
@ 2014-03-21 19:39 ` Alexandre Belloni
  0 siblings, 0 replies; 14+ messages in thread
From: Alexandre Belloni @ 2014-03-21 19:39 UTC (permalink / raw)
  To: linux-arm-kernel

Now that we start supporting the Marvell Berlin BG2Q, add a symbol allowing to
differentiate that SoC from the other SoCs of the Berlin family.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/mach-berlin/Kconfig | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/mach-berlin/Kconfig b/arch/arm/mach-berlin/Kconfig
index 7a02d222c378..0ff6f5877076 100644
--- a/arch/arm/mach-berlin/Kconfig
+++ b/arch/arm/mach-berlin/Kconfig
@@ -24,6 +24,13 @@ config MACH_BERLIN_BG2CD
 	select CPU_V7
 	select HAVE_ARM_TWD if SMP
 
+config MACH_BERLIN_BG2Q
+	bool "Marvell Armada 1500 Pro (BG2-Q)"
+	select CACHE_L2X0
+	select CPU_V7
+	select HAVE_ARM_TWD if SMP
+	select HAVE_SMP
+
 endmenu
 
 endif
-- 
1.8.3.2

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

* [PATCH 2/2] ARM: multi_v7_defconfig: Select CONFIG_MACH_BERLIN_BG2Q
  2014-03-21 19:39 ` Alexandre Belloni
@ 2014-03-21 19:39   ` Alexandre Belloni
  -1 siblings, 0 replies; 14+ messages in thread
From: Alexandre Belloni @ 2014-03-21 19:39 UTC (permalink / raw)
  To: Sebastian Hesselbarth
  Cc: Olof Johansson, linux-arm-kernel, linux-kernel,
	Antoine Ténart, Jimmy Xu, Jisheng Zhang, Alexandre Belloni

Now that we support Berlin BG2Q, select CONFIG_MACH_BERLIN_BG2Q so that we can
boot BG2Q based boards like the BG2Q DMP.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index ee6982976d66..8b09b72fb688 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -15,6 +15,7 @@ CONFIG_ARCH_BCM_MOBILE=y
 CONFIG_ARCH_BERLIN=y
 CONFIG_MACH_BERLIN_BG2=y
 CONFIG_MACH_BERLIN_BG2CD=y
+CONFIG_MACH_BERLIN_BG2Q=y
 CONFIG_GPIO_PCA953X=y
 CONFIG_ARCH_HIGHBANK=y
 CONFIG_ARCH_HI3xxx=y
-- 
1.8.3.2


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

* [PATCH 2/2] ARM: multi_v7_defconfig: Select CONFIG_MACH_BERLIN_BG2Q
@ 2014-03-21 19:39   ` Alexandre Belloni
  0 siblings, 0 replies; 14+ messages in thread
From: Alexandre Belloni @ 2014-03-21 19:39 UTC (permalink / raw)
  To: linux-arm-kernel

Now that we support Berlin BG2Q, select CONFIG_MACH_BERLIN_BG2Q so that we can
boot BG2Q based boards like the BG2Q DMP.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index ee6982976d66..8b09b72fb688 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -15,6 +15,7 @@ CONFIG_ARCH_BCM_MOBILE=y
 CONFIG_ARCH_BERLIN=y
 CONFIG_MACH_BERLIN_BG2=y
 CONFIG_MACH_BERLIN_BG2CD=y
+CONFIG_MACH_BERLIN_BG2Q=y
 CONFIG_GPIO_PCA953X=y
 CONFIG_ARCH_HIGHBANK=y
 CONFIG_ARCH_HI3xxx=y
-- 
1.8.3.2

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

* Re: [PATCH 1/2] ARM: berlin: add MACH_BERLIN_BG2Q symbol
  2014-03-21 19:39 ` Alexandre Belloni
@ 2014-03-21 21:42   ` Sebastian Hesselbarth
  -1 siblings, 0 replies; 14+ messages in thread
From: Sebastian Hesselbarth @ 2014-03-21 21:42 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: Olof Johansson, linux-arm-kernel, linux-kernel,
	Antoine Ténart, Jimmy Xu, Jisheng Zhang

On 03/21/2014 08:39 PM, Alexandre Belloni wrote:
> Now that we start supporting the Marvell Berlin BG2Q, add a symbol allowing to
> differentiate that SoC from the other SoCs of the Berlin family.
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Applied to berlin/defconfig, Thanks!

> ---
>   arch/arm/mach-berlin/Kconfig | 7 +++++++
>   1 file changed, 7 insertions(+)
>
> diff --git a/arch/arm/mach-berlin/Kconfig b/arch/arm/mach-berlin/Kconfig
> index 7a02d222c378..0ff6f5877076 100644
> --- a/arch/arm/mach-berlin/Kconfig
> +++ b/arch/arm/mach-berlin/Kconfig
> @@ -24,6 +24,13 @@ config MACH_BERLIN_BG2CD
>   	select CPU_V7
>   	select HAVE_ARM_TWD if SMP
>
> +config MACH_BERLIN_BG2Q
> +	bool "Marvell Armada 1500 Pro (BG2-Q)"
> +	select CACHE_L2X0
> +	select CPU_V7
> +	select HAVE_ARM_TWD if SMP
> +	select HAVE_SMP
> +
>   endmenu
>
>   endif
>


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

* [PATCH 1/2] ARM: berlin: add MACH_BERLIN_BG2Q symbol
@ 2014-03-21 21:42   ` Sebastian Hesselbarth
  0 siblings, 0 replies; 14+ messages in thread
From: Sebastian Hesselbarth @ 2014-03-21 21:42 UTC (permalink / raw)
  To: linux-arm-kernel

On 03/21/2014 08:39 PM, Alexandre Belloni wrote:
> Now that we start supporting the Marvell Berlin BG2Q, add a symbol allowing to
> differentiate that SoC from the other SoCs of the Berlin family.
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Applied to berlin/defconfig, Thanks!

> ---
>   arch/arm/mach-berlin/Kconfig | 7 +++++++
>   1 file changed, 7 insertions(+)
>
> diff --git a/arch/arm/mach-berlin/Kconfig b/arch/arm/mach-berlin/Kconfig
> index 7a02d222c378..0ff6f5877076 100644
> --- a/arch/arm/mach-berlin/Kconfig
> +++ b/arch/arm/mach-berlin/Kconfig
> @@ -24,6 +24,13 @@ config MACH_BERLIN_BG2CD
>   	select CPU_V7
>   	select HAVE_ARM_TWD if SMP
>
> +config MACH_BERLIN_BG2Q
> +	bool "Marvell Armada 1500 Pro (BG2-Q)"
> +	select CACHE_L2X0
> +	select CPU_V7
> +	select HAVE_ARM_TWD if SMP
> +	select HAVE_SMP
> +
>   endmenu
>
>   endif
>

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

* Re: [PATCH 2/2] ARM: multi_v7_defconfig: Select CONFIG_MACH_BERLIN_BG2Q
  2014-03-21 19:39   ` Alexandre Belloni
@ 2014-03-21 21:43     ` Sebastian Hesselbarth
  -1 siblings, 0 replies; 14+ messages in thread
From: Sebastian Hesselbarth @ 2014-03-21 21:43 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: Olof Johansson, linux-arm-kernel, linux-kernel,
	Antoine Ténart, Jimmy Xu, Jisheng Zhang

On 03/21/2014 08:39 PM, Alexandre Belloni wrote:
> Now that we support Berlin BG2Q, select CONFIG_MACH_BERLIN_BG2Q so that we can
> boot BG2Q based boards like the BG2Q DMP.
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Applied to berlin/soc, Thanks!

> ---
>   arch/arm/configs/multi_v7_defconfig | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index ee6982976d66..8b09b72fb688 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -15,6 +15,7 @@ CONFIG_ARCH_BCM_MOBILE=y
>   CONFIG_ARCH_BERLIN=y
>   CONFIG_MACH_BERLIN_BG2=y
>   CONFIG_MACH_BERLIN_BG2CD=y
> +CONFIG_MACH_BERLIN_BG2Q=y
>   CONFIG_GPIO_PCA953X=y
>   CONFIG_ARCH_HIGHBANK=y
>   CONFIG_ARCH_HI3xxx=y
>


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

* [PATCH 2/2] ARM: multi_v7_defconfig: Select CONFIG_MACH_BERLIN_BG2Q
@ 2014-03-21 21:43     ` Sebastian Hesselbarth
  0 siblings, 0 replies; 14+ messages in thread
From: Sebastian Hesselbarth @ 2014-03-21 21:43 UTC (permalink / raw)
  To: linux-arm-kernel

On 03/21/2014 08:39 PM, Alexandre Belloni wrote:
> Now that we support Berlin BG2Q, select CONFIG_MACH_BERLIN_BG2Q so that we can
> boot BG2Q based boards like the BG2Q DMP.
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Applied to berlin/soc, Thanks!

> ---
>   arch/arm/configs/multi_v7_defconfig | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index ee6982976d66..8b09b72fb688 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -15,6 +15,7 @@ CONFIG_ARCH_BCM_MOBILE=y
>   CONFIG_ARCH_BERLIN=y
>   CONFIG_MACH_BERLIN_BG2=y
>   CONFIG_MACH_BERLIN_BG2CD=y
> +CONFIG_MACH_BERLIN_BG2Q=y
>   CONFIG_GPIO_PCA953X=y
>   CONFIG_ARCH_HIGHBANK=y
>   CONFIG_ARCH_HI3xxx=y
>

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

* Re: [PATCH 2/2] ARM: multi_v7_defconfig: Select CONFIG_MACH_BERLIN_BG2Q
  2014-03-21 21:43     ` Sebastian Hesselbarth
@ 2014-04-15 19:40       ` Sebastian Hesselbarth
  -1 siblings, 0 replies; 14+ messages in thread
From: Sebastian Hesselbarth @ 2014-04-15 19:40 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: Olof Johansson, linux-arm-kernel, linux-kernel,
	Antoine Ténart, Jimmy Xu, Jisheng Zhang, Arnd Bergmann

On 03/21/2014 10:43 PM, Sebastian Hesselbarth wrote:
> On 03/21/2014 08:39 PM, Alexandre Belloni wrote:
>> Now that we support Berlin BG2Q, select CONFIG_MACH_BERLIN_BG2Q so
>> that we can
>> boot BG2Q based boards like the BG2Q DMP.
>>
>> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> 
> Applied to berlin/soc, Thanks!

After talking to Arnd on IRC, I found out it is not my business
taking patches for multi_v7_defconfig.

Instead of me taking it, you get my

Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>

>> ---
>>   arch/arm/configs/multi_v7_defconfig | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm/configs/multi_v7_defconfig
>> b/arch/arm/configs/multi_v7_defconfig
>> index ee6982976d66..8b09b72fb688 100644
>> --- a/arch/arm/configs/multi_v7_defconfig
>> +++ b/arch/arm/configs/multi_v7_defconfig
>> @@ -15,6 +15,7 @@ CONFIG_ARCH_BCM_MOBILE=y
>>   CONFIG_ARCH_BERLIN=y
>>   CONFIG_MACH_BERLIN_BG2=y
>>   CONFIG_MACH_BERLIN_BG2CD=y
>> +CONFIG_MACH_BERLIN_BG2Q=y
>>   CONFIG_GPIO_PCA953X=y
>>   CONFIG_ARCH_HIGHBANK=y
>>   CONFIG_ARCH_HI3xxx=y
>>
> 


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

* [PATCH 2/2] ARM: multi_v7_defconfig: Select CONFIG_MACH_BERLIN_BG2Q
@ 2014-04-15 19:40       ` Sebastian Hesselbarth
  0 siblings, 0 replies; 14+ messages in thread
From: Sebastian Hesselbarth @ 2014-04-15 19:40 UTC (permalink / raw)
  To: linux-arm-kernel

On 03/21/2014 10:43 PM, Sebastian Hesselbarth wrote:
> On 03/21/2014 08:39 PM, Alexandre Belloni wrote:
>> Now that we support Berlin BG2Q, select CONFIG_MACH_BERLIN_BG2Q so
>> that we can
>> boot BG2Q based boards like the BG2Q DMP.
>>
>> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> 
> Applied to berlin/soc, Thanks!

After talking to Arnd on IRC, I found out it is not my business
taking patches for multi_v7_defconfig.

Instead of me taking it, you get my

Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>

>> ---
>>   arch/arm/configs/multi_v7_defconfig | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm/configs/multi_v7_defconfig
>> b/arch/arm/configs/multi_v7_defconfig
>> index ee6982976d66..8b09b72fb688 100644
>> --- a/arch/arm/configs/multi_v7_defconfig
>> +++ b/arch/arm/configs/multi_v7_defconfig
>> @@ -15,6 +15,7 @@ CONFIG_ARCH_BCM_MOBILE=y
>>   CONFIG_ARCH_BERLIN=y
>>   CONFIG_MACH_BERLIN_BG2=y
>>   CONFIG_MACH_BERLIN_BG2CD=y
>> +CONFIG_MACH_BERLIN_BG2Q=y
>>   CONFIG_GPIO_PCA953X=y
>>   CONFIG_ARCH_HIGHBANK=y
>>   CONFIG_ARCH_HI3xxx=y
>>
> 

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

* Re: [PATCH 1/2] ARM: berlin: add MACH_BERLIN_BG2Q symbol
  2014-03-21 21:42   ` Sebastian Hesselbarth
@ 2014-04-22 21:24     ` Sebastian Hesselbarth
  -1 siblings, 0 replies; 14+ messages in thread
From: Sebastian Hesselbarth @ 2014-04-22 21:24 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: Olof Johansson, linux-arm-kernel, linux-kernel,
	Antoine Ténart, Jimmy Xu, Jisheng Zhang

On 03/21/2014 10:42 PM, Sebastian Hesselbarth wrote:
> On 03/21/2014 08:39 PM, Alexandre Belloni wrote:
>> Now that we start supporting the Marvell Berlin BG2Q, add a symbol
>> allowing to
>> differentiate that SoC from the other SoCs of the Berlin family.
>>
>> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> 
> Applied to berlin/defconfig, Thanks!
> 
>> ---
>>   arch/arm/mach-berlin/Kconfig | 7 +++++++
>>   1 file changed, 7 insertions(+)
>>
>> diff --git a/arch/arm/mach-berlin/Kconfig b/arch/arm/mach-berlin/Kconfig
>> index 7a02d222c378..0ff6f5877076 100644
>> --- a/arch/arm/mach-berlin/Kconfig
>> +++ b/arch/arm/mach-berlin/Kconfig
>> @@ -24,6 +24,13 @@ config MACH_BERLIN_BG2CD
>>       select CPU_V7
>>       select HAVE_ARM_TWD if SMP
>>
>> +config MACH_BERLIN_BG2Q
>> +    bool "Marvell Armada 1500 Pro (BG2-Q)"
>> +    select CACHE_L2X0
>> +    select CPU_V7
>> +    select HAVE_ARM_TWD if SMP
>> +    select HAVE_SMP

As Rob Herring pointed out, CPU_V7 is already selected by MULTI_V7.
Also, with no agreement on how to proceed with SMP, I also dropped
HAVE_SMP for now.

Sebastian


>>   endmenu
>>
>>   endif
>>
> 


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

* [PATCH 1/2] ARM: berlin: add MACH_BERLIN_BG2Q symbol
@ 2014-04-22 21:24     ` Sebastian Hesselbarth
  0 siblings, 0 replies; 14+ messages in thread
From: Sebastian Hesselbarth @ 2014-04-22 21:24 UTC (permalink / raw)
  To: linux-arm-kernel

On 03/21/2014 10:42 PM, Sebastian Hesselbarth wrote:
> On 03/21/2014 08:39 PM, Alexandre Belloni wrote:
>> Now that we start supporting the Marvell Berlin BG2Q, add a symbol
>> allowing to
>> differentiate that SoC from the other SoCs of the Berlin family.
>>
>> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> 
> Applied to berlin/defconfig, Thanks!
> 
>> ---
>>   arch/arm/mach-berlin/Kconfig | 7 +++++++
>>   1 file changed, 7 insertions(+)
>>
>> diff --git a/arch/arm/mach-berlin/Kconfig b/arch/arm/mach-berlin/Kconfig
>> index 7a02d222c378..0ff6f5877076 100644
>> --- a/arch/arm/mach-berlin/Kconfig
>> +++ b/arch/arm/mach-berlin/Kconfig
>> @@ -24,6 +24,13 @@ config MACH_BERLIN_BG2CD
>>       select CPU_V7
>>       select HAVE_ARM_TWD if SMP
>>
>> +config MACH_BERLIN_BG2Q
>> +    bool "Marvell Armada 1500 Pro (BG2-Q)"
>> +    select CACHE_L2X0
>> +    select CPU_V7
>> +    select HAVE_ARM_TWD if SMP
>> +    select HAVE_SMP

As Rob Herring pointed out, CPU_V7 is already selected by MULTI_V7.
Also, with no agreement on how to proceed with SMP, I also dropped
HAVE_SMP for now.

Sebastian


>>   endmenu
>>
>>   endif
>>
> 

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

* Re: [PATCH 2/2] ARM: multi_v7_defconfig: Select CONFIG_MACH_BERLIN_BG2Q
  2014-04-15 19:40       ` Sebastian Hesselbarth
@ 2014-05-05 20:55         ` Olof Johansson
  -1 siblings, 0 replies; 14+ messages in thread
From: Olof Johansson @ 2014-05-05 20:55 UTC (permalink / raw)
  To: Sebastian Hesselbarth
  Cc: Alexandre Belloni, linux-arm-kernel, linux-kernel,
	Antoine Ténart, Jimmy Xu, Jisheng Zhang, Arnd Bergmann

On Tue, Apr 15, 2014 at 09:40:21PM +0200, Sebastian Hesselbarth wrote:
> On 03/21/2014 10:43 PM, Sebastian Hesselbarth wrote:
> > On 03/21/2014 08:39 PM, Alexandre Belloni wrote:
> >> Now that we support Berlin BG2Q, select CONFIG_MACH_BERLIN_BG2Q so
> >> that we can
> >> boot BG2Q based boards like the BG2Q DMP.
> >>
> >> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> > 
> > Applied to berlin/soc, Thanks!
> 
> After talking to Arnd on IRC, I found out it is not my business
> taking patches for multi_v7_defconfig.
> 
> Instead of me taking it, you get my
> 
> Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
> 

Applied, but next time please send any patch you want us to apply to
arm@kernel.org.

FWIW, it's usually how I distinguish between things to review if I have
time (personal email) and things that will need attention eventually
(arm@kernel.org). It also has the benefit of going to all current
maintainers of arm-soc without you having to worry about who it is. :)

-Olof

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

* [PATCH 2/2] ARM: multi_v7_defconfig: Select CONFIG_MACH_BERLIN_BG2Q
@ 2014-05-05 20:55         ` Olof Johansson
  0 siblings, 0 replies; 14+ messages in thread
From: Olof Johansson @ 2014-05-05 20:55 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Apr 15, 2014 at 09:40:21PM +0200, Sebastian Hesselbarth wrote:
> On 03/21/2014 10:43 PM, Sebastian Hesselbarth wrote:
> > On 03/21/2014 08:39 PM, Alexandre Belloni wrote:
> >> Now that we support Berlin BG2Q, select CONFIG_MACH_BERLIN_BG2Q so
> >> that we can
> >> boot BG2Q based boards like the BG2Q DMP.
> >>
> >> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> > 
> > Applied to berlin/soc, Thanks!
> 
> After talking to Arnd on IRC, I found out it is not my business
> taking patches for multi_v7_defconfig.
> 
> Instead of me taking it, you get my
> 
> Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
> 

Applied, but next time please send any patch you want us to apply to
arm at kernel.org.

FWIW, it's usually how I distinguish between things to review if I have
time (personal email) and things that will need attention eventually
(arm at kernel.org). It also has the benefit of going to all current
maintainers of arm-soc without you having to worry about who it is. :)

-Olof

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

end of thread, other threads:[~2014-05-05 20:55 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-21 19:39 [PATCH 1/2] ARM: berlin: add MACH_BERLIN_BG2Q symbol Alexandre Belloni
2014-03-21 19:39 ` Alexandre Belloni
2014-03-21 19:39 ` [PATCH 2/2] ARM: multi_v7_defconfig: Select CONFIG_MACH_BERLIN_BG2Q Alexandre Belloni
2014-03-21 19:39   ` Alexandre Belloni
2014-03-21 21:43   ` Sebastian Hesselbarth
2014-03-21 21:43     ` Sebastian Hesselbarth
2014-04-15 19:40     ` Sebastian Hesselbarth
2014-04-15 19:40       ` Sebastian Hesselbarth
2014-05-05 20:55       ` Olof Johansson
2014-05-05 20:55         ` Olof Johansson
2014-03-21 21:42 ` [PATCH 1/2] ARM: berlin: add MACH_BERLIN_BG2Q symbol Sebastian Hesselbarth
2014-03-21 21:42   ` Sebastian Hesselbarth
2014-04-22 21:24   ` Sebastian Hesselbarth
2014-04-22 21:24     ` Sebastian Hesselbarth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.