[PATCH v7 0/6] clk: provide new devm helpers for prepared and enabled clocks
Alexandru Ardelean
aardelean at deviqon.com
Tue May 11 00:58:07 PDT 2021
On Mon, 10 May 2021 at 20:41, Uwe Kleine-König
<u.kleine-koenig at pengutronix.de> wrote:
>
> Hello,
>
> compared to v6 I rebased to v5.13-rc1 (which resulted in a conflict in
> the pwm-atmel patch), reformated the doc comments in patch 2 (as
> suggested by Jonathan Cameron) and added the two Reviewed-by tags for
> Jonathan Cameron.
This will definitely cleanup a lot of boiler-plate code for probe()/remove().
What I'm noticing, is that some remove hooks [in the drivers in this
series] are being slightly re-ordered;
i.e. the clk_disable/unprepare may happen in a slightly different
order, but it doesn't look like those would be problematic.
So, for the series:
Reviewed-by: Alexandru Ardelean <aardelean at deviqon.com>
Thanks
Alex
>
> Best regards
> Uwe
>
> Uwe Kleine-König (6):
> clk: generalize devm_clk_get() a bit
> clk: Provide new devm_clk_helpers for prepared and enabled clocks
> pwm: atmel: Simplify using devm_clk_get_prepared()
> rtc: at91sam9: Simplify using devm_clk_get_enabled()
> i2c: imx: Simplify using devm_clk_get_enabled()
> spi: davinci: Simplify using devm_clk_get_enabled()
>
> drivers/clk/clk-devres.c | 96 ++++++++++++++++++++++++++++++------
> drivers/i2c/busses/i2c-imx.c | 12 +----
> drivers/pwm/pwm-atmel.c | 15 +-----
> drivers/rtc/rtc-at91sam9.c | 22 ++-------
> drivers/spi/spi-davinci.c | 11 +----
> include/linux/clk.h | 90 ++++++++++++++++++++++++++++++++-
> 6 files changed, 179 insertions(+), 67 deletions(-)
>
>
> base-commit: 6efb943b8616ec53a5e444193dccf1af9ad627b5
> --
> 2.30.2
>
More information about the linux-arm-kernel
mailing list