[v2,0/3] iio: addac: ad74413r: add spi device id table, support reset gpio

Message ID 20221115095517.1008632-1-linux@rasmusvillemoes.dk
Headers
Series iio: addac: ad74413r: add spi device id table, support reset gpio |

Message

Rasmus Villemoes Nov. 15, 2022, 9:55 a.m. UTC
  Fix a run-time warning from the SPI core by providing a spi_device_id
table, and add binding and driver support for a reset gpio.

v2:
- drop the two patches related to refin-supply
- fall back to getting device data from the spi_device_id entry
- update the example in the binding with a reset-gpios entry
- fix a style nit

Rasmus Villemoes (3):
  iio: addac: ad74413r: add spi_device_id table
  dt-bindings: iio: ad74413r: add optional reset-gpios
  iio: addac: ad74413r: add support for reset-gpio

 .../bindings/iio/addac/adi,ad74413r.yaml      |  4 +++
 drivers/iio/addac/ad74413r.c                  | 29 +++++++++++++++++++
 2 files changed, 33 insertions(+)
  

Comments

Jonathan Cameron Nov. 23, 2022, 8:55 p.m. UTC | #1
On Tue, 15 Nov 2022 10:55:14 +0100
Rasmus Villemoes <linux@rasmusvillemoes.dk> wrote:

> Fix a run-time warning from the SPI core by providing a spi_device_id
> table, and add binding and driver support for a reset gpio.
> 
> v2:
> - drop the two patches related to refin-supply
> - fall back to getting device data from the spi_device_id entry
> - update the example in the binding with a reset-gpios entry
> - fix a style nit

Series applied to the togreg branch of iio.git.  They might get one
day soaking as testing before I push them out to get some linux-next
coverage or I might skip that bit.

Thanks,

Jonathan

> 
> Rasmus Villemoes (3):
>   iio: addac: ad74413r: add spi_device_id table
>   dt-bindings: iio: ad74413r: add optional reset-gpios
>   iio: addac: ad74413r: add support for reset-gpio
> 
>  .../bindings/iio/addac/adi,ad74413r.yaml      |  4 +++
>  drivers/iio/addac/ad74413r.c                  | 29 +++++++++++++++++++
>  2 files changed, 33 insertions(+)
>