From: Matt Ranostay <mranostay@gmail.com>
To: linux-iio@vger.kernel.org
Cc: jic23@kernel.org, Matt Ranostay <mranostay@gmail.com>
Subject: [RFC 0/2] iio: add support for LMP91000EVM potentiostat board
Date: Sat, 2 Jul 2016 15:05:25 -0700 [thread overview]
Message-ID: <1467497127-32431-1-git-send-email-mranostay@gmail.com> (raw)
LMP91000EVM evaluation board has LMP91000 potentiostat along with an
16-bit ADC for chemical sensoring applications.
* add support for the TI LMP91000 potentiostat
* add support for ADC141S626 and ADC161S626 ADC chips
Matt Ranostay (2):
iio: adc: ti-adc1x1s: add support for TI 1-channel differential ADCs
iio: potentiostat: add LMP91000 support
.../devicetree/bindings/iio/adc/ti-adc1x1s.txt | 16 ++
.../bindings/iio/potentiostat/lmp91000.txt | 28 ++
drivers/iio/Kconfig | 1 +
drivers/iio/Makefile | 1 +
drivers/iio/adc/Kconfig | 12 +
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/ti-adc1x1s.c | 233 ++++++++++++++++
drivers/iio/potentiostat/Kconfig | 21 ++
drivers/iio/potentiostat/Makefile | 6 +
drivers/iio/potentiostat/lmp91000.c | 303 +++++++++++++++++++++
10 files changed, 622 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/adc/ti-adc1x1s.txt
create mode 100644 Documentation/devicetree/bindings/iio/potentiostat/lmp91000.txt
create mode 100644 drivers/iio/adc/ti-adc1x1s.c
create mode 100644 drivers/iio/potentiostat/Kconfig
create mode 100644 drivers/iio/potentiostat/Makefile
create mode 100644 drivers/iio/potentiostat/lmp91000.c
--
2.7.4
next reply other threads:[~2016-07-02 22:05 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-02 22:05 Matt Ranostay [this message]
2016-07-02 22:05 ` [RFC 1/2] iio: adc: ti-adc1x1s: add support for TI 1-channel differential ADCs Matt Ranostay
2016-07-03 13:04 ` Jonathan Cameron
2016-07-03 21:34 ` Matt Ranostay
2016-07-05 19:52 ` Jonathan Cameron
2016-07-04 3:05 ` Matt Ranostay
2016-07-05 19:53 ` Jonathan Cameron
2016-07-02 22:05 ` [RFC 2/2] iio: potentiostat: add LMP91000 support Matt Ranostay
2016-07-03 13:41 ` Jonathan Cameron
2016-07-03 21:59 ` Matt Ranostay
2016-07-05 19:57 ` Jonathan Cameron
2016-07-03 22:48 ` Matt Ranostay
2016-07-05 19:59 ` Jonathan Cameron
2016-07-02 22:13 ` [RFC 0/2] iio: add support for LMP91000EVM potentiostat board Matt Ranostay
2016-07-03 13:41 ` Jonathan Cameron
2016-07-03 22:24 ` Matt Ranostay
2016-07-05 19:56 ` Jonathan Cameron
2016-07-05 21:27 ` Matt Ranostay
2016-07-10 14:20 ` Jonathan Cameron
2016-07-14 3:36 ` Matt Ranostay
2016-07-24 12:25 ` Jonathan Cameron
2016-07-24 22:21 ` Matt Ranostay
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1467497127-32431-1-git-send-email-mranostay@gmail.com \
--to=mranostay@gmail.com \
--cc=jic23@kernel.org \
--cc=linux-iio@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).