Re: [PATCH-V2] ARM: OMAP2+: am33xx: Make am33xx as a separate class

2012-05-10 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [120509 11:58]: * Vaibhav Hiremath hvaib...@ti.com [120509 04:28]: Initially, we decided to make am33xx family of device to fall under omap3 class (cpu_is_omap34xx() = true), since it carries Cortex-A8 core. But while adding complete baseport support

Re: [PATCH-V2] ARM: OMAP2+: am33xx: Make am33xx as a separate class

2012-05-10 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [120510 11:06]: * Tony Lindgren t...@atomide.com [120509 11:58]: * Vaibhav Hiremath hvaib...@ti.com [120509 04:28]: Initially, we decided to make am33xx family of device to fall under omap3 class (cpu_is_omap34xx() = true), since it carries Cortex-A8

RE: [PATCH-V2] ARM: OMAP2+: am33xx: Make am33xx as a separate class

2012-05-10 Thread Hiremath, Vaibhav
On Thu, May 10, 2012 at 23:35:36, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [120510 11:06]: * Tony Lindgren t...@atomide.com [120509 11:58]: * Vaibhav Hiremath hvaib...@ti.com [120509 04:28]: Initially, we decided to make am33xx family of device to fall under omap3 class

Re: [PATCH-V2] ARM: OMAP2+: am33xx: Make am33xx as a separate class

2012-05-10 Thread Tony Lindgren
* Hiremath, Vaibhav hvaib...@ti.com [120510 11:22]: On Thu, May 10, 2012 at 23:35:36, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [120510 11:06]: * Tony Lindgren t...@atomide.com [120509 11:58]: * Vaibhav Hiremath hvaib...@ti.com [120509 04:28]: Initially, we decided to

RE: [PATCH-V2] ARM: OMAP2+: am33xx: Make am33xx as a separate class

2012-05-10 Thread Hiremath, Vaibhav
On Fri, May 11, 2012 at 00:00:25, Tony Lindgren wrote: * Hiremath, Vaibhav hvaib...@ti.com [120510 11:22]: On Thu, May 10, 2012 at 23:35:36, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [120510 11:06]: * Tony Lindgren t...@atomide.com [120509 11:58]: * Vaibhav Hiremath

[PATCH-V2] ARM: OMAP2+: am33xx: Make am33xx as a separate class

2012-05-09 Thread Vaibhav Hiremath
Initially, we decided to make am33xx family of device to fall under omap3 class (cpu_is_omap34xx() = true), since it carries Cortex-A8 core. But while adding complete baseport support (like, clock, power and hwmod) support, it is observed that, we are creating more and more problems by treating

Re: [PATCH-V2] ARM: OMAP2+: am33xx: Make am33xx as a separate class

2012-05-09 Thread Tony Lindgren
* Vaibhav Hiremath hvaib...@ti.com [120509 04:28]: Initially, we decided to make am33xx family of device to fall under omap3 class (cpu_is_omap34xx() = true), since it carries Cortex-A8 core. But while adding complete baseport support (like, clock, power and hwmod) support, it is observed