Re: [PATCH v2] iio: frequency: ad9523: convert rest of driver to device managed functions

2020-07-26 Thread Jonathan Cameron
On Wed, 22 Jul 2020 10:22:01 +0300 Alexandru Ardelean wrote: > The driver pretty much uses device managed functions. The only left-over is > the iio_device_register() function, which also requires an action-or-reset > hook to disable the regulator on the remove and error path. > > Signed-off-by:

[PATCH v2] iio: frequency: ad9523: convert rest of driver to device managed functions

2020-07-22 Thread Alexandru Ardelean
The driver pretty much uses device managed functions. The only left-over is the iio_device_register() function, which also requires an action-or-reset hook to disable the regulator on the remove and error path. Signed-off-by: Alexandru Ardelean --- Changelog v1 -> v2: * removed 'probed' message