ARM: OMAP: SmartReflex: Move smartreflex driver to drivers/
authorJean Pihet <j-pihet@ti.com>
Wed, 25 Apr 2012 11:13:17 +0000 (16:43 +0530)
committerKevin Hilman <khilman@ti.com>
Thu, 31 May 2012 23:36:30 +0000 (16:36 -0700)
commit21ff63ad131218048525fbd37d065ce61f03bcbd
treea50d72ca4f71b341fd0cf48d72a3dce5d7a49289
parent7fb149ffe357d6ad672cf9325181530b4c478a81
ARM: OMAP: SmartReflex: Move smartreflex driver to drivers/

After a clean-up of the interfaces the OMAP Smartreflex IP driver is now a
generic driver. Move it to drivers/power/avs/.

The build is controlled by the following Kconfig options:
 . CONFIG_POWER_AVS: general knob for Adaptive Voltage Scaling support,
 . CONFIG_POWER_AVS_OMAP: AVS(Adaptive Voltage Scaling)
   support on OMAP containing the version 1 or version 2 of the SmartReflex IP,
 . CONFIG_POWER_AVS_OMAP_CLASS3: Class 3 implementation of Smartreflex.

Signed-off-by: Jean Pihet <j-pihet@ti.com>
Signed-off-by: J Keerthy <j-keerthy@ti.com>
Acked-by: Rafael J. Wysocki <rjw@sisk.pl>
Reviewed-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/smartreflex.c [deleted file]
arch/arm/plat-omap/Kconfig
drivers/power/Kconfig
drivers/power/Makefile
drivers/power/avs/Kconfig [new file with mode: 0644]
drivers/power/avs/Makefile [new file with mode: 0644]
drivers/power/avs/smartreflex.c [new file with mode: 0644]