Re: [PATCH v3 4/9] staging: iio: ad2s1200: Replace platform data with dt bindings

2018-04-28 Thread Jonathan Cameron
On Mon, 23 Apr 2018 00:03:32 +0200 David Veenstra wrote: > Remove usage of platform data, and replace it with device tree > facilities. > > Signed-off-by: David Veenstra This is fine up to the need to add the prefix to the gpio names. Thanks, Jonathan > --- > Changes in v3: > - Introduced i

[PATCH v3 4/9] staging: iio: ad2s1200: Replace platform data with dt bindings

2018-04-22 Thread David Veenstra
Remove usage of platform data, and replace it with device tree facilities. Signed-off-by: David Veenstra --- Changes in v3: - Introduced in this version. drivers/staging/iio/resolver/ad2s1200.c | 32 +++- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git