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 2A0EB265630; Fri, 2 May 2025 06:45:06 +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=1746168307; cv=none; b=FYV/fEd3rSmc9u8JaIlO9G/MESo+DlDUdG5ggchE9P0ik/eGJix2c2kEYOyLKSboYiN91Cl+z2X+urOeTXNizdKk//rxhgv+m4LJV0hWVVq60vGWGBwtW5Cbp0BpM0lHUZu7DAA54zxUzKZZPskpPqyK/lIy23H900QWRevV4o0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746168307; c=relaxed/simple; bh=QJ9aTTHTFxBlToloo+uiwvGhJoAcVpC6OfCdpgOOHG4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=U7aGg0m407prtCxHmu9CPGqQqPlg8rkaE4czFySRaNzurAdHwO86VQvcYLEVY37wVjXpu1OYraxPcRAIxOEhXiwXSvU9Tp5dA0eMsgiGJxR2UmJMZ3TyoMVOXR8TPioEvrqHsNjuWUuzJWJk18Dli2co0LLqTvdIVT3bb5h4bLw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nZ7iPGdN; 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="nZ7iPGdN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 086B9C4CEE4; Fri, 2 May 2025 06:45:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1746168306; bh=QJ9aTTHTFxBlToloo+uiwvGhJoAcVpC6OfCdpgOOHG4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nZ7iPGdNJcuyoJwjmQkBAzbrXcrtwZnLUVjTEE2vx5fpASFTArz8eNnClm6gXW1BL I/rEDWlHG2a++qirzWV2fsiYgaObArz1sDPLyrDgyHjJPG/kvLatrpFo9ehJQJlWHL xzfhgozf+LaQpPgItn2roLerMspxEeDLuc/fDwhzsZeC4wDm2op8ZyQukkhcFCPklE 1u33rDjjy7HtCGJfH9AYccAeXsK+Bs75nFPEACQg+mfFoNrEr1xqyn+x11k6ff28rX k1QigNFOX9/K5a6qp7f2luOIhybvG+38H1QZfCWC3CQnjc2r9Jo/f2ZMpB/0/8VIWP mJYhXVl2f07uQ== Date: Fri, 2 May 2025 08:45:03 +0200 From: Krzysztof Kozlowski To: Satya Priya Kakitapalli Cc: Bjorn Andersson , Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Konrad Dybcio , Ajit Pandey , Imran Shaik , Taniya Das , Jagadeesh Kona , linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH v2 1/4] dt-bindings: clock: qcom: Add missing bindings on gcc-sc8180x Message-ID: <20250502-singing-hypersonic-snail-bef73a@kuoka> References: <20250430-sc8180x-camcc-support-v2-0-6bbb514f467c@quicinc.com> <20250430-sc8180x-camcc-support-v2-1-6bbb514f467c@quicinc.com> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20250430-sc8180x-camcc-support-v2-1-6bbb514f467c@quicinc.com> On Wed, Apr 30, 2025 at 04:08:55PM GMT, Satya Priya Kakitapalli wrote: > Add all the missing clock bindings for gcc-sc8180x. > > Fixes: 0fadcdfdcf57 ("dt-bindings: clock: Add SC8180x GCC binding") > Cc: stable@vger.kernel.org What sort of bug is being fixed here? This needs to be clearly expressed in commit msg - bug or observable issue. Best regards, Krzysztof