Re: [PATCH v5 03/11] staging: iio: ad7780: add gain reading to ad778x

2019-03-16 Thread Jonathan Cameron
On Fri, 15 Mar 2019 23:13:13 -0300 Renato Lui Geh wrote: > This patch adds a new functionality of reading gain values from the > ad778x chips. This value is stored in the chip's state struct and is > updated whenever a read or write call is performed on the driver. > > Signed-off-by: Renato Lui

[PATCH v5 03/11] staging: iio: ad7780: add gain reading to ad778x

2019-03-15 Thread Renato Lui Geh
This patch adds a new functionality of reading gain values from the ad778x chips. This value is stored in the chip's state struct and is updated whenever a read or write call is performed on the driver. Signed-off-by: Renato Lui Geh --- drivers/staging/iio/adc/ad7780.c | 5 + 1 file changed,