Thara Gopinath <thara@xxxxxx> writes: > Smartreflex Class3 implementation continuously monitors > silicon performance and instructs the Voltage Processors > to increase or decrease the voltage. > This patch adds smartreflex class 3 driver. This driver hooks > up with the generic smartreflex driver smartreflex.c to abstract > out class specific implementations out of the generic driver. > > Signed-off-by: Thara Gopinath <thara@xxxxxx> > --- > arch/arm/mach-omap2/Makefile | 1 + > arch/arm/mach-omap2/board-3430sdp.c | 2 + > arch/arm/mach-omap2/board-3630sdp.c | 2 + > arch/arm/mach-omap2/board-zoom3.c | 2 + I think this should be board-zoom-peripherals.c so it is enabled for Zoom2 also. > arch/arm/mach-omap2/smartreflex-class3.c | 61 ++++++++++++++++++++++++++++++ > arch/arm/mach-omap2/smartreflex-class3.h | 23 +++++++++++ > arch/arm/plat-omap/Kconfig | 9 ++++ Please separate this into the 2 patches. One for the class driver, and a second to modify the board files. Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html