All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: multi_v7: Enabled omap4430 sdp nfsroot
@ 2013-07-15  7:58 ` Tony Lindgren
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2013-07-15  7:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-omap; +Cc: Arnd Bergmann, Olof Johansson

Author: Tony Lindgren <tony@atomide.com>
Date:   Mon Jul 15 00:39:41 2013 -0700

    ARM: multi_v7: Enabled omap4430 sdp nfsroot
    
    By adding support for OCP2SCP, SPI and KS8851 I can also boot test
    multi_v7_defconfig easily.
    
    Note that if using an older u-boot, CONFIG_ARM_ATAG_DTB_COMPAT=y
    may also be needed for the appended DTB based booting.
    
    Signed-off-by: Tony Lindgren <tony@atomide.com>

--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -53,6 +53,7 @@ CONFIG_IP_PNP=y
 CONFIG_IP_PNP_DHCP=y
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
+CONFIG_OMAP_OCP2SCP=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_ATA=y
 CONFIG_SATA_AHCI_PLATFORM=y
@@ -61,6 +62,7 @@ CONFIG_SATA_MV=y
 CONFIG_NETDEVICES=y
 CONFIG_SUN4I_EMAC=y
 CONFIG_NET_CALXEDA_XGMAC=y
+CONFIG_KS8851=y
 CONFIG_SMSC911X=y
 CONFIG_STMMAC_ETH=y
 CONFIG_MDIO_SUN4I=y
@@ -89,6 +91,7 @@ CONFIG_I2C_DESIGNWARE_PLATFORM=y
 CONFIG_I2C_SIRF=y
 CONFIG_I2C_TEGRA=y
 CONFIG_SPI=y
+CONFIG_SPI_OMAP24XX=y
 CONFIG_SPI_PL022=y
 CONFIG_SPI_SIRF=y
 CONFIG_SPI_TEGRA114=y

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

* [PATCH] ARM: multi_v7: Enabled omap4430 sdp nfsroot
@ 2013-07-15  7:58 ` Tony Lindgren
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2013-07-15  7:58 UTC (permalink / raw)
  To: linux-arm-kernel

Author: Tony Lindgren <tony@atomide.com>
Date:   Mon Jul 15 00:39:41 2013 -0700

    ARM: multi_v7: Enabled omap4430 sdp nfsroot
    
    By adding support for OCP2SCP, SPI and KS8851 I can also boot test
    multi_v7_defconfig easily.
    
    Note that if using an older u-boot, CONFIG_ARM_ATAG_DTB_COMPAT=y
    may also be needed for the appended DTB based booting.
    
    Signed-off-by: Tony Lindgren <tony@atomide.com>

--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -53,6 +53,7 @@ CONFIG_IP_PNP=y
 CONFIG_IP_PNP_DHCP=y
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
+CONFIG_OMAP_OCP2SCP=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_ATA=y
 CONFIG_SATA_AHCI_PLATFORM=y
@@ -61,6 +62,7 @@ CONFIG_SATA_MV=y
 CONFIG_NETDEVICES=y
 CONFIG_SUN4I_EMAC=y
 CONFIG_NET_CALXEDA_XGMAC=y
+CONFIG_KS8851=y
 CONFIG_SMSC911X=y
 CONFIG_STMMAC_ETH=y
 CONFIG_MDIO_SUN4I=y
@@ -89,6 +91,7 @@ CONFIG_I2C_DESIGNWARE_PLATFORM=y
 CONFIG_I2C_SIRF=y
 CONFIG_I2C_TEGRA=y
 CONFIG_SPI=y
+CONFIG_SPI_OMAP24XX=y
 CONFIG_SPI_PL022=y
 CONFIG_SPI_SIRF=y
 CONFIG_SPI_TEGRA114=y

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

* Re: [PATCH] ARM: multi_v7: Enabled omap4430 sdp nfsroot
  2013-07-15  7:58 ` Tony Lindgren
@ 2013-07-15 13:23   ` Felipe Balbi
  -1 siblings, 0 replies; 6+ messages in thread
From: Felipe Balbi @ 2013-07-15 13:23 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-arm-kernel, linux-omap, Arnd Bergmann, Olof Johansson

