Changes from v5: * rename max30100_fifo_is_empty to max30100_fifo_count function * move mutex lock to only in IIO_CHAN_INFO_RAW switch statement * removed goto calls into directly returning from *_probe() Matt Ranostay (1): iio: light: add MAX30100 oximeter driver support .../devicetree/bindings/iio/health/max30100.txt | 21 + drivers/iio/Kconfig | 1 + drivers/iio/Makefile | 1 + drivers/iio/health/Kconfig | 21 + drivers/iio/health/Makefile | 7 + drivers/iio/health/max30100.c | 460 +++++++++++++++++++++ 6 files changed, 511 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/health/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