On Wed, Feb 22, 2023 at 09:35:31AM +0100, Krzysztof Kozlowski wrote: > On 21/02/2023 20:50, Stephen Boyd wrote: > > Quoting Bjorn Andersson (2023-02-18 20:53:18) > >> clk_disable_unused() is altered, to not consider clocks which comes from > >> a provider with sync_state defined. This makes it possible for > >> individual clock drivers to invoke this process once all clients has > >> been probed, avoiding the need for booting many systems with > >> clk_ignore_unused. > >> This is then enabled for SDM845 and SC8280XP clock controllers. > > > > This needs to be reverted. I'm not going to pull this until then. > > > >> > >> Support for QDU1000/QRU1000 Global clock controller, SA8775P Global > >> clock controller, SM8550 TCSR and display clock controller, SM6350 clock > >> controller, nd MSM8996 CBF and APCS clock controllers is introduced.. > >> > > [...] > >> > >> Bjorn Andersson (5): > >> Merge tag '1672656511-1931-1-git-send-email-quic_akhilpo@xxxxxxxxxxx' into clk-for-6.3 > >> Merge branch '20230104093450.3150578-2-abel.vesa@xxxxxxxxxx' into clk-for-6.3 > >> clk: qcom: Remove need for clk_ignore_unused on sc8280xp > >> Merge branch '20230103-topic-sm8550-upstream-dispcc-v3-1-8a03d348c572@xxxxxxxxxx' into clk-for-6.3 > >> Merge branch '20230112204446.30236-2-quic_molvera@xxxxxxxxxxx' into HEAD > > > > When you make merges, please describe what they're for and put that in > > the commit text. Also, reword things like 'into HEAD'. > > I think these are all merges of patchsets (eg. b4 shazam --merge > <patchset_id>), thus it's the same as applying. > No, these are when I pick binding patches with include files on a separate topic branch, for merging into the clk and dts branches. So it's manual, and I can certainly improve these. Regards, Bjorn > Best regards, > Krzysztof >