mbox series

[0/3] Support ROHM BD79703 DAC

Message ID cover.1734608215.git.mazziesaccount@gmail.com (mailing list archive)
Headers show
Series Support ROHM BD79703 DAC | expand

Message

Matti Vaittinen Dec. 19, 2024, 11:38 a.m. UTC
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.

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

Comments

Jonathan Cameron Dec. 20, 2024, 7:12 p.m. UTC | #1
On Thu, 19 Dec 2024 13:38:54 +0200
Matti Vaittinen <mazziesaccount@gmail.com> 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
Matti Vaittinen Dec. 22, 2024, 9:21 a.m. UTC | #2
On 20/12/2024 21:12, Jonathan Cameron wrote:
> On Thu, 19 Dec 2024 13:38:54 +0200
> Matti Vaittinen <mazziesaccount@gmail.com> 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!

Whoah!

I think I received your comments maybe around an hour after sending the 
series. And just couple of days later the series got merged to your 
tree. I'd say this is a new record for drivers I've written! It must be 
the holiday spirits XD

Quite effective! Thanks! ;)

Yours,
	-- Matti