linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: multi_v7_defconfig: improve multi_v7_defconfig support for Berlin
@ 2015-10-14 14:02 Antoine Tenart
  2015-10-22 16:38 ` Olof Johansson
  0 siblings, 1 reply; 2+ messages in thread
From: Antoine Tenart @ 2015-10-14 14:02 UTC (permalink / raw)
  To: linux-arm-kernel

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

  * The pxa168 Ethernet driver is added as a loadable module.
  * The Berlin ADC driver is added as a loadable module.
  * Both the Berlin USB PHY and SATA PHY drivers are added,
    built-in, as they are required for the already available USB
    and SATA functionalities in multi_v7_defconfig.

Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
---

Hi,

That's actually a v2 of the series "ARM: berlin: improve multi_v7_defconfig
support" I sent earlier. I've squashed all 4 commits into a single one and
updated to use loadable modules when possible in this v2.

Antoine

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

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 03deb7fb35e8..6b021368fbd5 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=m
 CONFIG_KS8851=y
 CONFIG_R8169=y
 CONFIG_SH_ETH=y
@@ -636,6 +637,7 @@ CONFIG_EXTCON=y
 CONFIG_TI_AEMIF=y
 CONFIG_IIO=y
 CONFIG_AT91_ADC=m
+CONFIG_BERLIN2_ADC=m
 CONFIG_EXYNOS_ADC=m
 CONFIG_XILINX_XADC=y
 CONFIG_AK8975=y
@@ -651,6 +653,8 @@ 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
 CONFIG_PHY_RCAR_GEN2=m
-- 
2.6.1

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

* [PATCH] ARM: multi_v7_defconfig: improve multi_v7_defconfig support for Berlin
  2015-10-14 14:02 [PATCH] ARM: multi_v7_defconfig: improve multi_v7_defconfig support for Berlin Antoine Tenart
@ 2015-10-22 16:38 ` Olof Johansson
  0 siblings, 0 replies; 2+ messages in thread
From: Olof Johansson @ 2015-10-22 16:38 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Oct 14, 2015 at 04:02:50PM +0200, Antoine Tenart wrote:
> Some drivers used on a Marvell Berlin kernel were missing from
> multi_v7_defconfig. This series add them:
> 
>   * The pxa168 Ethernet driver is added as a loadable module.
>   * The Berlin ADC driver is added as a loadable module.
>   * Both the Berlin USB PHY and SATA PHY drivers are added,
>     built-in, as they are required for the already available USB
>     and SATA functionalities in multi_v7_defconfig.
> 
> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
> ---
> 
> Hi,
> 
> That's actually a v2 of the series "ARM: berlin: improve multi_v7_defconfig
> support" I sent earlier. I've squashed all 4 commits into a single one and
> updated to use loadable modules when possible in this v2.
> 
> Antoine

Applied, thanks!


-Olof

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

end of thread, other threads:[~2015-10-22 16:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-14 14:02 [PATCH] ARM: multi_v7_defconfig: improve multi_v7_defconfig support for Berlin Antoine Tenart
2015-10-22 16:38 ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).