ARM: OMAP3+: PRM: add generic API for reconfiguring I/O chain
authorTero Kristo <t-kristo@ti.com>
Thu, 3 Apr 2014 13:23:16 +0000 (16:23 +0300)
committerTero Kristo <t-kristo@ti.com>
Mon, 22 Sep 2014 12:52:29 +0000 (15:52 +0300)
commit33abb620810f1029b26fdf6ab9df04cdbe0a9ceb
treea06d75181ca32a300bebda9c3684eff884b8a78b
parent483d91685bca3b586bb8d2eb56e88afce747a2c9
ARM: OMAP3+: PRM: add generic API for reconfiguring I/O chain

This adds a generic API for reconfiguring the I/O chain. The implementation
will call the SoC specific function registered during init time. The SoC
specific reconfigure functions are also made static, as they don't need
to be accessed outside the PRM driver itself.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Paul Walmsley <paul@pwsan.com>
Tested-by: Nishanth Menon <nm@ti.com>
arch/arm/mach-omap2/omap_hwmod.c
arch/arm/mach-omap2/prm.h
arch/arm/mach-omap2/prm3xxx.c
arch/arm/mach-omap2/prm3xxx.h
arch/arm/mach-omap2/prm44xx.c
arch/arm/mach-omap2/prm44xx_54xx.h
arch/arm/mach-omap2/prm_common.c