]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6bca5e973e16a12b09b342c67066b3da96247aca
tree7f2d7d97c6c9cd870e87ec69fd5496c0931c7acf
parent42f1ac17b53189e4bd9dc74fec8d8195c68e9d6b
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]