All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM: berlin: improve multi_v7_defconfig support
@ 2015-10-14 10:34 ` Antoine Tenart
  0 siblings, 0 replies; 16+ messages in thread
From: Antoine Tenart @ 2015-10-14 10:34 UTC (permalink / raw)
  To: sebastian.hesselbarth, arm; +Cc: Antoine Tenart, linux-arm-kernel, linux-kernel

Hi all,

Some drivers used on a Marvell Berlin kernel were missing from
multi_v7_defconfig. This series add them.

Antoine

Antoine Tenart (4):
  ARM: multi_v7_defconfig: enable Berlin SATA PHY
  ARM: multi_v7_defconfig: enable Berlin USB PHY
  ARM: multi_v7_defconfig: enable pxa168 Ethernet
  ARM: multi_v7_defconfig: enable the Berlin ADC

 arch/arm/configs/multi_v7_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

-- 
2.6.1


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

* [PATCH 0/4] ARM: berlin: improve multi_v7_defconfig support
@ 2015-10-14 10:34 ` Antoine Tenart
  0 siblings, 0 replies; 16+ messages in thread
From: Antoine Tenart @ 2015-10-14 10:34 UTC (permalink / raw)
  To: linux-arm-kernel

Hi all,

Some drivers used on a Marvell Berlin kernel were missing from
multi_v7_defconfig. This series add them.

Antoine

Antoine Tenart (4):
  ARM: multi_v7_defconfig: enable Berlin SATA PHY
  ARM: multi_v7_defconfig: enable Berlin USB PHY
  ARM: multi_v7_defconfig: enable pxa168 Ethernet
  ARM: multi_v7_defconfig: enable the Berlin ADC

 arch/arm/configs/multi_v7_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

-- 
2.6.1

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

* [PATCH 1/4] ARM: multi_v7_defconfig: enable Berlin SATA PHY
  2015-10-14 10:34 ` Antoine Tenart
@ 2015-10-14 10:34   ` Antoine Tenart
  -1 siblings, 0 replies; 16+ messages in thread
From: Antoine Tenart @ 2015-10-14 10:34 UTC (permalink / raw)
  To: sebastian.hesselbarth, arm; +Cc: Antoine Tenart, linux-arm-kernel, linux-kernel

This PHY is required to have the SATA controller working on Berlin
and is missing from multi_v7_defconfig. Enable it.

Signed-off-by: Antoine Tenart <antoine.tenart@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 03deb7fb35e8..94d75e81ca19 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -651,6 +651,7 @@ CONFIG_PHY_HIX5HD2_SATA=y
 CONFIG_PWM_STI=m
 CONFIG_OMAP_USB2=y
 CONFIG_TI_PIPE3=y
+CONFIG_PHY_BERLIN_SATA=y
 CONFIG_PHY_MIPHY28LP=y
 CONFIG_PHY_MIPHY365X=y
 CONFIG_PHY_RCAR_GEN2=m
-- 
2.6.1


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

* [PATCH 1/4] ARM: multi_v7_defconfig: enable Berlin SATA PHY
@ 2015-10-14 10:34   ` Antoine Tenart
  0 siblings, 0 replies; 16+ messages in thread
From: Antoine Tenart @ 2015-10-14 10:34 UTC (permalink / raw)
  To: linux-arm-kernel

This PHY is required to have the SATA controller working on Berlin
and is missing from multi_v7_defconfig. Enable it.

Signed-off-by: Antoine Tenart <antoine.tenart@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 03deb7fb35e8..94d75e81ca19 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -651,6 +651,7 @@ CONFIG_PHY_HIX5HD2_SATA=y
 CONFIG_PWM_STI=m
 CONFIG_OMAP_USB2=y
 CONFIG_TI_PIPE3=y
+CONFIG_PHY_BERLIN_SATA=y
 CONFIG_PHY_MIPHY28LP=y
 CONFIG_PHY_MIPHY365X=y
 CONFIG_PHY_RCAR_GEN2=m
-- 
2.6.1

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

* [PATCH 2/4] ARM: multi_v7_defconfig: enable Berlin USB PHY
  2015-10-14 10:34 ` Antoine Tenart
