On Tue, 13 Sep 2022 09:34:11 +0200 Nuno Sá <nuno.sa@xxxxxxxxxx> wrote: > This patchset fixes the read protocol since it needs a STOP condition > between address write and data read. > > The second change is trivial and only adds an i2c functionality check. Given we are late in the cycle, I've queued this up for the next merge window, with a stable tag for the first paatch so it'll get backported after the merge window. Thanks, Jonathan > > Michael Hennerich (1): > iio: dac: ad5593r: Fix i2c read protocol requirements > > Nuno Sá (1): > iio: dac: ad5593r: add check for i2c functionality > > drivers/iio/dac/ad5593r.c | 48 +++++++++++++++++++++++---------------- > 1 file changed, 28 insertions(+), 20 deletions(-) >