linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] *** Add Microchip MCP3422/3/4 high resolution ADC ***
@ 2013-08-14  9:04 Angelo Compagnucci
  2013-08-14  9:04 ` [PATCH] Add mcp3422 kernel driver Angelo Compagnucci
  0 siblings, 1 reply; 3+ messages in thread
From: Angelo Compagnucci @ 2013-08-14  9:04 UTC (permalink / raw)
  To: linux-iio; +Cc: Angelo Compagnucci

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-08-14  9:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-14  9:04 [PATCH v2] *** Add Microchip MCP3422/3/4 high resolution ADC *** Angelo Compagnucci
2013-08-14  9:04 ` [PATCH] Add mcp3422 kernel driver Angelo Compagnucci
2013-08-14  9:23   ` Peter Meerwald

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).