* [PATCH 0/2] omap: fix omap2plus defaults for am35xx parts
@ 2012-02-09 20:16 Matt Porter
2012-02-09 20:16 ` [PATCH 1/2] omap: enable davinci_emac in omap2plus_defconfig for Matt Porter
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Matt Porter @ 2012-02-09 20:16 UTC (permalink / raw)
To: linux-arm-kernel
This series enables all current am35xx boards and the on-chip Ethernet
driver in omap2plus_defconfig. It will help users of these boards to
have a working defconfig out of the box.
Matt Porter (2):
omap: enable davinci_emac in omap2plus_defconfig for am35xx
omap: build am3517crane board support by default
arch/arm/configs/omap2plus_defconfig | 1 +
arch/arm/mach-omap2/Kconfig | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
--
1.7.5.4
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/2] omap: enable davinci_emac in omap2plus_defconfig for
2012-02-09 20:16 [PATCH 0/2] omap: fix omap2plus defaults for am35xx parts Matt Porter
@ 2012-02-09 20:16 ` Matt Porter
2012-02-09 20:16 ` [PATCH 2/2] omap: build am3517crane board support by default Matt Porter
2012-02-22 17:15 ` [PATCH 0/2] omap: fix omap2plus defaults for am35xx parts Matt Porter
2 siblings, 0 replies; 5+ messages in thread
From: Matt Porter @ 2012-02-09 20:16 UTC (permalink / raw)
To: linux-arm-kernel
Enable built-in Ethernet support in the defconfig for all
am35xx parts.
Signed-off-by: Matt Porter <mporter@ti.com>
---
arch/arm/configs/omap2plus_defconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index d5f00d7..8d49617 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -91,6 +91,7 @@ CONFIG_SMSC_PHY=y
CONFIG_NET_ETHERNET=y
CONFIG_SMC91X=y
CONFIG_SMSC911X=y
+CONFIG_TI_DAVINCI_EMAC=y
CONFIG_KS8851=y
CONFIG_KS8851_MLL=y
CONFIG_LIBERTAS=m
--
1.7.5.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] omap: build am3517crane board support by default
2012-02-09 20:16 [PATCH 0/2] omap: fix omap2plus defaults for am35xx parts Matt Porter
2012-02-09 20:16 ` [PATCH 1/2] omap: enable davinci_emac in omap2plus_defconfig for Matt Porter
@ 2012-02-09 20:16 ` Matt Porter
2012-03-05 23:05 ` Tony Lindgren
2012-02-22 17:15 ` [PATCH 0/2] omap: fix omap2plus defaults for am35xx parts Matt Porter
2 siblings, 1 reply; 5+ messages in thread
From: Matt Porter @ 2012-02-09 20:16 UTC (permalink / raw)
To: linux-arm-kernel
Set default to include support for the craneboard when
using the omap2plus_defconfig.
Signed-off-by: Matt Porter <mporter@ti.com>
---
arch/arm/mach-omap2/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index d965da4..678b8ac 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -206,6 +206,7 @@ config MACH_OMAP3517EVM
config MACH_CRANEBOARD
bool "AM3517/05 CRANE board"
depends on ARCH_OMAP3
+ default y
select OMAP_PACKAGE_CBB
config MACH_OMAP3_PANDORA
--
1.7.5.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 0/2] omap: fix omap2plus defaults for am35xx parts
2012-02-09 20:16 [PATCH 0/2] omap: fix omap2plus defaults for am35xx parts Matt Porter
2012-02-09 20:16 ` [PATCH 1/2] omap: enable davinci_emac in omap2plus_defconfig for Matt Porter
2012-02-09 20:16 ` [PATCH 2/2] omap: build am3517crane board support by default Matt Porter
@ 2012-02-22 17:15 ` Matt Porter
2 siblings, 0 replies; 5+ messages in thread
From: Matt Porter @ 2012-02-22 17:15 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Feb 09, 2012 at 03:16:24PM -0500, Matt Porter wrote:
> This series enables all current am35xx boards and the on-chip Ethernet
> driver in omap2plus_defconfig. It will help users of these boards to
> have a working defconfig out of the box.
>
> Matt Porter (2):
> omap: enable davinci_emac in omap2plus_defconfig for am35xx
> omap: build am3517crane board support by default
>
> arch/arm/configs/omap2plus_defconfig | 1 +
> arch/arm/mach-omap2/Kconfig | 1 +
> 2 files changed, 2 insertions(+), 0 deletions(-)
Can these be queued for 3.4? It would be great to have
omap2plus_defconfig build craneboard support by default to help catch
any future regressions.
-Matt
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 2/2] omap: build am3517crane board support by default
2012-02-09 20:16 ` [PATCH 2/2] omap: build am3517crane board support by default Matt Porter
@ 2012-03-05 23:05 ` Tony Lindgren
0 siblings, 0 replies; 5+ messages in thread
From: Tony Lindgren @ 2012-03-05 23:05 UTC (permalink / raw)
To: linux-arm-kernel
* Matt Porter <mporter@ti.com> [120209 11:49]:
> Set default to include support for the craneboard when
> using the omap2plus_defconfig.
>
> Signed-off-by: Matt Porter <mporter@ti.com>
> ---
> arch/arm/mach-omap2/Kconfig | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
> index d965da4..678b8ac 100644
> --- a/arch/arm/mach-omap2/Kconfig
> +++ b/arch/arm/mach-omap2/Kconfig
> @@ -206,6 +206,7 @@ config MACH_OMAP3517EVM
> config MACH_CRANEBOARD
> bool "AM3517/05 CRANE board"
> depends on ARCH_OMAP3
> + default y
> select OMAP_PACKAGE_CBB
>
> config MACH_OMAP3_PANDORA
As you may have read, we should remove the "default y"
from Kconfig. So can you please update your first patch in this
series to set CONFIG_MACH_CRANEBOARD=y in omap2plus_defconfig?
Thanks,
Regards,
Tony
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-03-05 23:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-09 20:16 [PATCH 0/2] omap: fix omap2plus defaults for am35xx parts Matt Porter
2012-02-09 20:16 ` [PATCH 1/2] omap: enable davinci_emac in omap2plus_defconfig for Matt Porter
2012-02-09 20:16 ` [PATCH 2/2] omap: build am3517crane board support by default Matt Porter
2012-03-05 23:05 ` Tony Lindgren
2012-02-22 17:15 ` [PATCH 0/2] omap: fix omap2plus defaults for am35xx parts Matt Porter
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).