linux-stable/drivers/staging/iio
Jonathan Cameron 51b53dc991 hwmon: Move the IIO client driver for hwmon out of staging
This driver uses channel maps, defined either through device tree
or platform data, to create a hwmon driver which acts as a client
for the underlying IIO device channels.  Thus a general purpose
IIO adc driver can be used to provide hardware monitoring using a subset
of its channels.

Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Acked-by: Guenter Roeck <linux@roeck-us.net>

--
 The only non move changes here concern the description and changes to the
 dependencies to IIO explicit and hwmon implicit.

 I'm proposing moving this into hwmon on the basis of placing drivers
 based on what they provide rather than what their underlying hardware
 is.

 drivers/hwmon/Kconfig           |   9 ++
 drivers/hwmon/Makefile          |   1 +
 drivers/hwmon/iio_hwmon.c       | 196 ++++++++++++++++++++++++++++++++++++++++
 drivers/staging/iio/Kconfig     |   8 --
 drivers/staging/iio/Makefile    |   2 -
 drivers/staging/iio/iio_hwmon.c | 196 ----------------------------------------
 6 files changed, 206 insertions(+), 206 deletions(-)
2013-03-23 10:08:15 +00:00
..
accel staging:iio:accel:sca3000 move to info_mask_(shared_by_type/separate) 2013-03-17 19:49:38 +00:00
adc staging:iio:adc:lpc32xx move to info_mask_(shared_by_type/separate) 2013-03-17 19:49:43 +00:00
addac staging: iio: remove use of __devexit_p 2012-11-21 15:02:23 -08:00
cdc staging:iio:cdc:ad7746 move to info_mask_(shared_by_type/separate) 2013-03-17 19:49:39 +00:00
Documentation iio: Documentation change for inkern interface. 2012-09-15 10:02:16 +01:00
frequency staging:iio: Use spi_sync_transfer() 2013-02-09 11:10:43 +00:00
gyro staging:iio:gyro:adis16130 move to info_mask_(shared_by_type/separate) 2013-03-17 19:49:40 +00:00
impedance-analyzer staging:iio:impedance:ad5933 move to info_mask_(shared_by_type/separate) 2013-03-17 19:49:40 +00:00
light staging:iio:light:tsl2x7x move to info_mask_(shared_by_type/separate) 2013-03-17 19:49:41 +00:00
magnetometer staging:iio:magnetometer:hmc5843 move to info_mask_(shared_by_type/separate) 2013-03-17 19:49:41 +00:00
meter staging:iio:meter:ade7758 move to info_mask_(shared_by_type/separate) 2013-03-17 19:49:42 +00:00
resolver staging:iio:resolver:ad2s90 move to info_mask_(shared_by_type/separate) 2013-03-17 19:49:42 +00:00
trigger Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into irq/core 2013-01-24 12:48:41 +01:00
iio_dummy_evgen.c staging:iio: Don't compare boolean values with true/false 2012-10-19 16:19:45 +01:00
iio_dummy_evgen.h
iio_simple_dummy.c staging:iio:dummy move to info_mask_(shared_by_type/separate) 2013-03-17 19:49:15 +00:00
iio_simple_dummy.h staging:iio:dummy: Fix potential NULL pointer dereference 2012-09-22 10:55:08 +01:00
iio_simple_dummy_buffer.c iio: Fix some comments 2012-12-27 11:21:28 +00:00
iio_simple_dummy_events.c staging: iio: Fix typo in iio 2012-05-08 16:04:12 -07:00
Kconfig hwmon: Move the IIO client driver for hwmon out of staging 2013-03-23 10:08:15 +00:00
Makefile hwmon: Move the IIO client driver for hwmon out of staging 2013-03-23 10:08:15 +00:00
ring_hw.h staging:iio: Update email address for Jonathan Cameron. 2012-09-03 20:26:46 +01:00
TODO staging:iio: Update email address for Jonathan Cameron. 2012-09-03 20:26:46 +01:00