[PATCHv3] Add ADC driver for Atmel G20, G45 and X5 boards
From: arnd@arndb.de (Arnd Bergmann)
Date: 2012-05-09 14:40:14
Also in:
linux-iio
From: arnd@arndb.de (Arnd Bergmann)
Date: 2012-05-09 14:40:14
Also in:
linux-iio
On Wednesday 09 May 2012, Maxime Ripard wrote:
Here is another version of the patches to bring ADC driver to Atmel boards.
Since last version, here is what changed:
* Rebased on top of staging-next to move out of staging. Had to change to IIO
kfifo buffer along the way.
* Reworked the DT bindings according to Jean-Christophe reviews
* Made various fixes according to reviews
* Support for X5 boardsWhat's the reason for providing both DT and non-DT probing in that driver? Doesn't it make more sense to just require that everyone who uses this device boots using the device tree? Arnd