[PATCH 2/2] ARM: OMAP: am33xx: Hook-up am33xx support to existing cm code

2012-02-14 Thread Vaibhav Hiremath
Reuse existing omap4 cminst code for am33xx device, add separate cm base table for am33xx device and initialize it during __init for future use. Also, since cpu_is_omap34xx() check is true for am33xx family of devices, we must change the order of cpu_is_ check, so first check for cpu_is_am33xx

Re: [PATCH 2/2] ARM: OMAP: am33xx: Hook-up am33xx support to existing cm code

2012-02-14 Thread Peter Korsgaard
> "Vaibhav" == Vaibhav Hiremath writes: Vaibhav> Reuse existing omap4 cminst code for am33xx device, Vaibhav> add separate cm base table for am33xx device and initialize Vaibhav> it during __init for future use. Vaibhav> Also, since cpu_is_omap34xx() check is true for am33xx family of V

RE: [PATCH 2/2] ARM: OMAP: am33xx: Hook-up am33xx support to existing cm code

2012-02-14 Thread Hiremath, Vaibhav
On Wed, Feb 15, 2012 at 02:25:34, Peter Korsgaard wrote: > > "Vaibhav" == Vaibhav Hiremath writes: > > Vaibhav> Reuse existing omap4 cminst code for am33xx device, > Vaibhav> add separate cm base table for am33xx device and initialize > Vaibhav> it during __init for future use. > > Vaibh