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 is missing in
omap-for-v3.11/soc branch and omap soc pull request, can you
please help patch 10 also to go upstream.

Regards
Afzal

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2013-06-13 Thread Tony Lindgren
* Mohammed, Afzal af...@ti.com [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.
 
 Thanks.
 
 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 .dts changes, Benoit needs to queue that.

Regards,

Tony
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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 af...@ti.com [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 .dts changes, Benoit needs to queue that.

It is not dts change.

Patch 10 patches board-generic.c for DT boot (Benoit has already
picked up dts, that is patch 14).

Regards
Afzal

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2013-06-13 Thread Tony Lindgren
* Mohammed, Afzal af...@ti.com [130613 03:08]:
 Hi Tony,
 
 On Thu, Jun 13, 2013 at 15:24:54, Tony Lindgren wrote:
  * Mohammed, Afzal af...@ti.com [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 .dts changes, Benoit needs to queue that.
 
 It is not dts change.
 
 Patch 10 patches board-generic.c for DT boot (Benoit has already
 picked up dts, that is patch 14).

Oops OK sorry I must have miscounted the patches that looked
ready to apply. Will apply.

Regards,

Tony
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2013-06-12 Thread Tony Lindgren
* Afzal Mohammed af...@ti.com [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
 + default y
 + select CPU_V7
 + select MULTI_IRQ_HANDLER
 + select ARM_GIC
 + select COMMON_CLK
 + select MACH_OMAP_GENERIC
 +
  config OMAP_PACKAGE_ZAF
 bool

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.

Regards,

Tony
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[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 af...@ti.com
---

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 f49cd51..8f555f8 100644
--- 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
+   default y
+   select CPU_V7
+   select MULTI_IRQ_HANDLER
+   select ARM_GIC
+   select COMMON_CLK
+   select MACH_OMAP_GENERIC
+
 config OMAP_PACKAGE_ZAF
bool
 
-- 
1.7.12

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html