Re: [PATCH 1/2] iio: adc128s052: allow driver to be matched using ACPI

2018-04-24 Thread Javier Arteaga
On Tue, Apr 24, 2018 at 06:23:30PM +0100, Jonathan Cameron wrote: > Unless we know of ACPI firmwares out there that are doing this, drop the > patch for now. I don't want to see a flood of these based on a 'you can > do it that' way argument. Fair enough. I'll drop it for v3.

Re: [PATCH 1/2] iio: adc128s052: allow driver to be matched using ACPI

2018-04-24 Thread Jonathan Cameron
On Sat, 21 Apr 2018 21:41:57 +0100 Javier Arteaga wrote: > Hi Jonathan, > > On Sat, Apr 21, 2018 at 04:54:41PM +0100, Jonathan Cameron wrote: > > I don't really see the connection between the change in here > > and what the description says... > > I think you're right, we didn't make our inte

Re: [PATCH 1/2] iio: adc128s052: allow driver to be matched using ACPI

2018-04-21 Thread Javier Arteaga
Hi Jonathan, On Sat, Apr 21, 2018 at 04:54:41PM +0100, Jonathan Cameron wrote: > I don't really see the connection between the change in here > and what the description says... I think you're right, we didn't make our intent clear here. > If you are probing from ACPI then there is no need to ens

Re: [PATCH 1/2] iio: adc128s052: allow driver to be matched using ACPI

2018-04-21 Thread Jonathan Cameron
On Thu, 19 Apr 2018 14:20:35 +0100 Javier Arteaga wrote: > From: Dan O'Donovan > > Allow driver to be matched by compatible string in > ACPI device properties. > > Signed-off-by: Dan O'Donovan Hi Javier, I don't really see the connection between the change in here and what the description sa

[PATCH 1/2] iio: adc128s052: allow driver to be matched using ACPI

2018-04-19 Thread Javier Arteaga
From: Dan O'Donovan Allow driver to be matched by compatible string in ACPI device properties. Signed-off-by: Dan O'Donovan --- drivers/iio/adc/ti-adc128s052.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iio/adc/ti-adc128s052.c b/drivers/iio/adc/ti-adc128s052.c