Hi, The following patches are on top of: git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git branch: pm-wip/voltdm_c This contains a set of misc fixes and cleanups necessary for voltage scale to function. Tested on: SDP4430 Nishanth Menon (9): OMAP3+: PM: SR: fix debugfs OMAP3+: PM: voltage: add required debugfs interfaces OMAP3+: PM: VP: fix vstepmax OMAP4: PM: VC: support configuration of i2c clks OMAP4: PM: VC: fix highspeed i2c for SR OMAP4: PM: VC: fix channel bit offset for MPU OMAP4: PM: TWL6030: fix uv to voltage for >0x39 OMAP4: PM: TWL6030: address 0V conversions OMAP4: PM: TWL6030: add cmd register Patrick Titiano (2): OMAP4: PM: TWL6030: fix voltage conversion formula OMAP4: PM: TWL6030: fix ON/RET/OFF voltages arch/arm/mach-omap2/omap_twl.c | 68 ++++++++++++++++++++++--------- arch/arm/mach-omap2/prm-regbits-44xx.h | 8 ++++ arch/arm/mach-omap2/smartreflex.c | 21 +++++++++- arch/arm/mach-omap2/vc.c | 55 +++++++++++++++---------- arch/arm/mach-omap2/vc.h | 37 ++++++++++++++++- arch/arm/mach-omap2/vc3xxx_data.c | 2 +- arch/arm/mach-omap2/vc44xx_data.c | 12 +++++- arch/arm/mach-omap2/voltage.c | 66 +++++++++++++++++++++++++++++++ arch/arm/mach-omap2/voltage.h | 9 ++++ arch/arm/mach-omap2/vp.c | 2 +- 10 files changed, 232 insertions(+), 48 deletions(-) Regards, Nishanth Menon -- 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