This changeset adds driver support for the Microchip mcp98xx series of temperature sensors. This includes temperature reading, and rising/falling threshold events. Matt Ranostay (2): iio: temperature: DT binding doc for mcp98xx iio: temperature: add support for mcp98xx sensors .../bindings/iio/temperature/mcp98xx.txt | 22 + drivers/iio/temperature/Kconfig | 10 + drivers/iio/temperature/Makefile | 1 + drivers/iio/temperature/mcp98xx.c | 588 +++++++++++++++++++++ 4 files changed, 621 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/temperature/mcp98xx.txt create mode 100644 drivers/iio/temperature/mcp98xx.c -- 1.9.1 -- 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