mbox series

[0/5] Add MSM8939 APCS/A53PLL clock support

Message ID 20210504052844.21096-1-shawn.guo@linaro.org
Headers show
Series Add MSM8939 APCS/A53PLL clock support | expand

Message

Shawn Guo May 4, 2021, 5:28 a.m. UTC
This series adds MSM8939 APCS/A53PLL clock support.  Most outstanding
thing about MSM8939 is that it integrates 3 APCS instances, for Cluster0
(little cores), Cluster1 (big cores) and CCI (Cache Coherent Interconnect)
respectively.

Note: the first one is a small improvement which is not specific to
MSM8939 support.


Shawn Guo (5):
  clk: qcom: apcs-msm8916: Flag a53mux instead of a53pll as critical
  dt-bindings: clock: update qcom,a53pll bindings for MSM8939 support
  clk: qcom: apcs-msm8916: Retrieve clock name from DT
  clk: qcom: a53-pll: Pass freq_tbl via match data
  clk: qcom: a53-pll: Add MSM8939 a53pll clocks

 .../bindings/clock/qcom,a53pll.yaml           | 34 +++++++++++
 drivers/clk/qcom/a53-pll.c                    | 59 +++++++++++++++++--
 drivers/clk/qcom/apcs-msm8916.c               |  7 ++-
 3 files changed, 93 insertions(+), 7 deletions(-)

-- 
2.17.1

Comments

Shawn Guo June 21, 2021, 6:37 a.m. UTC | #1
On Tue, May 04, 2021 at 01:28:39PM +0800, Shawn Guo wrote:
> This series adds MSM8939 APCS/A53PLL clock support.  Most outstanding

> thing about MSM8939 is that it integrates 3 APCS instances, for Cluster0

> (little cores), Cluster1 (big cores) and CCI (Cache Coherent Interconnect)

> respectively.

> 

> Note: the first one is a small improvement which is not specific to

> MSM8939 support.

> 

> 

> Shawn Guo (5):

>   clk: qcom: apcs-msm8916: Flag a53mux instead of a53pll as critical

>   dt-bindings: clock: update qcom,a53pll bindings for MSM8939 support

>   clk: qcom: apcs-msm8916: Retrieve clock name from DT

>   clk: qcom: a53-pll: Pass freq_tbl via match data

>   clk: qcom: a53-pll: Add MSM8939 a53pll clocks

> 

>  .../bindings/clock/qcom,a53pll.yaml           | 34 +++++++++++

>  drivers/clk/qcom/a53-pll.c                    | 59 +++++++++++++++++--

>  drivers/clk/qcom/apcs-msm8916.c               |  7 ++-

>  3 files changed, 93 insertions(+), 7 deletions(-)


Hi Stephen,

Did you get a chance to look at the series?

Shawn