[PATCH 0/4] iio: Few cleanups to vf610 and ti-adc12138

Krzysztof Kozlowski posted 4 patches 2 months, 3 weeks ago
drivers/iio/adc/ti-adc12138.c | 30 +++++++++++-------------------
drivers/iio/dac/vf610_dac.c   | 23 +++++------------------
2 files changed, 16 insertions(+), 37 deletions(-)
[PATCH 0/4] iio: Few cleanups to vf610 and ti-adc12138
Posted by Krzysztof Kozlowski 2 months, 3 weeks ago
Just few cleanups.  Not tested on hardware.  Only the first patch could
have an observable effect.

Best regards,
Krzysztof

---
Krzysztof Kozlowski (4):
      iio: adc: ti-adc12138: Simplify with devm_clk_get_enabled()
      iio: adc: vf610: Drop -ENOMEM error message
      iio: adc: vf610: Simplify with dev_err_probe
      iio: dac: vf610: Simplify with devm_clk_get_enabled()

 drivers/iio/adc/ti-adc12138.c | 30 +++++++++++-------------------
 drivers/iio/dac/vf610_dac.c   | 23 +++++------------------
 2 files changed, 16 insertions(+), 37 deletions(-)
---
base-commit: a62b7a37e6fcf4a675b1548e7c168b96ec836442
change-id: 20250713-iio-clk-get-enabled-4764482c8ff3

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Re: [PATCH 0/4] iio: Few cleanups to vf610 and ti-adc12138
Posted by Jonathan Cameron 2 months, 3 weeks ago
On Sun, 13 Jul 2025 17:59:54 +0200
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote:

> Just few cleanups.  Not tested on hardware.  Only the first patch could
> have an observable effect.
> 
Applied 2-4.  As the 1st patch is more complex - I'll let that sit a while
first to see if anyone had views on the ordering change.

Jonathan

> Best regards,
> Krzysztof
> 
> ---
> Krzysztof Kozlowski (4):
>       iio: adc: ti-adc12138: Simplify with devm_clk_get_enabled()
>       iio: adc: vf610: Drop -ENOMEM error message
>       iio: adc: vf610: Simplify with dev_err_probe
>       iio: dac: vf610: Simplify with devm_clk_get_enabled()
> 
>  drivers/iio/adc/ti-adc12138.c | 30 +++++++++++-------------------
>  drivers/iio/dac/vf610_dac.c   | 23 +++++------------------
>  2 files changed, 16 insertions(+), 37 deletions(-)
> ---
> base-commit: a62b7a37e6fcf4a675b1548e7c168b96ec836442
> change-id: 20250713-iio-clk-get-enabled-4764482c8ff3
> 
> Best regards,