On Mon, 20 Apr 2020 12:26:07 +0800, Chris Ruehl wrote: > This patch add support for Analog Devices (Linear Technology) > LTC2634 Quad 12-/10-/8-Bit Rail-to-Rail DAC. > The SPI functionality based on them from LTC2632 therefor > add the definitions only and update the Kconfig. > > Signed-off-by: Chris Ruehl <chris.ruehl@xxxxxxxxxxxx> > > Acked-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> > --- > v5: > -add Acked-by > v4: > -hide version from commit text > v3: > -Consistens decimal separator in help text > v2: > -Send the documentation fix in a extra patch > -Kconfig simplify the driver description, details to the help text > -ltc2632.txt add to this patch-set (prepare to convert to yaml) > .../devicetree/bindings/iio/dac/ltc2632.txt | 8 ++- > drivers/iio/dac/Kconfig | 6 +- > drivers/iio/dac/ltc2632.c | 60 +++++++++++++++++++ > 3 files changed, 70 insertions(+), 4 deletions(-) > Acked-by: Rob Herring <robh@xxxxxxxxxx>