linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Few omap2plus_defconfig changes to make more boards usable
@ 2015-01-19 18:15 Tony Lindgren
  2015-01-19 18:15 ` [PATCH 1/3] ARM: omap2plus_defconfig: Enable support for davinci_emac Tony Lindgren
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tony Lindgren @ 2015-01-19 18:15 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Let's add davinci_emac, and fix the NOR configuration. And let's also
add pcf857x as a loadable module.

Regards,

Tony


Tony Lindgren (3):
  ARM: omap2plus_defconfig: Enable support for davinci_emac
  ARM: omap2plus_defconfig: Enable pcf857x
  ARM: omap2plus_defconfig: Add NOR flash support

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

-- 
2.1.4

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

* [PATCH 1/3] ARM: omap2plus_defconfig: Enable support for davinci_emac
  2015-01-19 18:15 [PATCH 0/3] Few omap2plus_defconfig changes to make more boards usable Tony Lindgren
@ 2015-01-19 18:15 ` Tony Lindgren
  2015-01-19 18:15 ` [PATCH 2/3] ARM: omap2plus_defconfig: Enable pcf857x Tony Lindgren
  2015-01-19 18:15 ` [PATCH 3/3] ARM: omap2plus_defconfig: Add NOR flash support Tony Lindgren
  2 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2015-01-19 18:15 UTC (permalink / raw)
  To: linux-arm-kernel

We have this on at least 3517-evm and dm8168-evm. Let's
enable davinci_emac so those can be booted with NFSroot.

Cc: Brian Hutchinson <b.hutchman@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
---
 arch/arm/configs/omap2plus_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index b5ccb36..d6f84f2 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -145,6 +145,7 @@ CONFIG_KS8851_MLL=y
 CONFIG_SMC91X=y
 CONFIG_SMSC911X=y
 # CONFIG_NET_VENDOR_STMICRO is not set
+CONFIG_TI_DAVINCI_EMAC=y
 CONFIG_TI_CPSW=y
 # CONFIG_NET_VENDOR_VIA is not set
 # CONFIG_NET_VENDOR_WIZNET is not set
-- 
2.1.4

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

* [PATCH 2/3] ARM: omap2plus_defconfig: Enable pcf857x
  2015-01-19 18:15 [PATCH 0/3] Few omap2plus_defconfig changes to make more boards usable Tony Lindgren
  2015-01-19 18:15 ` [PATCH 1/3] ARM: omap2plus_defconfig: Enable support for davinci_emac Tony Lindgren
@ 2015-01-19 18:15 ` Tony Lindgren
  2015-01-19 18:15 ` [PATCH 3/3] ARM: omap2plus_defconfig: Add NOR flash support Tony Lindgren
  2 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2015-01-19 18:15 UTC (permalink / raw)
  To: linux-arm-kernel

We have pcf857x at least several boards. Let's enable it
as a loadable module.

Cc: Brian Hutchinson <b.hutchman@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
---
 arch/arm/configs/omap2plus_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index d6f84f2..3ac8269 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -205,6 +205,7 @@ CONFIG_SPI_TI_QSPI=m
 CONFIG_PINCTRL_SINGLE=y
 CONFIG_DEBUG_GPIO=y
 CONFIG_GPIO_SYSFS=y
+CONFIG_GPIO_PCF857X=m
 CONFIG_GPIO_TWL4030=y
 CONFIG_W1=m
 CONFIG_HDQ_MASTER_OMAP=m
-- 
2.1.4

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

* [PATCH 3/3] ARM: omap2plus_defconfig: Add NOR flash support
  2015-01-19 18:15 [PATCH 0/3] Few omap2plus_defconfig changes to make more boards usable Tony Lindgren
  2015-01-19 18:15 ` [PATCH 1/3] ARM: omap2plus_defconfig: Enable support for davinci_emac Tony Lindgren
  2015-01-19 18:15 ` [PATCH 2/3] ARM: omap2plus_defconfig: Enable pcf857x Tony Lindgren
@ 2015-01-19 18:15 ` Tony Lindgren
  2 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2015-01-19 18:15 UTC (permalink / raw)
  To: linux-arm-kernel

Some omaps have NOR flash as the rootfs but we're missing
physmap and physmap_of to properly support it.

Signed-off-by: Tony Lindgren <tony@atomide.com>
---
 arch/arm/configs/omap2plus_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index 3ac8269..6654b23 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -108,6 +108,8 @@ CONFIG_MTD_BLOCK=y
 CONFIG_MTD_OOPS=y
 CONFIG_MTD_CFI=y
 CONFIG_MTD_CFI_INTELEXT=y
+CONFIG_MTD_PHYSMAP=y
+CONFIG_MTD_PHYSMAP_OF=y
 CONFIG_MTD_NAND=y
 CONFIG_MTD_NAND_ECC_BCH=y
 CONFIG_MTD_NAND_OMAP2=y
-- 
2.1.4

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

end of thread, other threads:[~2015-01-19 18:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-19 18:15 [PATCH 0/3] Few omap2plus_defconfig changes to make more boards usable Tony Lindgren
2015-01-19 18:15 ` [PATCH 1/3] ARM: omap2plus_defconfig: Enable support for davinci_emac Tony Lindgren
2015-01-19 18:15 ` [PATCH 2/3] ARM: omap2plus_defconfig: Enable pcf857x Tony Lindgren
2015-01-19 18:15 ` [PATCH 3/3] ARM: omap2plus_defconfig: Add NOR flash support Tony Lindgren

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).