Re: [PATCH v4 04/12] staging: iio: ad2s1200: Setup spi before iio device register

2018-05-20 Thread Jonathan Cameron
On Fri, 18 May 2018 20:21:44 +0200 David Veenstra wrote: > The spi should be set up before the device is registered as an iio > device. > > This patch moves the setup to before the device registration. > > Signed-off-by: David Veenstra Applied to the togreg branch of iio.git and pushed out as

[PATCH v4 04/12] staging: iio: ad2s1200: Setup spi before iio device register

2018-05-18 Thread David Veenstra
The spi should be set up before the device is registered as an iio device. This patch moves the setup to before the device registration. Signed-off-by: David Veenstra --- Changes in v4: - Introduced in this version. drivers/staging/iio/resolver/ad2s1200.c | 13 +++-- 1 file changed, 7