Re: [PATCH 2/3] iio: adc: ad7887: convert driver to full DT probing

2020-11-18 Thread Jonathan Cameron
On Wed, 18 Nov 2020 14:59:39 +0200 Alexandru Ardelean wrote: > On Tue, Nov 17, 2020 at 6:02 PM Jonathan Cameron > wrote: > > > > On Tue, 17 Nov 2020 17:03:06 +0200 > > Alexandru Ardelean wrote: > > > > > On Tue, Nov 17, 2020 at 1:06 PM Jonathan Cameron > > > wrote: > > > > > > > > On Tue,

Re: [PATCH 2/3] iio: adc: ad7887: convert driver to full DT probing

2020-11-18 Thread Alexandru Ardelean
On Tue, Nov 17, 2020 at 6:02 PM Jonathan Cameron wrote: > > On Tue, 17 Nov 2020 17:03:06 +0200 > Alexandru Ardelean wrote: > > > On Tue, Nov 17, 2020 at 1:06 PM Jonathan Cameron > > wrote: > > > > > > On Tue, 17 Nov 2020 11:01:11 + > > > Jonathan Cameron wrote: > > > > > > > On Tue, 17 Nov

Re: [PATCH 2/3] iio: adc: ad7887: convert driver to full DT probing

2020-11-17 Thread Jonathan Cameron
On Tue, 17 Nov 2020 17:03:06 +0200 Alexandru Ardelean wrote: > On Tue, Nov 17, 2020 at 1:06 PM Jonathan Cameron > wrote: > > > > On Tue, 17 Nov 2020 11:01:11 + > > Jonathan Cameron wrote: > > > > > On Tue, 17 Nov 2020 09:52:53 +0200 > > > Alexandru Ardelean wrote: > > > > > > > This

Re: [PATCH 2/3] iio: adc: ad7887: convert driver to full DT probing

2020-11-17 Thread Alexandru Ardelean
On Tue, Nov 17, 2020 at 1:06 PM Jonathan Cameron wrote: > > On Tue, 17 Nov 2020 11:01:11 + > Jonathan Cameron wrote: > > > On Tue, 17 Nov 2020 09:52:53 +0200 > > Alexandru Ardelean wrote: > > > > > This change removes the SPI device table, adds an OF device table instead. > > > This should

Re: [PATCH 2/3] iio: adc: ad7887: convert driver to full DT probing

2020-11-17 Thread Andy Shevchenko
On Tue, Nov 17, 2020 at 1:01 PM Jonathan Cameron wrote: > > On Tue, 17 Nov 2020 09:52:53 +0200 > Alexandru Ardelean wrote: > > > This change removes the SPI device table, adds an OF device table instead. > > This should also be usable for ACPI via PRP0001. > > > > This device is usually probed

Re: [PATCH 2/3] iio: adc: ad7887: convert driver to full DT probing

2020-11-17 Thread Jonathan Cameron
On Tue, 17 Nov 2020 11:01:11 + Jonathan Cameron wrote: > On Tue, 17 Nov 2020 09:52:53 +0200 > Alexandru Ardelean wrote: > > > This change removes the SPI device table, adds an OF device table instead. > > This should also be usable for ACPI via PRP0001. > > > > This device is usually

Re: [PATCH 2/3] iio: adc: ad7887: convert driver to full DT probing

2020-11-17 Thread Jonathan Cameron
On Tue, 17 Nov 2020 09:52:53 +0200 Alexandru Ardelean wrote: > This change removes the SPI device table, adds an OF device table instead. > This should also be usable for ACPI via PRP0001. > > This device is usually probed via device-tree, so it makes more sense to > use the OF device table. >

[PATCH 2/3] iio: adc: ad7887: convert driver to full DT probing

2020-11-16 Thread Alexandru Ardelean
This change removes the SPI device table, adds an OF device table instead. This should also be usable for ACPI via PRP0001. This device is usually probed via device-tree, so it makes more sense to use the OF device table. Signed-off-by: Alexandru Ardelean --- drivers/iio/adc/ad7887.c | 23