Re: [PATCH v3 0/2] iio: dac: AD5770R: Add support
From: Jonathan Cameron
Date: Sat Feb 15 2020 - 11:11:26 EST
On Thu, 13 Feb 2020 13:39:14 +0200
Alexandru Tachici <alexandru.tachici@xxxxxxxxxx> wrote:
> This series of patches adds support for the AD5570R
> 14-bit current DAC.
>
Change log?
Reviewers are really forgetful so good to say what you've addressed
since previous version either in the cover letter or below the --
in each of the patches.
Thanks,
Jonathan
> Alexandru Tachici (2):
> iio: dac: ad5770r: Add AD5770R support
> dt-bindings: iio: dac: Add docs for AD5770R DAC
>
> .../bindings/iio/dac/adi,ad5770r.yaml | 188 +++++
> drivers/iio/dac/Kconfig | 10 +
> drivers/iio/dac/Makefile | 1 +
> drivers/iio/dac/ad5770r.c | 695 ++++++++++++++++++
> 4 files changed, 894 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/dac/adi,ad5770r.yaml
> create mode 100644 drivers/iio/dac/ad5770r.c
>