Message ID | 20230219045318.564342-1-andersson@kernel.org |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] Qualcomm clock driver updates for v6.3 | expand |
On 2/19/2023 10:23 AM, Bjorn Andersson wrote: > The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: > > Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-clk-for-6.3 > > for you to fetch changes up to 7935b534d32a1823a7d5db449d340f56c201f284: > > dt-bindings: clock: Merge qcom,gpucc-sm8350 into qcom,gpucc.yaml (2023-02-08 19:29:25 -0800) > > ---------------------------------------------------------------- > Qualcomm clock driver updates for v6.3 > > Support for requesting the next power_off operation for a genpd to be > synchronous is introduced, and implemented in the GDSC driver. To allow > the GPU driver to request power_off to wait for the GDSC to actually > collapse. > > 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. > > 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.. > > Parent references are updated across a large number of clock drivers, to > align with the design changes since those drivers where introduced. > Similarly, test clocks has been dropped from a range of drivers. > > A range of fixes for the MSM8996 CPU clock controller is introduced. > > MSM8974 GCC is transitioned off the externally defined sleep_clk. > > GDSC in the global clock controller for QCS404 is added, and various > parent definitions are cleaned up. > > The SDCC core clocks on SM6115 are moved for floor_ops. > > Programming of clk_dis_wait for GPU CX GDSC on SC7180 and SDM845 are > moved to use the recently introduced properties in the GDSC struct. > > The RPMh clock driver gains SM8550 and SA8775P clocks, and the IPA clock > is added on a variety of platforms. > > The SMD RPM driver receives a big cleanup, in particular a move away > from duplicating declaration of identical clocks between multiple > platforms. > A few missing clocks across msm8998, msm8992, msm8916, qcs404 are added > as well. > > Using devm_pm_runtime_enable() to clean up some duplication is done > across SM8250 display and video clock controllers, SM8450 display clock > controller and SC7280 LPASS clock controller. > > Devicetree binding changes for above mentioned additions and changes are > introduced. > > Lastly, a change to pad a few registers in the SM8250 DTS to 8 digits > was picked up in the wrong tree and kept here, to avoid rebasing. > > ---------------------------------------------------------------- <snip> Bjorn, I don't see the change got picked up v6.3 https://lore.kernel.org/linux-arm-msm/20230120082631.22053-1-quic_kathirav@quicinc.com/. Please help to understand what is missing to get it picked up? Thanks,
On 20/02/2023 12:47, Kathiravan T wrote: > > <snip> > > Bjorn, > > > I don't see the change got picked up v6.3 > https://lore.kernel.org/linux-arm-msm/20230120082631.22053-1-quic_kathirav@quicinc.com/. > Please help to understand what is missing to get it picked up? Did you receive email that it was picked up? Lore does not have it. Best regards, Krzysztof
On 2/20/2023 5:20 PM, Krzysztof Kozlowski wrote: > On 20/02/2023 12:47, Kathiravan T wrote: >> <snip> >> >> Bjorn, >> >> >> I don't see the change got picked up v6.3 >> https://lore.kernel.org/linux-arm-msm/20230120082631.22053-1-quic_kathirav@quicinc.com/. >> Please help to understand what is missing to get it picked up? > Did you receive email that it was picked up? Lore does not have it. No, I thought Bjorn might pick it up before the pull request. But it's not. That's why trying to understand what might be missing from my end. Thanks. > > Best regards, > Krzysztof >
On 20/02/2023 13:00, Kathiravan T wrote: > > On 2/20/2023 5:20 PM, Krzysztof Kozlowski wrote: >> On 20/02/2023 12:47, Kathiravan T wrote: >>> <snip> >>> >>> Bjorn, >>> >>> >>> I don't see the change got picked up v6.3 >>> https://lore.kernel.org/linux-arm-msm/20230120082631.22053-1-quic_kathirav@quicinc.com/. >>> Please help to understand what is missing to get it picked up? >> Did you receive email that it was picked up? Lore does not have it. > > > No, I thought Bjorn might pick it up before the pull request. But it's > not. That's why trying to understand what might be missing from my end. Then it's not a problem of a pull request... Best regards, Krzysztof
On Mon, Feb 20, 2023 at 05:17:39PM +0530, Kathiravan T wrote: > On 2/19/2023 10:23 AM, Bjorn Andersson wrote: > > The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: > > > > Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) > > > > are available in the Git repository at: > > > > https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-clk-for-6.3 > > > > for you to fetch changes up to 7935b534d32a1823a7d5db449d340f56c201f284: > > > > dt-bindings: clock: Merge qcom,gpucc-sm8350 into qcom,gpucc.yaml (2023-02-08 19:29:25 -0800) > > > > ---------------------------------------------------------------- > > Qualcomm clock driver updates for v6.3 > > > > Support for requesting the next power_off operation for a genpd to be > > synchronous is introduced, and implemented in the GDSC driver. To allow > > the GPU driver to request power_off to wait for the GDSC to actually > > collapse. > > > > 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. > > > > 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.. > > > > Parent references are updated across a large number of clock drivers, to > > align with the design changes since those drivers where introduced. > > Similarly, test clocks has been dropped from a range of drivers. > > > > A range of fixes for the MSM8996 CPU clock controller is introduced. > > > > MSM8974 GCC is transitioned off the externally defined sleep_clk. > > > > GDSC in the global clock controller for QCS404 is added, and various > > parent definitions are cleaned up. > > > > The SDCC core clocks on SM6115 are moved for floor_ops. > > > > Programming of clk_dis_wait for GPU CX GDSC on SC7180 and SDM845 are > > moved to use the recently introduced properties in the GDSC struct. > > > > The RPMh clock driver gains SM8550 and SA8775P clocks, and the IPA clock > > is added on a variety of platforms. > > > > The SMD RPM driver receives a big cleanup, in particular a move away > > from duplicating declaration of identical clocks between multiple > > platforms. > > A few missing clocks across msm8998, msm8992, msm8916, qcs404 are added > > as well. > > > > Using devm_pm_runtime_enable() to clean up some duplication is done > > across SM8250 display and video clock controllers, SM8450 display clock > > controller and SC7280 LPASS clock controller. > > > > Devicetree binding changes for above mentioned additions and changes are > > introduced. > > > > Lastly, a change to pad a few registers in the SM8250 DTS to 8 digits > > was picked up in the wrong tree and kept here, to avoid rebasing. > > > > ---------------------------------------------------------------- > > <snip> > > Bjorn, > Hi Kathiravan, > > I don't see the change got picked up v6.3 https://lore.kernel.org/linux-arm-msm/20230120082631.22053-1-quic_kathirav@quicinc.com/. > Please help to understand what is missing to get it picked up? > Afaict, this patch introduces support that doesn't have a user today, and as such should be merged together with: https://lore.kernel.org/linux-arm-msm/20230217083308.12017-4-quic_kathirav@quicinc.com/ Which hasn't yet been picked up... But please send such patches together in the future, to make it easier for people to review and me to merge them. I will resume picking up patches for v6.4 after the merge window. Regards, Bjorn
On 2/20/2023 9:05 PM, Bjorn Andersson wrote: > On Mon, Feb 20, 2023 at 05:17:39PM +0530, Kathiravan T wrote: >> On 2/19/2023 10:23 AM, Bjorn Andersson wrote: >>> The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: >>> >>> Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) >>> >>> are available in the Git repository at: >>> >>> https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-clk-for-6.3 >>> >>> for you to fetch changes up to 7935b534d32a1823a7d5db449d340f56c201f284: >>> >>> dt-bindings: clock: Merge qcom,gpucc-sm8350 into qcom,gpucc.yaml (2023-02-08 19:29:25 -0800) >>> >>> ---------------------------------------------------------------- >>> Qualcomm clock driver updates for v6.3 >>> >>> Support for requesting the next power_off operation for a genpd to be >>> synchronous is introduced, and implemented in the GDSC driver. To allow >>> the GPU driver to request power_off to wait for the GDSC to actually >>> collapse. >>> >>> 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. >>> >>> 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.. >>> >>> Parent references are updated across a large number of clock drivers, to >>> align with the design changes since those drivers where introduced. >>> Similarly, test clocks has been dropped from a range of drivers. >>> >>> A range of fixes for the MSM8996 CPU clock controller is introduced. >>> >>> MSM8974 GCC is transitioned off the externally defined sleep_clk. >>> >>> GDSC in the global clock controller for QCS404 is added, and various >>> parent definitions are cleaned up. >>> >>> The SDCC core clocks on SM6115 are moved for floor_ops. >>> >>> Programming of clk_dis_wait for GPU CX GDSC on SC7180 and SDM845 are >>> moved to use the recently introduced properties in the GDSC struct. >>> >>> The RPMh clock driver gains SM8550 and SA8775P clocks, and the IPA clock >>> is added on a variety of platforms. >>> >>> The SMD RPM driver receives a big cleanup, in particular a move away >>> from duplicating declaration of identical clocks between multiple >>> platforms. >>> A few missing clocks across msm8998, msm8992, msm8916, qcs404 are added >>> as well. >>> >>> Using devm_pm_runtime_enable() to clean up some duplication is done >>> across SM8250 display and video clock controllers, SM8450 display clock >>> controller and SC7280 LPASS clock controller. >>> >>> Devicetree binding changes for above mentioned additions and changes are >>> introduced. >>> >>> Lastly, a change to pad a few registers in the SM8250 DTS to 8 digits >>> was picked up in the wrong tree and kept here, to avoid rebasing. >>> >>> ---------------------------------------------------------------- >> <snip> >> >> Bjorn, >> > Hi Kathiravan, > >> I don't see the change got picked up v6.3 https://lore.kernel.org/linux-arm-msm/20230120082631.22053-1-quic_kathirav@quicinc.com/. >> Please help to understand what is missing to get it picked up? >> > Afaict, this patch introduces support that doesn't have a user today, > and as such should be merged together with: > https://lore.kernel.org/linux-arm-msm/20230217083308.12017-4-quic_kathirav@quicinc.com/ Thanks Bjorn. I got the point. This patch also needed for IPQ5332 Baseport patches https://lore.kernel.org/linux-gpio/20230217075835.460-1-quic_kathirav@quicinc.com/ > Which hasn't yet been picked up... > > But please send such patches together in the future, to make it easier > for people to review and me to merge them. If I re-spin the IPQ5332 base port patches, shall I add this patch to the IPQ5332 series itself and send it or you are okay to pick it up as it is? Thanks. > > > I will resume picking up patches for v6.4 after the merge window. > > Regards, > Bjorn
On Mon, Feb 20, 2023 at 10:10:07PM +0530, Kathiravan T wrote: > > On 2/20/2023 9:05 PM, Bjorn Andersson wrote: > > On Mon, Feb 20, 2023 at 05:17:39PM +0530, Kathiravan T wrote: > > > On 2/19/2023 10:23 AM, Bjorn Andersson wrote: > > > > The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: > > > > > > > > Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) > > > > > > > > are available in the Git repository at: > > > > > > > > https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-clk-for-6.3 > > > > > > > > for you to fetch changes up to 7935b534d32a1823a7d5db449d340f56c201f284: > > > > > > > > dt-bindings: clock: Merge qcom,gpucc-sm8350 into qcom,gpucc.yaml (2023-02-08 19:29:25 -0800) > > > > > > > > ---------------------------------------------------------------- > > > > Qualcomm clock driver updates for v6.3 > > > > > > > > Support for requesting the next power_off operation for a genpd to be > > > > synchronous is introduced, and implemented in the GDSC driver. To allow > > > > the GPU driver to request power_off to wait for the GDSC to actually > > > > collapse. > > > > > > > > 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. > > > > > > > > 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.. > > > > > > > > Parent references are updated across a large number of clock drivers, to > > > > align with the design changes since those drivers where introduced. > > > > Similarly, test clocks has been dropped from a range of drivers. > > > > > > > > A range of fixes for the MSM8996 CPU clock controller is introduced. > > > > > > > > MSM8974 GCC is transitioned off the externally defined sleep_clk. > > > > > > > > GDSC in the global clock controller for QCS404 is added, and various > > > > parent definitions are cleaned up. > > > > > > > > The SDCC core clocks on SM6115 are moved for floor_ops. > > > > > > > > Programming of clk_dis_wait for GPU CX GDSC on SC7180 and SDM845 are > > > > moved to use the recently introduced properties in the GDSC struct. > > > > > > > > The RPMh clock driver gains SM8550 and SA8775P clocks, and the IPA clock > > > > is added on a variety of platforms. > > > > > > > > The SMD RPM driver receives a big cleanup, in particular a move away > > > > from duplicating declaration of identical clocks between multiple > > > > platforms. > > > > A few missing clocks across msm8998, msm8992, msm8916, qcs404 are added > > > > as well. > > > > > > > > Using devm_pm_runtime_enable() to clean up some duplication is done > > > > across SM8250 display and video clock controllers, SM8450 display clock > > > > controller and SC7280 LPASS clock controller. > > > > > > > > Devicetree binding changes for above mentioned additions and changes are > > > > introduced. > > > > > > > > Lastly, a change to pad a few registers in the SM8250 DTS to 8 digits > > > > was picked up in the wrong tree and kept here, to avoid rebasing. > > > > > > > > ---------------------------------------------------------------- > > > <snip> > > > > > > Bjorn, > > > > > Hi Kathiravan, > > > > > I don't see the change got picked up v6.3 https://lore.kernel.org/linux-arm-msm/20230120082631.22053-1-quic_kathirav@quicinc.com/. > > > Please help to understand what is missing to get it picked up? > > > > > Afaict, this patch introduces support that doesn't have a user today, > > and as such should be merged together with: > > https://lore.kernel.org/linux-arm-msm/20230217083308.12017-4-quic_kathirav@quicinc.com/ > > > Thanks Bjorn. I got the point. This patch also needed for IPQ5332 Baseport > patches https://lore.kernel.org/linux-gpio/20230217075835.460-1-quic_kathirav@quicinc.com/ > > > > Which hasn't yet been picked up... > > > > But please send such patches together in the future, to make it easier > > for people to review and me to merge them. > > > If I re-spin the IPQ5332 base port patches, shall I add this patch to the > IPQ5332 series itself and send it or you are okay to pick it up as it is? > Doesn't: https://lore.kernel.org/linux-gpio/20230217075835.460-1-quic_kathirav@quicinc.com/ depend on: https://lore.kernel.org/linux-arm-msm/20230217083308.12017-4-quic_kathirav@quicinc.com/ being merged first? If you are going to resubmit the IPQ5332 baseport, please consider sending one series with all the clock patches together. You may send the dts separately, mentioning the dependency on the clock series - or any other independent driver series that you sent out. That way you make it easy for each maintainer to pick the patches destined for their tree. Regards, Bjorn
On 2/21/2023 9:14 PM, Bjorn Andersson wrote: > On Mon, Feb 20, 2023 at 10:10:07PM +0530, Kathiravan T wrote: >> On 2/20/2023 9:05 PM, Bjorn Andersson wrote: >>> On Mon, Feb 20, 2023 at 05:17:39PM +0530, Kathiravan T wrote: >>>> On 2/19/2023 10:23 AM, Bjorn Andersson wrote: >>>>> The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: >>>>> >>>>> Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) >>>>> >>>>> are available in the Git repository at: >>>>> >>>>> https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-clk-for-6.3 >>>>> >>>>> for you to fetch changes up to 7935b534d32a1823a7d5db449d340f56c201f284: >>>>> >>>>> dt-bindings: clock: Merge qcom,gpucc-sm8350 into qcom,gpucc.yaml (2023-02-08 19:29:25 -0800) >>>>> >>>>> ---------------------------------------------------------------- >>>>> Qualcomm clock driver updates for v6.3 >>>>> >>>>> Support for requesting the next power_off operation for a genpd to be >>>>> synchronous is introduced, and implemented in the GDSC driver. To allow >>>>> the GPU driver to request power_off to wait for the GDSC to actually >>>>> collapse. >>>>> >>>>> 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. >>>>> >>>>> 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.. >>>>> >>>>> Parent references are updated across a large number of clock drivers, to >>>>> align with the design changes since those drivers where introduced. >>>>> Similarly, test clocks has been dropped from a range of drivers. >>>>> >>>>> A range of fixes for the MSM8996 CPU clock controller is introduced. >>>>> >>>>> MSM8974 GCC is transitioned off the externally defined sleep_clk. >>>>> >>>>> GDSC in the global clock controller for QCS404 is added, and various >>>>> parent definitions are cleaned up. >>>>> >>>>> The SDCC core clocks on SM6115 are moved for floor_ops. >>>>> >>>>> Programming of clk_dis_wait for GPU CX GDSC on SC7180 and SDM845 are >>>>> moved to use the recently introduced properties in the GDSC struct. >>>>> >>>>> The RPMh clock driver gains SM8550 and SA8775P clocks, and the IPA clock >>>>> is added on a variety of platforms. >>>>> >>>>> The SMD RPM driver receives a big cleanup, in particular a move away >>>>> from duplicating declaration of identical clocks between multiple >>>>> platforms. >>>>> A few missing clocks across msm8998, msm8992, msm8916, qcs404 are added >>>>> as well. >>>>> >>>>> Using devm_pm_runtime_enable() to clean up some duplication is done >>>>> across SM8250 display and video clock controllers, SM8450 display clock >>>>> controller and SC7280 LPASS clock controller. >>>>> >>>>> Devicetree binding changes for above mentioned additions and changes are >>>>> introduced. >>>>> >>>>> Lastly, a change to pad a few registers in the SM8250 DTS to 8 digits >>>>> was picked up in the wrong tree and kept here, to avoid rebasing. >>>>> >>>>> ---------------------------------------------------------------- >>>> <snip> >>>> >>>> Bjorn, >>>> >>> Hi Kathiravan, >>> >>>> I don't see the change got picked up v6.3 https://lore.kernel.org/linux-arm-msm/20230120082631.22053-1-quic_kathirav@quicinc.com/. >>>> Please help to understand what is missing to get it picked up? >>>> >>> Afaict, this patch introduces support that doesn't have a user today, >>> and as such should be merged together with: >>> https://lore.kernel.org/linux-arm-msm/20230217083308.12017-4-quic_kathirav@quicinc.com/ >> >> Thanks Bjorn. I got the point. This patch also needed for IPQ5332 Baseport >> patches https://lore.kernel.org/linux-gpio/20230217075835.460-1-quic_kathirav@quicinc.com/ >> >> >>> Which hasn't yet been picked up... >>> >>> But please send such patches together in the future, to make it easier >>> for people to review and me to merge them. >> >> If I re-spin the IPQ5332 base port patches, shall I add this patch to the >> IPQ5332 series itself and send it or you are okay to pick it up as it is? >> > Doesn't: > https://lore.kernel.org/linux-gpio/20230217075835.460-1-quic_kathirav@quicinc.com/ > depend on: > https://lore.kernel.org/linux-arm-msm/20230217083308.12017-4-quic_kathirav@quicinc.com/ > being merged first? Both the baseport[1] and APSS clock driver[2] series depends on the patch https://lore.kernel.org/linux-arm-msm/20230120082631.22053-1-quic_kathirav@quicinc.com/. GCC driver which is part of baseport uses the clk_alpha_pll_stromer_ops which is introduced in the mentioned patch. However there is no dependency between baseport and APSS clock driver apart from DTS changes. [1] https://lore.kernel.org/linux-gpio/20230217075835.460-1-quic_kathirav@quicinc.com/ [2] https://lore.kernel.org/linux-arm-msm/20230217083308.12017-1-quic_kathirav@quicinc.com/ > > If you are going to resubmit the IPQ5332 baseport, please consider > sending one series with all the clock patches together. > > You may send the dts separately, mentioning the dependency on the clock > series - or any other independent driver series that you sent out. That > way you make it easy for each maintainer to pick the patches destined > for their tree. Thanks got it. In the next re-spin let me include the mentioned patch along with the baseport series. Thanks, Kathiravan T. > Regards, > Bjorn
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@quicinc.com' into clk-for-6.3 > Merge branch '20230104093450.3150578-2-abel.vesa@linaro.org' 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@linaro.org' into clk-for-6.3 > Merge branch '20230112204446.30236-2-quic_molvera@quicinc.com' 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'.
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@quicinc.com' into clk-for-6.3 >> Merge branch '20230104093450.3150578-2-abel.vesa@linaro.org' 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@linaro.org' into clk-for-6.3 >> Merge branch '20230112204446.30236-2-quic_molvera@quicinc.com' 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. Best regards, Krzysztof
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@quicinc.com' into clk-for-6.3 > >> Merge branch '20230104093450.3150578-2-abel.vesa@linaro.org' 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@linaro.org' into clk-for-6.3 > >> Merge branch '20230112204446.30236-2-quic_molvera@quicinc.com' 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 >