All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH v1 0/3] thermal: iio bindings
@ 2015-08-25 19:58 ` Srinivas Pandruvada
  0 siblings, 0 replies; 7+ messages in thread
From: Srinivas Pandruvada @ 2015-08-25 19:58 UTC (permalink / raw)
  To: jic23, edubezval, rui.zhang; +Cc: linux-iio, linux-pm, Srinivas Pandruvada

v1
- Change commit message to be more clear
- Split in three patches (First for thermal_iio.c, second to integrate
to thermal_core and third for user space governor).
- Removed IIO defines in thermal.h
- Removed direct push to buffers
- Other comments from Jonathan except introduce validate_trigger

v0
Base version for first review

Srinivas Pandruvada (3):
  thermal: iio device for thermal sensor
  thermal: use iio binding calls
  thermal: user space governor: Notification for IIO bindings

 drivers/thermal/Kconfig        |  11 ++
 drivers/thermal/Makefile       |   1 +
 drivers/thermal/thermal_core.c |   9 +-
 drivers/thermal/thermal_iio.c  | 341 +++++++++++++++++++++++++++++++++++++++++
 drivers/thermal/user_space.c   |   1 +
 include/linux/thermal.h        |  31 ++++
 6 files changed, 392 insertions(+), 2 deletions(-)
 create mode 100644 drivers/thermal/thermal_iio.c

-- 
2.4.3


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

end of thread, other threads:[~2015-08-31 16:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-25 19:58 [RFC PATCH v1 0/3] thermal: iio bindings Srinivas Pandruvada
2015-08-25 19:58 ` Srinivas Pandruvada
2015-08-25 19:58 ` [RFC PATCH v1 1/3] thermal: iio device for thermal sensor Srinivas Pandruvada
2015-08-31 16:52   ` Jonathan Cameron
2015-08-31 16:52     ` Jonathan Cameron
2015-08-25 19:58 ` [RFC PATCH v1 2/3] thermal: use iio binding calls Srinivas Pandruvada
2015-08-25 19:58 ` [RFC PATCH v1 3/3] thermal: user space governor: Notification for IIO bindings Srinivas Pandruvada

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.