Changes from v1: * Add temp channel * Reworked path to drivers/iio/health patch * Removed magic numbers to defines IMPORTANT NOTES: * Hasn't been tested on real hardware and won't be till second week of December due to author on holiday in Asia Matt Ranostay (1): iio: light: add MAX30100 oximeter driver support .../devicetree/bindings/iio/light/max30100.txt | 22 ++ drivers/iio/Kconfig | 1 + drivers/iio/Makefile | 1 + drivers/iio/health/Kconfig | 21 + drivers/iio/health/Makefile | 7 + drivers/iio/health/max30100.c | 423 +++++++++++++++++++++ 6 files changed, 475 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/light/max30100.txt create mode 100644 drivers/iio/health/Kconfig create mode 100644 drivers/iio/health/Makefile create mode 100644 drivers/iio/health/max30100.c -- 1.9.1 -- 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