From: Lukas Wunner <lukas@wunner.de>
To: Jonathan Cameron <jic23@kernel.org>
Cc: Hartmut Knaack <knaack.h@gmx.de>,
Lars-Peter Clausen <lars@metafoo.de>,
Peter Meerwald-Stadler <pmeerw@pmeerw.net>,
Mathias Duckeck <m.duckeck@kunbus.de>,
Phil Elwell <phil@raspberrypi.org>,
linux-iio@vger.kernel.org
Subject: [PATCH v2 0/3] Texas Instruments 8/10/12-bit 2/4-channel DAC driver
Date: Tue, 17 Oct 2017 12:42:00 +0200 [thread overview]
Message-ID: <cover.1508232186.git.lukas@wunner.de> (raw)
Changes v1 -> v2:
Patch [1/3] was acked by Rob Herring.
Patch [2/3]:
- Enable vref regulator before initializing outputs to 0 in ti_dac_probe().
- Add channel datasheet names "A", "B", "C", "D".
- Use goto in ti_dac_set_powerdown_mode(). (Jonathan)
- Return -EBUSY instead of -ESHUTDOWN in ti_dac_write_raw(). (Jonathan)
Patch [3/3]:
- Look up chip properties in table indexed by the modalias instead of
gleaning them from the modalias directly. (Jonathan)
Separate patch for opinionatedness. ;-)
Link to v1:
https://www.spinics.net/lists/linux-iio/msg34885.html
Lukas Wunner (3):
dt-bindings: iio: dac: ti-dac082s085: Document new driver
iio: dac: Add Texas Instruments 8/10/12-bit 2/4-channel DAC driver
iio: dac: ti-dac082s085: Read chip spec from device table
Documentation/ABI/testing/sysfs-bus-iio | 1 +
.../devicetree/bindings/iio/dac/ti-dac082s085.txt | 34 ++
drivers/iio/dac/Kconfig | 10 +
drivers/iio/dac/Makefile | 1 +
drivers/iio/dac/ti-dac082s085.c | 368 +++++++++++++++++++++
5 files changed, 414 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/dac/ti-dac082s085.txt
create mode 100644 drivers/iio/dac/ti-dac082s085.c
--
2.11.0
next reply other threads:[~2017-10-17 10:42 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-17 10:42 Lukas Wunner [this message]
2017-10-17 10:42 ` [PATCH v2 1/3] dt-bindings: iio: dac: ti-dac082s085: Document new driver Lukas Wunner
2017-10-21 19:27 ` Jonathan Cameron
2017-10-17 10:42 ` [PATCH v2 2/3] iio: dac: Add Texas Instruments 8/10/12-bit 2/4-channel DAC driver Lukas Wunner
2017-10-21 19:33 ` Jonathan Cameron
2017-10-22 9:48 ` Lukas Wunner
2017-10-26 15:35 ` Jonathan Cameron
2017-10-17 10:42 ` [PATCH v2 3/3] iio: dac: ti-dac082s085: Read chip spec from device table Lukas Wunner
2017-10-21 19:38 ` Jonathan Cameron
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=cover.1508232186.git.lukas@wunner.de \
--to=lukas@wunner.de \
--cc=jic23@kernel.org \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=m.duckeck@kunbus.de \
--cc=phil@raspberrypi.org \
--cc=pmeerw@pmeerw.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.