Re: [PATCH] staging:iio:adc:ad7280a: add of_match_table entry

2019-07-27 Thread Jonathan Cameron
On Fri, 26 Jul 2019 14:59:16 -0300 Matheus Tavares Bernardino wrote: > On Fri, Jul 26, 2019 at 2:30 AM Ardelean, Alexandru > wrote: > > > > On Fri, 2019-07-26 at 01:38 +0530, Kartik Kulkarni wrote: > > > Add the of_device_id struct and the respective > > > of_match_device entry to complete

Re: [PATCH] staging:iio:adc:ad7280a: add of_match_table entry

2019-07-26 Thread Matheus Tavares Bernardino
On Fri, Jul 26, 2019 at 2:30 AM Ardelean, Alexandru wrote: > > On Fri, 2019-07-26 at 01:38 +0530, Kartik Kulkarni wrote: > > Add the of_device_id struct and the respective > > of_match_device entry to complete device tree support. > > > > This would be a [V2] I suppose. > > This change also does

Re: [PATCH] staging:iio:adc:ad7280a: add of_match_table entry

2019-07-25 Thread Ardelean, Alexandru
On Fri, 2019-07-26 at 01:38 +0530, Kartik Kulkarni wrote: > Add the of_device_id struct and the respective > of_match_device entry to complete device tree support. > This would be a [V2] I suppose. This change also does the rename of the driver name in a single go. Since it's a trivial change,

[PATCH] staging:iio:adc:ad7280a: add of_match_table entry

2019-07-25 Thread Kartik Kulkarni
Add the of_device_id struct and the respective of_match_device entry to complete device tree support. Signed-off-by: Kartik Kulkarni Reviewed-by: Matheus Tavares --- drivers/staging/iio/adc/ad7280a.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git

[PATCH] staging:iio:adc:ad7280a: add of_match_table entry

2019-07-25 Thread Kartik Kulkarni
Add the of_device_id struct and the respective of_match_device entry to complete device tree support. Signed-off-by: Kartik Kulkarni Reviewed-by: Matheus Tavares --- drivers/staging/iio/adc/ad7280a.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/staging/iio/adc/ad7280a.c