Re: [PATCH v4 4/4] iio: adc: at91_adc: remove platform data and move defs in driver file

2020-10-10 Thread Jonathan Cameron
On Wed, 30 Sep 2020 16:05:55 +0200 Alexandre Belloni wrote: > On 30/09/2020 16:50:48+0300, Alexandru Ardelean wrote: > > The AT91 ADC driver no longer uses the 'at91_add_device_adc' platform data > > type. This is no longer used (at least in mainline boards). > > > > This change removes the

Re: [PATCH v4 4/4] iio: adc: at91_adc: remove platform data and move defs in driver file

2020-09-30 Thread Alexandre Belloni
On 30/09/2020 16:50:48+0300, Alexandru Ardelean wrote: > The AT91 ADC driver no longer uses the 'at91_add_device_adc' platform data > type. This is no longer used (at least in mainline boards). > > This change removes the platform-data initialization from the driver, since > it is mostly dead

[PATCH v4 4/4] iio: adc: at91_adc: remove platform data and move defs in driver file

2020-09-30 Thread Alexandru Ardelean
The AT91 ADC driver no longer uses the 'at91_add_device_adc' platform data type. This is no longer used (at least in mainline boards). This change removes the platform-data initialization from the driver, since it is mostly dead code now. Some definitions [from the platform data at91_adc.h