mbox series

[v4,00/11] clk: qcom: update MSM8974 clock controller drivers

Message ID 20221204124508.1415713-1-dmitry.baryshkov@linaro.org
Headers show
Series clk: qcom: update MSM8974 clock controller drivers | expand

Message

Dmitry Baryshkov Dec. 4, 2022, 12:44 p.m. UTC
Modernize drivers for global and multimedia clock controllers on the
MSM8974 platform. Switch them to using parent_hws/parent_data, use
clocks through the DT links rather than fetching them from the system
clocks list, update schema and platform DT files.

Changes since v3:
- Rebased on top of for-next
- Changed gcc-msm8974 description and title to follow Krzysztof's
  changes
- Fixed commit messages to describe the reasons for xo -> xo_board
  change

Changes since v2:
- Fix typos in the commit messages (Niel)

Changes since v1:
- Fix typos in the commit messages (Niel)
- Change bindings license to dual GPL + BSD (Krzysztof)
- Fix issues in gcc bindigns pointed out by Krzysztof
- Fix Taniyas's email (Krzysztof)
- Removed dsi-names and changed dsi-phy node in the patch adding the
  second DSI host+PHY (Krzysztof)

Dmitry Baryshkov (11):
  dt-bindings: clock: split qcom,gcc-msm8974,-msm8226 to the separate
    file
  dt-bindings: clocks: qcom,mmcc: define clocks/clock-names for MSM8974
  clk: qcom: gcc-msm8974: use ARRAY_SIZE instead of specifying
    num_parents
  clk: qcom: gcc-msm8974: move clock parent tables down
  clk: qcom: gcc-msm8974: use parent_hws/_data instead of parent_names
  clk: qcom: mmcc-msm8974: use ARRAY_SIZE instead of specifying
    num_parents
  clk: qcom: mmcc-msm8974: move clock parent tables down
  clk: qcom: mmcc-msm8974: use parent_hws/_data instead of parent_names
  ARM: dts: qcom: msm8974: add second DSI host and PHY
  ARM: dts: qcom: msm8974: add clocks and clock-names to gcc device
  ARM: dts: qcom: msm8974: add clocks and clock-names to mmcc device

 .../bindings/clock/qcom,gcc-msm8974.yaml      |  61 ++
 .../bindings/clock/qcom,gcc-other.yaml        |   9 +-
 .../devicetree/bindings/clock/qcom,mmcc.yaml  |  38 +
 arch/arm/boot/dts/qcom-msm8974.dtsi           | 106 +++
 drivers/clk/qcom/gcc-msm8974.c                | 682 ++++++++--------
 drivers/clk/qcom/mmcc-msm8974.c               | 736 +++++++++---------
 6 files changed, 928 insertions(+), 704 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc-msm8974.yaml

Comments

Bjorn Andersson Dec. 7, 2022, 3:54 p.m. UTC | #1
On Sun, 4 Dec 2022 14:44:57 +0200, Dmitry Baryshkov wrote:
> Modernize drivers for global and multimedia clock controllers on the
> MSM8974 platform. Switch them to using parent_hws/parent_data, use
> clocks through the DT links rather than fetching them from the system
> clocks list, update schema and platform DT files.
> 
> Changes since v3:
> - Rebased on top of for-next
> - Changed gcc-msm8974 description and title to follow Krzysztof's
>   changes
> - Fixed commit messages to describe the reasons for xo -> xo_board
>   change
> 
> [...]

Applied, thanks!

[01/11] dt-bindings: clock: split qcom,gcc-msm8974,-msm8226 to the separate file
        commit: 7c9c38fc6bda7214c1af3d3e741bc99df979897d
[02/11] dt-bindings: clocks: qcom,mmcc: define clocks/clock-names for MSM8974
        commit: e80313c70a23c1c92f1ea1749799a90a1b490be4
[03/11] clk: qcom: gcc-msm8974: use ARRAY_SIZE instead of specifying num_parents
        commit: fce760071df1f32163655c37555eec8c1577581d
[04/11] clk: qcom: gcc-msm8974: move clock parent tables down
        commit: f2b4f1490e82dec9881565b2f92467c5b6f4636d
[05/11] clk: qcom: gcc-msm8974: use parent_hws/_data instead of parent_names
        commit: ff81be97120b6bb79f1239a184bb0c851d7ed9a7
[06/11] clk: qcom: mmcc-msm8974: use ARRAY_SIZE instead of specifying num_parents
        commit: 4e74e921ea0c576682ffd7981af1d4a73ceaca11
[07/11] clk: qcom: mmcc-msm8974: move clock parent tables down
        commit: 28c6c02527757a4b3c63b30d77f7e7d5c112c085
[08/11] clk: qcom: mmcc-msm8974: use parent_hws/_data instead of parent_names
        commit: a174d29a59ec9462d3e72fd00a9fd05054c4ab20

Best regards,