Changes since v1: * temperature compensation fix: * reword commit message * remove useless parenthesis * power regulator: reword commit message * add oversampling rate support Changes since v2: * remove non printable characters from commit messages Changes since v3: * drop first 3 patches since applied onto testing * fix oops at regulator probing time if regulator support not compiled-in * complete device-tree support and documentation * remove continuous sampling support (see Jonathan's "kthread tight loop trigger" proposal) * checkpatch'ed Gregor Boirie (2): iio:pressure:ms5611: fix oops when probing regulator iio:pressure:ms5611: oversampling rate support Grégor Boirie (1): iio:pressure:ms5611: complete DT support .../devicetree/bindings/iio/pressure/ms5611.txt | 19 ++++ .../devicetree/bindings/vendor-prefixes.txt | 1 + drivers/iio/pressure/ms5611.h | 20 ++-- drivers/iio/pressure/ms5611_core.c | 113 ++++++++++++++++++++- drivers/iio/pressure/ms5611_i2c.c | 25 +++-- drivers/iio/pressure/ms5611_spi.c | 32 ++++-- 6 files changed, 185 insertions(+), 25 deletions(-) create mode 100644 Documentation/devicetree/bindings/iio/pressure/ms5611.txt -- 2.1.4 -- 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