This patchset adds initial support for isl76683 light sensor. Christoph Fritz (3): iio: light: add support for Intersil isl76683 sensor dt-bindings: iio: add Intersil isl76683 light sensor bindings iio: light: isl76683 add way to adjust irq threshold .../ABI/testing/sysfs-bus-iio-light-isl76683 | 17 + .../devicetree/bindings/iio/light/isl76683.txt | 26 + drivers/iio/light/Kconfig | 12 + drivers/iio/light/Makefile | 1 + drivers/iio/light/isl76683.c | 743 +++++++++++++++++++++ 5 files changed, 799 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-light-isl76683 create mode 100644 Documentation/devicetree/bindings/iio/light/isl76683.txt create mode 100644 drivers/iio/light/isl76683.c -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html