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 7DC9F30EF96 for ; Wed, 26 Nov 2025 16:24:04 +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=1764174244; cv=none; b=poi809Xhi5e8cyIj1MxVzsqdSzcM92tMhfDU4MdvbzO+WS3oWRYrK2PWuZM9hnJ1BjZCy2WBL+cJN15PEk0bq5s0QMnJvXb6ham6BtNaH0vj+iq4TQyDw4EVmjedCwoKl9IetbkIambRJbTvPTwvanBsFLGIyN1Ln3ZdWFJXGpQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764174244; c=relaxed/simple; bh=xkgwF078Wy7iyBarI+z1Q/5lGrdVNPXLHbM0vTEeQRE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=XopS0Y4NLCS6I+WeljAHEMYBylgc/q4H13QWAJeZg2vveg6V7tTQ7Yr6yclOe+I7bkYN1/fS7bqQr1Ak/tuHNph3PxiflnasqnfpCQy5ZIwLZll/47OYOTkFPqWJlMB0nRYj9uFT+IEQL8xVO/JEwY6xWJZ3UJUHZFQSanPHKuE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=pivBNJQ0; 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="pivBNJQ0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 251B9C4CEF7; Wed, 26 Nov 2025 16:24:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764174244; bh=xkgwF078Wy7iyBarI+z1Q/5lGrdVNPXLHbM0vTEeQRE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pivBNJQ0uIcxpd7mJi7OVhRQ1/s4KNNegcRY3Nk7u6oND9eQLWUU8JFbSW1c0UqqG iJ9wgQmO1vBLvgbV9SrQjoSbEkepHpoY6G3KDJln2ozeZ2eVxX+h6TbYu3ZpWAXq88 eCURFu4u56NpC9ATLBqeTX0WwBH7pscqYEtctJbO0yLO8RGC0tTIvFsiPKftMVuAXt 8OjZd2fYQlq6YeHDz3T65OpBWfRhGlHU5vy9S5oAl/fFFAyeGlcoFDQfqCf5V2cwKS ywE6aZ59NmlNUMSkz0f13JirqIX8O3zKI5DvKYuoVzdIgK++qRkx1g+xVP5n+TRdtZ Ho6pN2w/iR8og== Received: from johan by xi.lan with local (Exim 4.98.2) (envelope-from ) id 1vOIJJ-000000003G6-3LNN; Wed, 26 Nov 2025 17:24:05 +0100 Date: Wed, 26 Nov 2025 17:24:05 +0100 From: Johan Hovold To: Drew Fustini , Guo Ren , Fu Wei , Jassi Brar Cc: 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 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