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 -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html