Re: [PATCH 03/15] iio: adc: at91: cleanup platform_data

2014-03-16 Thread Jonathan Cameron
On 05/03/14 17:35, Alexandre Belloni wrote: num_channels and registers are not used anymore since they are defined inside the driver and assigned by matching the id_table. Also, struct at91_adc_reg_desc is now only used inside the driver. Signed-off-by: Alexandre Belloni Acked-by: Jonathan

Re: [PATCH 03/15] iio: adc: at91: cleanup platform_data

2014-03-16 Thread Jonathan Cameron
On 05/03/14 17:35, Alexandre Belloni wrote: num_channels and registers are not used anymore since they are defined inside the driver and assigned by matching the id_table. Also, struct at91_adc_reg_desc is now only used inside the driver. Signed-off-by: Alexandre Belloni

[PATCH 03/15] iio: adc: at91: cleanup platform_data

2014-03-05 Thread Alexandre Belloni
num_channels and registers are not used anymore since they are defined inside the driver and assigned by matching the id_table. Also, struct at91_adc_reg_desc is now only used inside the driver. Signed-off-by: Alexandre Belloni --- drivers/iio/adc/at91_adc.c | 19

[PATCH 03/15] iio: adc: at91: cleanup platform_data

2014-03-05 Thread Alexandre Belloni
num_channels and registers are not used anymore since they are defined inside the driver and assigned by matching the id_table. Also, struct at91_adc_reg_desc is now only used inside the driver. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- drivers/iio/adc/at91_adc.c