@ 2015-10-14 10:34   ` Antoine Tenart
  -1 siblings, 0 replies; 16+ messages in thread
From: Antoine Tenart @ 2015-10-14 10:34 UTC (permalink / raw)
  To: sebastian.hesselbarth, arm; +Cc: Antoine Tenart, linux-arm-kernel, linux-kernel

This PHY is required to have the USB controller working on Berlin
and is missing from multi_v7_defconfig. Enable it.

Signed-off-by: Antoine Tenart <antoine.tenart@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 94d75e81ca19..2f8984618236 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -651,6 +651,7 @@ CONFIG_PHY_HIX5HD2_SATA=y
 CONFIG_PWM_STI=m
 CONFIG_OMAP_USB2=y
 CONFIG_TI_PIPE3=y
+CONFIG_PHY_BERLIN_USB=y
 CONFIG_PHY_BERLIN_SATA=y
 CONFIG_PHY_MIPHY28LP=y
 CONFIG_PHY_MIPHY365X=y
-- 
2.6.1


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

* [PATCH 2/4] ARM: multi_v7_defconfig: enable Berlin USB PHY
@ 2015-10-14 10:34   ` Antoine Tenart
  0 siblings, 0 replies; 16+ messages in thread
From: Antoine Tenart @ 2015-10-14 10:34 UTC (permalink / raw)
  To: linux-arm-kernel

This PHY is required to have the USB controller working on Berlin
and is missing from multi_v7_defconfig. Enable it.

Signed-off-by: Antoine Tenart <antoine.tenart@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 94d75e81ca19..2f8984618236 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -651,6 +651,7 @@ CONFIG_PHY_HIX5HD2_SATA=y
 CONFIG_PWM_STI=m
 CONFIG_OMAP_USB2=y
 CONFIG_TI_PIPE3=y
+CONFIG_PHY_BERLIN_USB=y
 CONFIG_PHY_BERLIN_SATA=y
 CONFIG_PHY_MIPHY28LP=y
 CONFIG_PHY_MIPHY365X=y
-- 
2.6.1

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

* [PATCH 3/4] ARM: multi_v7_defconfig: enable pxa168 Ethernet
  2015-10-14 10:34 ` Antoine Tenart
@ 2015-10-14 10:34   ` Antoine Tenart
  -1 siblings, 0 replies; 16+ messages in thread
From: Antoine Tenart @ 2015-10-14 10:34 UTC (permalink / raw)
  To: sebastian.hesselbarth, arm; +Cc: Antoine Tenart, linux-arm-kernel, linux-kernel

The Marvell pxa168 ethernet controller is used on Berlin SoCs and is
missing from multi_v7_defconfig. Enable it.

Signed-off-by: Antoine Tenart <antoine.tenart@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 2f8984618236..e45f80df403c 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -207,6 +207,7 @@ CONFIG_NET_CALXEDA_XGMAC=y
 CONFIG_IGB=y
 CONFIG_MV643XX_ETH=y
 CONFIG_MVNETA=y
+CONFIG_PXA168_ETH=y
 CONFIG_KS8851=y
 CONFIG_R8169=y
 CONFIG_SH_ETH=y
-- 
2.6.1


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

* [PATCH 3/4] ARM: multi_v7_defconfig: enable pxa168 Ethernet
@ 2015-10-14 10:34   ` Antoine Tenart
  0 siblings, 0 replies; 16+ messages in thread
From: Antoine Tenart @ 2015-10-14 10:34 UTC (permalink / raw)
  To: linux-arm-kernel

The Marvell pxa168 ethernet controller is used on Berlin SoCs and is
missing from multi_v7_defconfig. Enable it.

Signed-off-by: Antoine Tenart <antoine.tenart@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 2f8984618236..e45f80df403c 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -207,6 +207,7 @@ CONFIG_NET_CALXEDA_XGMAC=y
 CONFIG_IGB=y
 CONFIG_MV643XX_ETH=y
 CONFIG_MVNETA=y
+CONFIG_PXA168_ETH=y
 CONFIG_KS8851=y
 CONFIG_R8169=y
 CONFIG_SH_ETH=y
-- 
2.6.1

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

* [PATCH 4/4] ARM: multi_v7_defconfig: enable the Berlin ADC
  2015-10-14 10:34 ` Antoine Tenart
