The patch series adds support of system control module device and adds support temperature sensor. The patch series adds hwmod for system control module and enables the clocks for temperature sensor. The OMAP4460 specific register set data for the on die mpu temperature sensor is also part of this series. Benoit Cousson (1): OMAP4: Hwmod: system control module hwmod Keerthy (4): OMAP4: Adding the temperature sensor register set bit fields OMAP4: Clock: Associate clocks for OMAP temperature sensor OMAP4460: Temperature sensor data OMAP4: System control module device support Vishwanath BS (1): OMAP4460: Clock: Adding support for 4460 specific clocks arch/arm/mach-omap2/Makefile | 3 +- arch/arm/mach-omap2/clock44xx_data.c | 16 +- .../include/mach/ctrl_module_core_44xx.h | 70 +++++++-- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 71 ++++++++ arch/arm/mach-omap2/scm_device.c | 125 ++++++++++++++ arch/arm/mach-omap2/temp_sensor4460_data.c | 115 +++++++++++++ arch/arm/plat-omap/Kconfig | 12 ++ arch/arm/plat-omap/include/plat/scm.h | 175 ++++++++++++++++++++ 8 files changed, 565 insertions(+), 22 deletions(-) create mode 100644 arch/arm/mach-omap2/scm_device.c create mode 100644 arch/arm/mach-omap2/temp_sensor4460_data.c create mode 100644 arch/arm/plat-omap/include/plat/scm.h -- 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