Re: [PATCH v3 3/9] staging: iio: ad2s1200: Replace legacy gpio API with modern API

2018-04-28 Thread Jonathan Cameron
On Mon, 23 Apr 2018 00:03:16 +0200 David Veenstra wrote: > The legacy, integer based gpio API is replaced with the modern > descriptor based API. > > Signed-off-by: David Veenstra This patch is fine, but I'm going to leave it for the next version as it makes more sense to pick up with the next

[PATCH v3 3/9] staging: iio: ad2s1200: Replace legacy gpio API with modern API

2018-04-22 Thread David Veenstra
The legacy, integer based gpio API is replaced with the modern descriptor based API. Signed-off-by: David Veenstra --- Changes in v3: - This patch no longer deals with dt bindings. See the next patch. drivers/staging/iio/resolver/ad2s1200.c | 15 --- 1 file changed, 8 insertions