@ 2015-10-14 10:34   ` Antoine Tenart
  -1 siblings, 0 replies; 16+ messages in thread
From: Antoine Tenart @ 2015-10-14 10:34 UTC (permalink / raw)
  To: sebastian.hesselbarth, arm; +Cc: Antoine Tenart, linux-arm-kernel, linux-kernel

Enable the Marvell Berlin ADC support in multi_v7_defconfig.

Signed-off-by: Antoine Tenart <antoine.tenart@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 e45f80df403c..2d5c77286a2a 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -637,6 +637,7 @@ CONFIG_EXTCON=y
 CONFIG_TI_AEMIF=y
 CONFIG_IIO=y
 CONFIG_AT91_ADC=m
+CONFIG_BERLIN2_ADC=y
 CONFIG_EXYNOS_ADC=m
 CONFIG_XILINX_XADC=y
 CONFIG_AK8975=y
-- 
2.6.1


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

* [PATCH 4/4] ARM: multi_v7_defconfig: enable the Berlin ADC
@ 2015-10-14 10:34   ` Antoine Tenart
  0 siblings, 0 replies; 16+ messages in thread
From: Antoine Tenart @ 2015-10-14 10:34 UTC (permalink / raw)
  To: linux-arm-kernel

Enable the Marvell Berlin ADC support in multi_v7_defconfig.

Signed-off-by: Antoine Tenart <antoine.tenart@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 e45f80df403c..2d5c77286a2a 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -637,6 +637,7 @@ CONFIG_EXTCON=y
 CONFIG_TI_AEMIF=y
 CONFIG_IIO=y
 CONFIG_AT91_ADC=m
+CONFIG_BERLIN2_ADC=y
 CONFIG_EXYNOS_ADC=m
 CONFIG_XILINX_XADC=y
 CONFIG_AK8975=y
-- 
2.6.1

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

* Re: [PATCH 0/4] ARM: berlin: improve multi_v7_defconfig support
  2015-10-14 10:34 ` Antoine Tenart
@ 2015-10-14 12:36   ` Arnd Bergmann
  -1 siblings, 0 replies; 16+ messages in thread
From: Arnd Bergmann @ 2015-10-14 12:36 UTC (permalink / raw)
  To: Antoine Tenart; +Cc: sebastian.hesselbarth, arm, linux-arm-kernel, linux-kernel

On Wednesday 14 October 2015 12:34:00 Antoine Tenart wrote:
> Hi all,
> 
> Some drivers used on a Marvell Berlin kernel were missing from
> multi_v7_defconfig. This series add them.

Adding them is great, but we try to have as much as possible
in loadable modules for new additions. Can you do this?

Having a single patch instead of four different ones is fine too,
by the way.

	Arnd

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

* [PATCH 0/4] ARM: berlin: improve multi_v7_defconfig support
@ 2015-10-14 12:36   ` Arnd Bergmann
  0 siblings, 0 replies; 16+ messages in thread
From: Arnd Bergmann @ 2015-10-14 12:36 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday 14 October 2015 12:34:00 Antoine Tenart wrote:
> Hi all,
> 
> Some drivers used on a Marvell Berlin kernel were missing from
> multi_v7_defconfig. This series add them.

Adding them is great, but we try to have as much as possible
in loadable modules for new additions. Can you do this?

Having a single patch instead of four different ones is fine too,
by the way.

	Arnd

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

* Re: [PATCH 0/4] ARM: berlin: improve multi_v7_defconfig support
  2015-10-14 12:36   ` Arnd Bergmann
@ 2015-10-14 13:09     ` Antoine Tenart
  -1 siblings, 0 replies; 16+ messages in thread
From: Antoine Tenart @ 2015-10-14 13:09 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Antoine Tenart, sebastian.hesselbarth, arm, linux-arm-kernel,
	linux-kernel

Hi Arnd,

On Wed, Oct 14, 2015 at 02:36:21PM +0200, Arnd Bergmann wrote:
> On Wednesday 14 October 2015 12:34:00 Antoine Tenart wrote:
> > 
> > Some drivers used on a Marvell Berlin kernel were missing from
> > multi_v7_defconfig. This series add them.
> 
> Adding them is great, but we try to have as much as possible
> in loadable modules for new additions. Can you do this?

Sure, I'll do this for the Ethernet and the ADC drivers. But we already
have the SATA and USB features built-in with multi_v7_defconfig, so I'll
keep the two PHY drivers built-in.

> Having a single patch instead of four different ones is fine too,
> by the way.

And I'll put them into a single patch.

Thanks,

Antoine

-- 
Antoine Ténart, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [PATCH 0/4] ARM: berlin: improve multi_v7_defconfig support
@ 2015-10-14 13:09     ` Antoine Tenart
  0 siblings, 0 replies; 16+ messages in thread
From: Antoine Tenart @ 2015-10-14 13:09 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd,

