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 BEEA530F55E for ; Sat, 29 Nov 2025 16:44:53 +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=1764434693; cv=none; b=Q6uZM+WWd6GvLbaHQTx3R2c4PcIL+kxUHEf7VquA40x/AsEPHGBLh3474rP7s7w22d3XkAmyDQe/XWBDghibPkruKpeMtw+TjD24B7GtUlvQXUkH6na9tirIa213I/ovXV8mtf3wGuXSSqMros52TH/RKzQhG9ZymjYpU21z3rg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764434693; c=relaxed/simple; bh=XbdQrctocb5sLnKbVGTUwZksoGZGaJ2xjbY3U1nwOPc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=SPvwr3JsXwT87b0bNBuS4tFK/zNTDxymkBKTKXajdgmeCBBAR0RcqBoeX4K8digPNlELTI6eQDv+59DJ6EKfBilApa2Fkk19CghIadyJ1rw2OgfI/7Pg4G+99Q6M6ldeFONyxrVcfaFy8BwBv64GJj1ut/EK1t4iMd2svQdGYxc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=X9GIHPxF; 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="X9GIHPxF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4992FC4CEF7; Sat, 29 Nov 2025 16:44:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764434693; bh=XbdQrctocb5sLnKbVGTUwZksoGZGaJ2xjbY3U1nwOPc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=X9GIHPxFgSo1TfwonKR/Fuxcdt/JgFBeUiMI9ljnQw29XbQlwvSOH5/8r7UXsy/g/ w7reA8wPk/Boll0dRCXIXj1Ntt8foScekJ2UU0FsHNPHI7K6HFOIcKZaKI8v9MQfaO IqmoA1FX1nr9hiYv6+L/s/jG7fDLQNY5lTrla+yydhEmVIwIqHYQE+8RG4DB4pPkTy BJEyIKfOeFyc5Okd0REI3JQMj2tLEpFvvhLQrE2jIhe1+JqmgofZLADgKYaJx/jvXx HaikJiaGTzUm9G9iHt15oq1jt/Ftb/1unF4faCyNRgACYCpC7gLy5Ca7mK56R/77kA t7CuPTbSgAj/g== Date: Sat, 29 Nov 2025 08:44:51 -0800 From: Drew Fustini To: Johan Hovold 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 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? > > Johan 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/ -Drew