Re: [PATCH v3 2/3] pwm: bcm2835: allow pwm driver to be used in atomic context

From: Stefan Wahren
Date: Wed Oct 18 2023 - 11:00:44 EST


Hi Sean,

Am 17.10.23 um 11:17 schrieb Sean Young:
clk_get_rate() may do a mutex lock. Since the clock rate cannot change on
an rpi, simply fetch it once.
the driver changes looks good to me, but could you please adapt the
commit message to your recent changes.

Best regards

Signed-off-by: Sean Young <sean@xxxxxxxx>
---