Hello, On Thu, Jun 25, 2026 at 10:46:13AM +0000, sashiko-bot@kernel.org wrote: > Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider: > - [High] The driver fails to update the hardware PARK level to the inactive state when disabling the PWM channel, leaving the output stuck ON or at the wrong polarity. I didn't look in detail into the patch yet, but I think the review feedback here is misleading. There is no promise about a hardware state for a disabled channel. The only objective is to save power. Having said that, it's *nice* to drive the inactive level, but if that isn't easily possible (e.g. because the output goes to high-Z on disable) the primary objective is to save power. So I guess the feedback is OK, but not "High". > Additionally, if the polarity changes while the channel is disabled, will the > hardware's inactive level fail to update? This is in the same category. It's a bit surprising, but well in the limits of what a PWM consumer must expect. Best regards Uwe