From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 32DF92FDC23 for ; Mon, 1 Dec 2025 09:36:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764581800; cv=none; b=AXO+2xYhYmCQcOPC0IM2h21T9UlpEdqVO143nl7qlZEGdSQ03tiTOI1IRVGMaeB6Q7B47O8E9sSE1nsT8NXaJw/sH9ElAPmfQNRJXPXrHY132WWaUk6hd1DydtWXH7YPGDmpw8ZwDO7OV4BRXiHAwr5Z+UmWKb8rKvxU1L95otY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764581800; c=relaxed/simple; bh=h618OCT0dsA4JOdP2jkAByl5muSl3/ZEsap5hQUlqco=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=kYhBkQzdo6+Amx7f8Dc4G1uVlq7fAh2WpzBmzMwGxa8TgqudddxvyuMQd1WYWQrSLbzBOyt0hcYye0eCJPFz89gm9J9RirGAu1N5JZumRl7R7zcPzouHKKsRY1G23Z+mkPsyOPO0rE5vs2EPPTc40RwVkri0FjpexPIOIQi97Lg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Db33BUQo; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Db33BUQo" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B0273C4CEF1; Mon, 1 Dec 2025 09:36:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764581799; bh=h618OCT0dsA4JOdP2jkAByl5muSl3/ZEsap5hQUlqco=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Db33BUQoh7ee//1/wTB4xB/pSwLjomWentmw747D9GjxH4NUvZ9/YzLB/dJCe35gI A7ys/hl2yqmohC5PEowpJaTvCH2k4UEsM2uW4ojdID52FWJ+CzhWk5hcH1ZrFbEHOu SLVt4Cflp5WuyslgdR1WrBDij8kYCwHvAGbZ7yX24/sHX0SMfNZMh72rL42BmdINKE OfVP+BCuRGoP1ffIRpuDR/UqhblVjvN/2qTg2Fkj4+QhsLosQqdBindqB43QIqnaIU Tvgp9fnw7Xm4CBrgn1tIMnalT/VcCYvV/N6UeBkqJbVyAXI2LJ10Ft4q7lkJkkrl6c TQTGov54E3x5w== Received: from johan by xi.lan with local (Exim 4.98.2) (envelope-from ) id 1vQ0Kq-000000006Qs-0iR5; Mon, 01 Dec 2025 10:36:44 +0100 Date: Mon, 1 Dec 2025 10:36:44 +0100 From: Johan Hovold To: Drew Fustini Cc: Guo Ren , Fu Wei , Jassi Brar , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, Michal Wilczynski Subject: Re: [PATCH] mailbox: th1520: fix clock imbalance on probe failure Message-ID: References: <20251017055414.7753-1-johan@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 > > > > Signed-off-by: Johan Hovold > > > > --- > > > > > > 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@mail.gmail.com/ Yes, indeed, it made it into 6.18. Thanks! Johan