On Wed, Oct 14, 2015 at 02:36:21PM +0200, Arnd Bergmann wrote:
> On Wednesday 14 October 2015 12:34:00 Antoine Tenart wrote:
> > 
> > Some drivers used on a Marvell Berlin kernel were missing from
> > multi_v7_defconfig. This series add them.
> 
> Adding them is great, but we try to have as much as possible
> in loadable modules for new additions. Can you do this?

Sure, I'll do this for the Ethernet and the ADC drivers. But we already
have the SATA and USB features built-in with multi_v7_defconfig, so I'll
keep the two PHY drivers built-in.

> Having a single patch instead of four different ones is fine too,
> by the way.

And I'll put them into a single patch.

Thanks,

Antoine

-- 
Antoine T?nart, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* Re: [PATCH 0/4] ARM: berlin: improve multi_v7_defconfig support
  2015-10-14 13:09     ` Antoine Tenart
@ 2015-10-14 13:23       ` Arnd Bergmann
  -1 siblings, 0 replies; 16+ messages in thread
From: Arnd Bergmann @ 2015-10-14 13:23 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: Antoine Tenart, arm, linux-kernel, sebastian.hesselbarth

On Wednesday 14 October 2015 15:09:35 Antoine Tenart wrote:
> Hi Arnd,
> 
> On Wed, Oct 14, 2015 at 02:36:21PM +0200, Arnd Bergmann wrote:
> > On Wednesday 14 October 2015 12:34:00 Antoine Tenart wrote:
> > > 
> > > Some drivers used on a Marvell Berlin kernel were missing from
> > > multi_v7_defconfig. This series add them.
> > 
> > Adding them is great, but we try to have as much as possible
> > in loadable modules for new additions. Can you do this?
> 
> Sure, I'll do this for the Ethernet and the ADC drivers. But we already
> have the SATA and USB features built-in with multi_v7_defconfig, so I'll
> keep the two PHY drivers built-in.
> 
> 

Ok, fair enough.

	Arnd

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

* [PATCH 0/4] ARM: berlin: improve multi_v7_defconfig support
@ 2015-10-14 13:23       ` Arnd Bergmann
  0 siblings, 0 replies; 16+ messages in thread
From: Arnd Bergmann @ 2015-10-14 13:23 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday 14 October 2015 15:09:35 Antoine Tenart wrote:
> Hi Arnd,
> 
> On Wed, Oct 14, 2015 at 02:36:21PM +0200, Arnd Bergmann wrote:
> > On Wednesday 14 October 2015 12:34:00 Antoine Tenart wrote:
> > > 
> > > Some drivers used on a Marvell Berlin kernel were missing from
> > > multi_v7_defconfig. This series add them.
> > 
> > Adding them is great, but we try to have as much as possible
> > in loadable modules for new additions. Can you do this?
> 
> Sure, I'll do this for the Ethernet and the ADC drivers. But we already
> have the SATA and USB features built-in with multi_v7_defconfig, so I'll
> keep the two PHY drivers built-in.
> 
> 

Ok, fair enough.

	Arnd

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

end of thread, other threads:[~2015-10-14 13:24 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-14 10:34 [PATCH 0/4] ARM: berlin: improve multi_v7_defconfig support Antoine Tenart
2015-10-14 10:34 ` Antoine Tenart
2015-10-14 10:34 ` [PATCH 1/4] ARM: multi_v7_defconfig: enable Berlin SATA PHY Antoine Tenart
2015-10-14 10:34   ` Antoine Tenart
2015-10-14 10:34 ` [PATCH 2/4] ARM: multi_v7_defconfig: enable Berlin USB PHY Antoine Tenart
2015-10-14 10:34   ` Antoine Tenart
2015-10-14 10:34 ` [PATCH 3/4] ARM: multi_v7_defconfig: enable pxa168 Ethernet Antoine Tenart
2015-10-14 10:34   ` Antoine Tenart
2015-10-14 10:34 ` [PATCH 4/4] ARM: multi_v7_defconfig: enable the Berlin ADC Antoine Tenart
2015-10-14 10:34   ` Antoine Tenart
2015-10-14 12:36 ` [PATCH 0/4] ARM: berlin: improve multi_v7_defconfig support Arnd Bergmann
2015-10-14 12:36   ` Arnd Bergmann
2015-10-14 13:09   ` Antoine Tenart
2015-10-14 13:09     ` Antoine Tenart
2015-10-14 13:23     ` Arnd Bergmann
2015-10-14 13:23       ` Arnd Bergmann

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.