linux/drivers/iio/common/cros_ec_sensors
Enric Balletbo i Serra 754434c445 iio: cros_ec_sensors: Use devm to setup the triggered buffer.
Use resourced managed function devm_iio_triggered_buffer_setup
to make error path simpler and be able to get rid of the remove
function.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
2017-03-25 15:08:29 +00:00
..
cros_ec_sensors_core.c iio: cros_ec_sensors_core: fix unsigned compared less than zero on status 2016-11-12 14:38:38 +00:00
cros_ec_sensors_core.h
cros_ec_sensors.c iio: cros_ec_sensors: Use devm to setup the triggered buffer. 2017-03-25 15:08:29 +00:00
Kconfig iio:cros_ec_sensors: Swap from a select to a depends in Kconfig 2016-11-01 17:59:23 +00:00
Makefile