omap: opp: add OMAP3 OPP table data and common init
authorNishanth Menon <nm@ti.com>
Thu, 9 Dec 2010 15:13:46 +0000 (09:13 -0600)
committerKevin Hilman <khilman@deeprootsystems.com>
Tue, 21 Dec 2010 22:30:40 +0000 (14:30 -0800)
commitfd1478cd61624479c89e35602925459d74505ff3
tree32b0a0f75e0b8ec47200b2f227924f3a37490873
parent4584acc3ee236424b5d0b52f143d980cae3c2be5
omap: opp: add OMAP3 OPP table data and common init

Add OPP data for OMAP34xx and OMAP36xx and initialization functions
to populate OPP tables based on current SoC.
introduce an OMAP generic opp initialization routine which OMAP3
and OMAP4+ SoCs can use to register their OPP definitions.

Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Documentation/arm/OMAP/omap_pm
arch/arm/mach-omap2/Kconfig
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/omap_opp_data.h [new file with mode: 0644]
arch/arm/mach-omap2/opp.c [new file with mode: 0644]
arch/arm/mach-omap2/opp3xxx_data.c [new file with mode: 0644]
arch/arm/mach-omap2/pm.h