This patchset adds 2 drivers for supporting barometer, light and proximity sensors when connected behind the Embedded Controller in a ChromeBook. Gwendal Grignou (3): iio: cros_ec: light code cleanup iio: cros_ec: Add EC driver for Light and Proximity iio: cros_ec: add barometer driver drivers/iio/common/cros_ec_sensors/Kconfig | 16 ++ drivers/iio/common/cros_ec_sensors/Makefile | 2 + drivers/iio/common/cros_ec_sensors/cros_ec_baro.c | 222 +++++++++++++++++ .../common/cros_ec_sensors/cros_ec_light_prox.c | 269 +++++++++++++++++++++ .../iio/common/cros_ec_sensors/cros_ec_sensors.c | 5 +- .../common/cros_ec_sensors/cros_ec_sensors_core.c | 7 +- 6 files changed, 514 insertions(+), 7 deletions(-) create mode 100644 drivers/iio/common/cros_ec_sensors/cros_ec_baro.c create mode 100644 drivers/iio/common/cros_ec_sensors/cros_ec_light_prox.c -- 2.16.0.rc0.223.g4a4ac83678-goog -- 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