All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6 V4] OMAP4: Temperature sensor driver
@ 2011-08-31 17:25 Keerthy
  2011-08-31 17:25 ` [PATCH 1/6 V4] OMAP4: Clock: Associate clocks for OMAP temperature sensor Keerthy
                   ` (5 more replies)
  0 siblings, 6 replies; 43+ messages in thread
From: Keerthy @ 2011-08-31 17:25 UTC (permalink / raw)
  To: linux-omap; +Cc: Keerthy

The patch series for the on die temperature sensor driver.
The patch set has the device file, omap4 on die temperature sensor
hwmon driver. hwmod, clk support. The patch set compiles
on top of LO tree Master branch.

This patch series is tested for boot-up on OMAP4460. The temperature
reading and the interrupts generation on crossing the temperature
thresholds also tested.

V4:
(1) Reordered the probe sequence in the driver.
(2) Introduced iounmap in the driver in the error paths and remove function.
(3) In case of user/application programming thresholds violating t_hot > t_cold
    condition, the driver automatically changes the other threshold to adhere
    to the condition.

V3:
(1) Fixed comments on the return values in the device file
(2) Removed unnecessary error messages.
(3) Redundant braces removed.
(4) Implemented binary search in place of linear for temp to adc conversion.
(5) Wrong usage of EINVAL corrected.

V2:
(1) Fixed comments on return values in the driver.
(2) Moved the TEMPSOFF setting code to the activate/deactivate hooks.
(3) Used idr to pass for the device id.

Benoit Cousson (1):
  OMAP4: Hwmod: OMAP temperature sensor

Keerthy (5):
  OMAP4: Clock: Associate clocks for OMAP temperature sensor
  OMAP4: Adding the temperature sensor register set bit fields
  OMAP4460: Temperature sensor data
  OMAP4: Temperature sensor device support
  hwmon: OMAP4: On die temperature sensor driver

 Documentation/hwmon/omap_temp_sensor               |   26 +
 arch/arm/mach-omap2/Makefile                       |    3 +-
 arch/arm/mach-omap2/clock44xx_data.c               |    2 +-
 .../include/mach/ctrl_module_core_44xx.h           |   70 ++-
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c         |   61 ++
 arch/arm/mach-omap2/temp_sensor4460_data.c         |   63 ++
 arch/arm/mach-omap2/temp_sensor_device.c           |  188 +++++
 arch/arm/plat-omap/Kconfig                         |   12 +
 .../plat-omap/include/plat/temperature_sensor.h    |   93 ++
 drivers/hwmon/Kconfig                              |   11 +
 drivers/hwmon/Makefile                             |    1 +
 drivers/hwmon/omap_temp_sensor.c                   |  881 ++++++++++++++++++++
 12 files changed, 1396 insertions(+), 15 deletions(-)
 create mode 100644 Documentation/hwmon/omap_temp_sensor
 create mode 100644 arch/arm/mach-omap2/temp_sensor4460_data.c
 create mode 100644 arch/arm/mach-omap2/temp_sensor_device.c
 create mode 100644 arch/arm/plat-omap/include/plat/temperature_sensor.h
 create mode 100644 drivers/hwmon/omap_temp_sensor.c


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

