mbox series

[0/2] pwm: bcm2835: Drop open coded variant of devm_clk_rate_exclusive_get()

Message ID cover.1710078146.git.u.kleine-koenig@pengutronix.de (mailing list archive)
Headers show
Series pwm: bcm2835: Drop open coded variant of devm_clk_rate_exclusive_get() | expand

Message

Uwe Kleine-König March 10, 2024, 1:47 p.m. UTC
Hello,

the main motivation for this series is the 2nd patch. The first is just
a minor simplification. Note this series depends on
b0cde62e4c548b2e7cb535caa6eb0df135888601 which is currently waiting in
next for the upcoming merge window.

Best regards
Uwe

Uwe Kleine-König (2):
  pwm: bcm2835: Introduce a local variable for &pdev->dev
  pwm: bcm2835: Drop open coded variant of devm_clk_rate_exclusive_get()

 drivers/pwm/pwm-bcm2835.c | 30 +++++++++---------------------
 1 file changed, 9 insertions(+), 21 deletions(-)

base-commit: 8ffc8b1bbd505e27e2c8439d326b6059c906c9dd

Comments

Uwe Kleine-König April 13, 2024, 8:53 a.m. UTC | #1
Hello,

On Sun, Mar 10, 2024 at 02:47:18PM +0100, Uwe Kleine-König wrote:
> the main motivation for this series is the 2nd patch. The first is just
> a minor simplification. Note this series depends on
> b0cde62e4c548b2e7cb535caa6eb0df135888601 which is currently waiting in
> next for the upcoming merge window.

I applied this series to
https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git pwm/for-next
based on v6.9-rc1 which includes commit b0cde62e4c54 ("clk: Add a devm
variant of clk_rate_exclusive_get()").

Best regards
Uwe