Lorenzo Bianconi (2): iio: light: add support to UVIS25 sensor dt-bindings: iio: light: add UVIS25 device bindings .../devicetree/bindings/iio/light/st_uvis25.txt | 23 ++ drivers/iio/light/Kconfig | 22 ++ drivers/iio/light/Makefile | 6 + drivers/iio/light/st_uvis25.h | 63 +++++ drivers/iio/light/st_uvis25_buffer.c | 147 ++++++++++++ drivers/iio/light/st_uvis25_core.c | 264 +++++++++++++++++++++ drivers/iio/light/st_uvis25_i2c.c | 76 ++++++ drivers/iio/light/st_uvis25_spi.c | 109 +++++++++ 8 files changed, 710 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/light/st_uvis25.txt create mode 100644 drivers/iio/light/st_uvis25.h create mode 100644 drivers/iio/light/st_uvis25_buffer.c create mode 100644 drivers/iio/light/st_uvis25_core.c create mode 100644 drivers/iio/light/st_uvis25_i2c.c create mode 100644 drivers/iio/light/st_uvis25_spi.c -- 2.14.2 -- 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