end of thread, other threads:[~2011-09-09  9:28 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-31 17:25 [PATCH 0/6 V4] OMAP4: Temperature sensor driver Keerthy
2011-08-31 17:25 ` [PATCH 1/6 V4] OMAP4: Clock: Associate clocks for OMAP temperature sensor Keerthy
2011-09-01  0:00   ` Paul Walmsley
2011-09-02  7:12     ` Rajendra Nayak
2011-08-31 17:25 ` [PATCH 2/6 V4] OMAP4: Adding the temperature sensor register set bit fields Keerthy
2011-09-01  0:04   ` Paul Walmsley
2011-09-01  2:57     ` J, KEERTHY
2011-08-31 17:25 ` [PATCH 3/6 V4] OMAP4460: Temperature sensor data Keerthy
2011-08-31 17:25 ` [PATCH 4/6 V4] OMAP4: Hwmod: OMAP temperature sensor Keerthy
2011-08-31 23:16   ` Paul Walmsley
2011-09-06 18:24     ` J, KEERTHY
2011-08-31 17:25 ` [PATCH 5/6 V4] OMAP4: Temperature sensor device support Keerthy
2011-09-09  9:28   ` Jean Pihet
2011-08-31 17:25 ` [PATCH 6/6 V4] hwmon: OMAP4: On die temperature sensor driver Keerthy
2011-08-31 17:37   ` [lm-sensors] [PATCH 6/6 V4] hwmon: OMAP4: On die temperature sensor Keerthy
2011-08-31 23:56   ` [PATCH 6/6 V4] hwmon: OMAP4: On die temperature sensor driver Paul Walmsley
2011-08-31 23:56     ` [lm-sensors] [PATCH 6/6 V4] hwmon: OMAP4: On die temperature Paul Walmsley
2011-09-06 11:49     ` [PATCH 6/6 V4] hwmon: OMAP4: On die temperature sensor driver J, KEERTHY
2011-09-06 11:52       ` [lm-sensors] [PATCH 6/6 V4] hwmon: OMAP4: On die temperature J, KEERTHY
2011-09-01  0:36   ` [PATCH 6/6 V4] hwmon: OMAP4: On die temperature sensor driver Paul Walmsley
2011-09-01  0:36     ` [lm-sensors] [PATCH 6/6 V4] hwmon: OMAP4: On die temperature Paul Walmsley
2011-09-01  1:49     ` [PATCH 6/6 V4] hwmon: OMAP4: On die temperature sensor driver Guenter Roeck
2011-09-01  1:49       ` [lm-sensors] [PATCH 6/6 V4] hwmon: OMAP4: On die temperature Guenter Roeck
2011-09-01  4:09       ` [PATCH 6/6 V4] hwmon: OMAP4: On die temperature sensor driver Paul Walmsley
2011-09-01  4:09         ` [lm-sensors] [PATCH 6/6 V4] hwmon: OMAP4: On die temperature Paul Walmsley
2011-09-01  4:40         ` [PATCH 6/6 V4] hwmon: OMAP4: On die temperature sensor driver Guenter Roeck
2011-09-01  4:40           ` [lm-sensors] [PATCH 6/6 V4] hwmon: OMAP4: On die temperature Guenter Roeck
2011-09-06 18:02           ` [PATCH 6/6 V4] hwmon: OMAP4: On die temperature sensor driver J, KEERTHY
2011-09-06 18:14             ` [lm-sensors] [PATCH 6/6 V4] hwmon: OMAP4: On die temperature J, KEERTHY
2011-09-06 18:12             ` [PATCH 6/6 V4] hwmon: OMAP4: On die temperature sensor driver Guenter Roeck
2011-09-06 18:12               ` [lm-sensors] [PATCH 6/6 V4] hwmon: OMAP4: On die temperature Guenter Roeck
2011-09-06 18:41               ` [PATCH 6/6 V4] hwmon: OMAP4: On die temperature sensor driver J, KEERTHY
2011-09-06 18:53                 ` [lm-sensors] [PATCH 6/6 V4] hwmon: OMAP4: On die temperature J, KEERTHY
2011-09-07 14:32                 ` [PATCH 6/6 V4] hwmon: OMAP4: On die temperature sensor driver J, KEERTHY
2011-09-07 14:44                   ` [lm-sensors] [PATCH 6/6 V4] hwmon: OMAP4: On die temperature J, KEERTHY
2011-09-08 18:39           ` [PATCH 6/6 V4] hwmon: OMAP4: On die temperature sensor driver Mark Brown
2011-09-08 18:39             ` [lm-sensors] [PATCH 6/6 V4] hwmon: OMAP4: On die temperature Mark Brown
2011-09-06 17:57         ` [PATCH 6/6 V4] hwmon: OMAP4: On die temperature sensor driver J, KEERTHY
2011-09-06 17:58           ` [lm-sensors] [PATCH 6/6 V4] hwmon: OMAP4: On die temperature J, KEERTHY
2011-09-06 17:50     ` [PATCH 6/6 V4] hwmon: OMAP4: On die temperature sensor driver J, KEERTHY
2011-09-06 17:53       ` [lm-sensors] [PATCH 6/6 V4] hwmon: OMAP4: On die temperature J, KEERTHY
2011-09-01  4:38   ` [PATCH 6/6 V4] hwmon: OMAP4: On die temperature sensor driver Guenter Roeck
2011-09-01  4:38     ` [lm-sensors] [PATCH 6/6 V4] hwmon: OMAP4: On die temperature Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.