On Thu, 19 Dec 2024 13:38:54 +0200 Matti Vaittinen <mazziesaccount@xxxxxxxxx> wrote: > Add support for the ROHM BD79703 DAC > > The ROHM BD79703 DAC is a 6-channel 8-bit digital to analog converter > which can be controlled over SPI bus. This series adds support for > controlling the analog channels via IIO direct mode. Tweaked the two trivial comments from Conor and I and applied. Pushed out as testing for all the normal reasons plus that this was only on the list for a day so there may be more reviews! :) What can I say, it's near Christmas and I was feeling impatient! > > Matti Vaittinen (3): > dt-bindings: Add ROHM BD79703 > iio: dac: Support ROHM BD79703 DAC > MAINTAINERS: Add maintainer for ROHM BD79703 > > .../bindings/iio/dac/rohm,bd79703.yaml | 61 +++++++ > MAINTAINERS | 5 + > drivers/iio/dac/Kconfig | 8 + > drivers/iio/dac/Makefile | 1 + > drivers/iio/dac/rohm-bd79703.c | 162 ++++++++++++++++++ > 5 files changed, 237 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/dac/rohm,bd79703.yaml > create mode 100644 drivers/iio/dac/rohm-bd79703.c > > > base-commit: 4d112ebd02d10faf202aa8335b06de0aca8b536b