Message ID | 20221115095517.1008632-1-linux@rasmusvillemoes.dk (mailing list archive) |
---|---|
Headers | show |
Series | iio: addac: ad74413r: add spi device id table, support reset gpio | expand |
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(+) >