Changes from v1: * add newlines to dev_err/dev_info statements * update documentation to 400hz samples, but actually 100hz to FIFO * fix storage bits to a power of 2, and the required buffer processing * fixed return code from max30102_read_measurement() Matt Ranostay (2): devicetree: add documentation for MAX30102 oximeter iio: health: add MAX30102 oximeter driver support .../devicetree/bindings/iio/health/max30102.txt | 30 ++ drivers/iio/health/Kconfig | 13 + drivers/iio/health/Makefile | 1 + drivers/iio/health/max30102.c | 485 +++++++++++++++++++++ 4 files changed, 529 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/health/max30102.txt create mode 100644 drivers/iio/health/max30102.c -- 2.10.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