Re: [PATCH v2 2/4] pwm: Add Apple PWM controller

From: Sasha Finkelstein
Date: Wed Nov 02 2022 - 12:45:33 EST


On Wed, 2 Nov 2022 at 19:29, Biju Das <biju.das.jz@xxxxxxxxxxxxxx> wrote:
>
> Then enable the clk whenever pwm is enabled
> And disable the clk whenever pwm is disabled.
I can do that, but I do not see the point in doing that. This clock is
active whenever the system is turned on, all this will result in is
some unnecessary clock refcount increments/decrements.