Re: [PATCH V2] OMAP3: hwmod: support to specify the offset position of various SYSCONFIG register bits.

2010-01-13 Thread Paul Walmsley
Hello Thara, two more minor changes to make: On Tue, 12 Jan 2010, Thara Gopinath wrote: --- /dev/null +++ b/arch/arm/mach-omap2/omap_hwmod_common_data.c @@ -0,0 +1,51 @@ +/* + * omap_hwmod common data structures + * + * Copyright (C) 2010 Nokia Corporation + * Paul Walmsley + * Please

[PATCH V2] OMAP3: hwmod: support to specify the offset position of various SYSCONFIG register bits.

2010-01-12 Thread Thara Gopinath
In OMAP3 Some modules like Smartreflex do not have the regular sysconfig register.Instead clockactivity bits are part of another register at a different bit position than the usual bit positions 8 and 9. In OMAP4, a new scheme is available due to the new protocol between the PRCM and the IPs.