Re: [PATCH v2 02/14] ARM: OMAP2+: AM43x: Kconfig

2013-06-13 Thread Tony Lindgren
* Mohammed, Afzal [130613 03:08]: > Hi Tony, > > On Thu, Jun 13, 2013 at 15:24:54, Tony Lindgren wrote: > > * Mohammed, Afzal [130613 00:04]: > > > > Patch 10 "ARM: OMAP2+: AM43x: basic dt support" is missing in > > > omap-for-v3.11/soc branch and omap soc pull request, can you > > > please hel

RE: [PATCH v2 02/14] ARM: OMAP2+: AM43x: Kconfig

2013-06-13 Thread Mohammed, Afzal
Hi Tony, On Thu, Jun 13, 2013 at 15:24:54, Tony Lindgren wrote: > * Mohammed, Afzal [130613 00:04]: > > Patch 10 "ARM: OMAP2+: AM43x: basic dt support" is missing in > > omap-for-v3.11/soc branch and omap soc pull request, can you > > please help patch 10 also to go upstream. > > Hmm if that's

Re: [PATCH v2 02/14] ARM: OMAP2+: AM43x: Kconfig

2013-06-13 Thread Tony Lindgren
* Mohammed, Afzal [130613 00:04]: > Hi Tony, > > On Wed, Jun 12, 2013 at 22:42:00, Tony Lindgren wrote: > > > I've updated this patch to remove the "default y" and > > "depends on ARCH_OMAP2PLUS" entries for the usual reasons > > and applied the first ten patches into omap-for-v3.11/soc. > > Th

RE: [PATCH v2 02/14] ARM: OMAP2+: AM43x: Kconfig

2013-06-13 Thread Mohammed, Afzal
Hi Tony, On Wed, Jun 12, 2013 at 22:42:00, Tony Lindgren wrote: > I've updated this patch to remove the "default y" and > "depends on ARCH_OMAP2PLUS" entries for the usual reasons > and applied the first ten patches into omap-for-v3.11/soc. Thanks. Patch 10 "ARM: OMAP2+: AM43x: basic dt support

Re: [PATCH v2 02/14] ARM: OMAP2+: AM43x: Kconfig

2013-06-12 Thread Tony Lindgren
* Afzal Mohammed [130527 07:41]: > --- a/arch/arm/mach-omap2/Kconfig > +++ b/arch/arm/mach-omap2/Kconfig > @@ -149,6 +149,16 @@ config SOC_AM33XX > select MULTI_IRQ_HANDLER > select COMMON_CLK > > +config SOC_AM43XX > + bool "TI AM43x" > + depends on ARCH_OMAP2PLUS > + de

[PATCH v2 02/14] ARM: OMAP2+: AM43x: Kconfig

2013-05-27 Thread Afzal Mohammed
Kconfig for AM43x (Cortex A9) family of SoC's. Signed-off-by: Afzal Mohammed --- v2: Remove reliance on SMP, TWD, select MACH_OMAP_GENERIC arch/arm/mach-omap2/Kconfig | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index