[-- Attachment #1: Type: text/plain, Size: 706 bytes --]

On Mon, Jul 15, 2013 at 12:58:17AM -0700, Tony Lindgren wrote:
> Author: Tony Lindgren <tony@atomide.com>
> Date:   Mon Jul 15 00:39:41 2013 -0700
> 
>     ARM: multi_v7: Enabled omap4430 sdp nfsroot
>     
>     By adding support for OCP2SCP, SPI and KS8851 I can also boot test
>     multi_v7_defconfig easily.
>     
>     Note that if using an older u-boot, CONFIG_ARM_ATAG_DTB_COMPAT=y
>     may also be needed for the appended DTB based booting.
>     
>     Signed-off-by: Tony Lindgren <tony@atomide.com>

We will also use OCP2SCP driver to enable USB3 on OMAP5 uEVM, good it's
already enabled in multi_v7 after this patch.

Reviewed-by: Felipe Balbi <balbi@ti.com>

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* [PATCH] ARM: multi_v7: Enabled omap4430 sdp nfsroot
@ 2013-07-15 13:23   ` Felipe Balbi
  0 siblings, 0 replies; 6+ messages in thread
From: Felipe Balbi @ 2013-07-15 13:23 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jul 15, 2013 at 12:58:17AM -0700, Tony Lindgren wrote:
> Author: Tony Lindgren <tony@atomide.com>
> Date:   Mon Jul 15 00:39:41 2013 -0700
> 
>     ARM: multi_v7: Enabled omap4430 sdp nfsroot
>     
>     By adding support for OCP2SCP, SPI and KS8851 I can also boot test
>     multi_v7_defconfig easily.
>     
>     Note that if using an older u-boot, CONFIG_ARM_ATAG_DTB_COMPAT=y
>     may also be needed for the appended DTB based booting.
>     
>     Signed-off-by: Tony Lindgren <tony@atomide.com>

We will also use OCP2SCP driver to enable USB3 on OMAP5 uEVM, good it's
already enabled in multi_v7 after this patch.

Reviewed-by: Felipe Balbi <balbi@ti.com>

-- 
balbi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130715/965e296a/attachment.sig>

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

* Re: [PATCH] ARM: multi_v7: Enabled omap4430 sdp nfsroot
  2013-07-15 13:23   ` Felipe Balbi
@ 2013-07-23  2:47     ` Olof Johansson
  -1 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2013-07-23  2:47 UTC (permalink / raw)
  To: Felipe Balbi; +Cc: Tony Lindgren, linux-arm-kernel, linux-omap, Arnd Bergmann

On Mon, Jul 15, 2013 at 04:23:26PM +0300, Felipe Balbi wrote:
> On Mon, Jul 15, 2013 at 12:58:17AM -0700, Tony Lindgren wrote:
> > Author: Tony Lindgren <tony@atomide.com>
> > Date:   Mon Jul 15 00:39:41 2013 -0700
> > 
> >     ARM: multi_v7: Enabled omap4430 sdp nfsroot
> >     
> >     By adding support for OCP2SCP, SPI and KS8851 I can also boot test
> >     multi_v7_defconfig easily.
> >     
> >     Note that if using an older u-boot, CONFIG_ARM_ATAG_DTB_COMPAT=y
> >     may also be needed for the appended DTB based booting.
> >     
> >     Signed-off-by: Tony Lindgren <tony@atomide.com>
> 
> We will also use OCP2SCP driver to enable USB3 on OMAP5 uEVM, good it's
> already enabled in multi_v7 after this patch.
> 
> Reviewed-by: Felipe Balbi <balbi@ti.com>

Applied to fixes for 3.11 since it gives us networking on panda.


-Olof

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

* [PATCH] ARM: multi_v7: Enabled omap4430 sdp nfsroot
@ 2013-07-23  2:47     ` Olof Johansson
  0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2013-07-23  2:47 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jul 15, 2013 at 04:23:26PM +0300, Felipe Balbi wrote:
> On Mon, Jul 15, 2013 at 12:58:17AM -0700, Tony Lindgren wrote:
> > Author: Tony Lindgren <tony@atomide.com>
> > Date:   Mon Jul 15 00:39:41 2013 -0700
> > 
> >     ARM: multi_v7: Enabled omap4430 sdp nfsroot
> >     
> >     By adding support for OCP2SCP, SPI and KS8851 I can also boot test
> >     multi_v7_defconfig easily.
> >     
> >     Note that if using an older u-boot, CONFIG_ARM_ATAG_DTB_COMPAT=y
> >     may also be needed for the appended DTB based booting.
> >     
> >     Signed-off-by: Tony Lindgren <tony@atomide.com>
> 
> We will also use OCP2SCP driver to enable USB3 on OMAP5 uEVM, good it's
> already enabled in multi_v7 after this patch.
> 
> Reviewed-by: Felipe Balbi <balbi@ti.com>

Applied to fixes for 3.11 since it gives us networking on panda.


-Olof

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

end of thread, other threads:[~2013-07-23  2:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-15  7:58 [PATCH] ARM: multi_v7: Enabled omap4430 sdp nfsroot Tony Lindgren
2013-07-15  7:58 ` Tony Lindgren
2013-07-15 13:23 ` Felipe Balbi
2013-07-15 13:23   ` Felipe Balbi
2013-07-23  2:47   ` Olof Johansson
2013-07-23  2:47     ` Olof Johansson

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.