This patch add support for Microchip MCP3422/3/4 high resolution adc. http://ww1.microchip.com/downloads/en/devicedoc/22088b.pdf This review maintain the correct alphabetic order in Makefile and Kconfig and fixes some minor codestyle issues. I' will be grateful to anyone who wants to review it. Thank you! Angelo Compagnucci (1): Add mcp3422 kernel driver drivers/iio/adc/Kconfig | 10 ++ drivers/iio/adc/Makefile | 1 + drivers/iio/adc/mcp3422.c | 400 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 411 insertions(+) create mode 100644 drivers/iio/adc/mcp3422.c -- 1.7.9.5 -- 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