Re: [PATCH v3 2/4] staging: iio: ad7816: Do not use busy_pin in case of AD7818

2018-11-11 Thread Jonathan Cameron
On Fri, 9 Nov 2018 13:06:24 +0530 Nishad Kamdar wrote: > AD7818 does not support busy_pin functionality as per datasheet. > Hence drop busy_pin when AD7818 is used. > > Signed-off-by: Nishad Kamdar Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play

[PATCH v3 2/4] staging: iio: ad7816: Do not use busy_pin in case of AD7818

2018-11-08 Thread Nishad Kamdar
AD7818 does not support busy_pin functionality as per datasheet. Hence drop busy_pin when AD7818 is used. Signed-off-by: Nishad Kamdar --- drivers/staging/iio/adc/ad7816.c | 35 ++-- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git