On Thursday 04 April 2013 05:21 PM, Santosh Shilimkar wrote: > On Thursday 04 April 2013 01:50 AM, Kevin Hilman wrote: >> Santosh Shilimkar <santosh.shilimkar@xxxxxx> writes: >> >>> OMAP5 has backward compatible PRCM block and it's programming >>> model is mostly similar to OMAP4. Same is going to be maintained >>> for future OMAP4 based SOCs. Hence consolidate the OMAP4 power >>> management code so that it can be re-used on OMAP5 and later devices. >>> >>> With consolidated code, let basic power management code build >>> for OMAP5 devices. While at it, update the kernel-doc for omap4_pm_init(). >>> >>> Acked-by: Nishanth Menon <nm@xxxxxx> >>> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@xxxxxx> >>> --- >>> arch/arm/mach-omap2/Makefile | 9 ++-- >>> arch/arm/mach-omap2/{pm44xx.c => pm_omap4plus.c} | 54 ++++++++++++++++---- >>> .../mach-omap2/{sleep44xx.S => sleep_omap4plus.S} | 0 >>> 3 files changed, 49 insertions(+), 14 deletions(-) >>> rename arch/arm/mach-omap2/{pm44xx.c => pm_omap4plus.c} (86%) >>> rename arch/arm/mach-omap2/{sleep44xx.S => sleep_omap4plus.S} (100%) >>> > > [..] >>> >>> /** >>> - * omap4_pm_init - Init routine for OMAP4 PM >>> + * omap4_init_static_deps - Add OMAP4 static dependencies >>> * >>> - * Initializes all powerdomain and clockdomain target states >>> - * and all PRCM settings. >>> + * Add needed static clockdomain dependencies on OMAP4 devices. >>> + * Return: 0 on success or 'err' on failures >>> */ >>> -int __init omap4_pm_init(void) >>> +static inline int omap4_init_static_deps(void) >> >> You dropped the __init here, but it's still only called from another >> __init function, so I suspect it should stay. >> > Yep. Will keep that in next version. > I was too quick to respond. The function is "static inline" so there is no need to add __init here. Regards, Santosh -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html