On 19/07/15 04:04, Matt Ranostay wrote: > This changeset adds driver support for the Microchip mcp98xx series of > temperature sensors. > > This includes temperature reading, and rising/falling threshold events. Why an IIO driver? These parts already look to be supported in hwmon by the lm75 driver. We need a pretty strong reason to contemplate having support in both subsystems... > > 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 > -- 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