Re: [PATCH 2/2] iio: afe: rescale: Implement write_raw

2020-07-27 Thread Peter Rosin
Hi! Sorry for the delay. Vacation... On 2020-07-26 14:41, Jonathan Cameron wrote: > On Tue, 21 Jul 2020 01:16:55 +0200 > Paul Cercueil wrote: > >> Hi Jonathan, >> >> Le sam. 15 févr. 2020 à 18:32, Jonathan Cameron a >> écrit : >>> On Mon, 10 Feb 2020 19:54:38 -0300 >>> Paul Cercueil wrote: >

Re: [PATCH 2/2] iio: afe: rescale: Implement write_raw

2020-07-26 Thread Jonathan Cameron
On Tue, 21 Jul 2020 01:16:55 +0200 Paul Cercueil wrote: > Hi Jonathan, > > Le sam. 15 févr. 2020 à 18:32, Jonathan Cameron a > écrit : > > On Mon, 10 Feb 2020 19:54:38 -0300 > > Paul Cercueil wrote: > > > >> Implement write_raw by converting the value if writing the scale, or > >> just c

Re: [PATCH 2/2] iio: afe: rescale: Implement write_raw

2020-07-20 Thread Paul Cercueil
Hi Jonathan, Le sam. 15 févr. 2020 à 18:32, Jonathan Cameron a écrit : On Mon, 10 Feb 2020 19:54:38 -0300 Paul Cercueil wrote: Implement write_raw by converting the value if writing the scale, or just calling the managed channel driver's write_raw otherwise. Signed-off-by: Paul Cercueil