]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP2+: PRM: move SoC specific init calls within a generic API
authorTero Kristo <t-kristo@ti.com>
Thu, 20 Nov 2014 13:02:59 +0000 (15:02 +0200)
committerTero Kristo <t-kristo@ti.com>
Tue, 31 Mar 2015 18:26:36 +0000 (21:26 +0300)
commitfd6f543c4b5d0907e796e46b3f080bb51d7859ad
treed4d34e048713a8f7029ec525118469b7a79d35d8
parenta816b8d94b86b3c62504b504edc2196c2530c887
ARM: OMAP2+: PRM: move SoC specific init calls within a generic API

This gets rid of need for some exported driver APIs, and simplifies the
initialization of the PRM driver. Done in preparation to make PRM a
separate driver. The init data is now also passed to the SoC specific
implementations, allowing future expansion to add feature flags etc.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
15 files changed:
arch/arm/mach-omap2/io.c
arch/arm/mach-omap2/prcm-common.h
arch/arm/mach-omap2/prm.h
arch/arm/mach-omap2/prm2xxx.c
arch/arm/mach-omap2/prm2xxx.h
arch/arm/mach-omap2/prm33xx.c
arch/arm/mach-omap2/prm33xx.h
arch/arm/mach-omap2/prm3xxx.c
arch/arm/mach-omap2/prm3xxx.h
arch/arm/mach-omap2/prm44xx.c
arch/arm/mach-omap2/prm44xx.h
arch/arm/mach-omap2/prm44xx_54xx.h
arch/arm/mach-omap2/prm54xx.h
arch/arm/mach-omap2/prm7xx.h
arch/arm/mach-omap2/prm_common.c