Re: [PATCH 0/2] iio: dac: AD5770R: Add support

From: Jonathan Cameron
Date: Sat Feb 08 2020 - 09:25:03 EST


On Thu, 6 Feb 2020 11:23:11 +0200
Alexandru Tachici <alexandru.tachici@xxxxxxxxxx> wrote:

> This series of patches adds support for the AD5570R
> 14-bit current DAC.
>
> It contains changes discussed in:
> https://patchwork.kernel.org/patch/10549129/

Should have been marked as v2 in the patch titles.

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 | 176 +++++
> drivers/iio/dac/Kconfig | 10 +
> drivers/iio/dac/Makefile | 1 +
> drivers/iio/dac/ad5770r.c | 662 ++++++++++++++++++
> include/linux/iio/common/adi_spi_regs.h | 44 ++
> 5 files changed, 893 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/dac/adi,ad5770r.yaml
> create mode 100644 drivers/iio/dac/ad5770r.c
> create mode 100644 include/linux/iio/common/adi_spi_regs.h
>