linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] system control module device and support for temperature sensor
@ 2011-09-22 15:29 Keerthy
  2011-09-22 15:29 ` [PATCH 1/6] OMAP4: Adding the temperature sensor register set bit fields Keerthy
                   ` (7 more replies)
  0 siblings, 8 replies; 32+ messages in thread
From: Keerthy @ 2011-09-22 15:29 UTC (permalink / raw)
  To: linux-omap; +Cc: j-keerthy

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


^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2011-10-06 18:24 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-22 15:29 [PATCH 0/6] system control module device and support for temperature sensor Keerthy
2011-09-22 15:29 ` [PATCH 1/6] OMAP4: Adding the temperature sensor register set bit fields Keerthy
2011-09-23  5:16   ` Paul Walmsley
2011-09-23  5:56     ` J, KEERTHY
2011-09-22 15:29 ` [PATCH 2/6] OMAP4: Clock: Associate clocks for OMAP temperature sensor Keerthy
2011-09-23  5:18   ` Paul Walmsley
2011-09-23  5:53     ` J, KEERTHY
2011-09-23  5:58       ` Paul Walmsley
2011-09-23 13:22         ` J, KEERTHY
2011-09-24  7:38           ` Paul Walmsley
2011-09-22 15:29 ` [PATCH 3/6] OMAP4460: Temperature sensor data Keerthy
2011-09-23  6:03   ` Paul Walmsley
2011-09-23 13:47     ` J, KEERTHY
2011-09-24  7:48       ` Paul Walmsley
2011-09-26  4:25         ` J, KEERTHY
2011-09-24  7:59       ` Paul Walmsley
2011-09-24  9:02         ` J, KEERTHY
2011-09-22 15:29 ` [PATCH 4/6] OMAP4: Hwmod: system control module hwmod Keerthy
2011-09-23  6:15   ` Paul Walmsley
2011-09-23 13:49     ` J, KEERTHY
2011-09-22 15:29 ` [PATCH 5/6] OMAP4: System control module device support Keerthy
2011-09-22 15:29 ` [PATCH 6/6] OMAP4460: Clock: Adding support for 4460 specific clocks Keerthy
2011-09-23  5:49   ` Paul Walmsley
2011-09-23 19:45     ` Paul Walmsley
2011-09-30  1:12   ` Paul Walmsley
2011-10-04  0:43     ` Tony Lindgren
2011-10-04  3:51       ` Paul Walmsley
2011-10-04  6:24         ` Shilimkar, Santosh
2011-10-06 18:24           ` Tony Lindgren
2011-09-23  5:15 ` [PATCH 0/6] system control module device and support for temperature sensor Paul Walmsley
2011-09-23  5:54   ` J, KEERTHY
2011-09-23  6:35 ` Paul Walmsley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).