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,