OMAP3: PM: Adding smartreflex device file.
authorThara Gopinath <thara@ti.com>
Sat, 29 May 2010 16:32:23 +0000 (22:02 +0530)
committerKevin Hilman <khilman@deeprootsystems.com>
Wed, 22 Dec 2010 22:31:37 +0000 (14:31 -0800)
commit0c0a5d61ed9319e7e666990a7888f3b00868ac20
tree7f2d7d97c6c9cd870e87ec69fd5496c0931c7acf
parent984aa6dbf4ca5be806fee217311c9cc68e8f2e88
OMAP3: PM: Adding smartreflex device file.

This patch adds support for device registration of various
smartreflex module present in the system. This patch introduces
the platform data for smartreflex devices which include
the efused n-target vaules, a parameter to indicate
whether smartreflex autocompensation needs to be
enabled on init or not. An API
omap_enable_smartreflex_on_init is provided for the
board files to enable smartreflex autocompensation during
system boot up.

Signed-off-by: Thara Gopinath <thara@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/pm.c
arch/arm/mach-omap2/pm.h
arch/arm/mach-omap2/sr_device.c [new file with mode: 0644]