Re: [PATCH] mailbox: th1520: fix clock imbalance on probe failure

From: Johan Hovold
Date: Mon Dec 01 2025 - 04:36:46 EST


On Sat, Nov 29, 2025 at 08:44:51AM -0800, Drew Fustini wrote:
> On Wed, Nov 26, 2025 at 05:24:05PM +0100, Johan Hovold wrote:
> > On Mon, Nov 10, 2025 at 10:13:38AM +0100, Johan Hovold wrote:
> > > On Fri, Oct 17, 2025 at 07:54:14AM +0200, Johan Hovold wrote:
> > > > The purpose of the devm_add_action_or_reset() helper is to call the
> > > > action function in case adding an action ever fails so drop the clock
> > > > disable from the error path to avoid disabling the clocks twice.
> > > >
> > > > Fixes: 5d4d263e1c6b ("mailbox: Introduce support for T-head TH1520 Mailbox driver")
> > > > Cc: Michal Wilczynski <m.wilczynski@xxxxxxxxxxx>
> > > > Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>
> > > > ---
> > >
> > > Can this one be picked up for 6.19?
> >
> > It's been another month so sending another reminder. Can this one be
> > picked up for 6.19?

> It looks like this is now in the 6.18-rc7 PR from Jassi :)
>
> https://lore.kernel.org/all/CABb+yY2GeWHWeASzemit8XvgvHg=Cse+46CqF3KJfsBXNPEBAw@xxxxxxxxxxxxxx/

Yes, indeed, it made it into 6.18. Thanks!

Johan