mbox series

[0/3] clk: qcom: gcc-msm8939: several small fixes

Message ID 20220928145609.375860-1-dmitry.baryshkov@linaro.org (mailing list archive)
Headers show
Series clk: qcom: gcc-msm8939: several small fixes | expand

Message

Dmitry Baryshkov Sept. 28, 2022, 2:56 p.m. UTC
Apply several small fixes used for other Qualcomm clock drivers:
- Use ARRAY_SIZE and parent_hws where applicable in gcc-msm8939 driver
- Move gcc-msm8939 schema from gcc-other to gcc-msm8916 to declare the
  clocks/clock-names used by this platform.

Dmitry Baryshkov (3):
  dt-bindings: clock: move qcom,gcc-msm8939 to qcom,gcc-msm8916.yaml
  clk: qcom: gcc-msm8939: use parent_hws where possible
  clk: qcom: gcc-msm8939: use ARRAY_SIZE instead of specifying
    num_parents

 .../bindings/clock/qcom,gcc-msm8916.yaml      |  11 +-
 .../bindings/clock/qcom,gcc-other.yaml        |   3 -
 drivers/clk/qcom/gcc-msm8939.c                | 552 +++++++++---------
 3 files changed, 284 insertions(+), 282 deletions(-)

Comments

Bjorn Andersson Sept. 29, 2022, 4:45 p.m. UTC | #1
On Wed, 28 Sep 2022 17:56:06 +0300, Dmitry Baryshkov wrote:
> Apply several small fixes used for other Qualcomm clock drivers:
> - Use ARRAY_SIZE and parent_hws where applicable in gcc-msm8939 driver
> - Move gcc-msm8939 schema from gcc-other to gcc-msm8916 to declare the
>   clocks/clock-names used by this platform.
> 
> Dmitry Baryshkov (3):
>   dt-bindings: clock: move qcom,gcc-msm8939 to qcom,gcc-msm8916.yaml
>   clk: qcom: gcc-msm8939: use parent_hws where possible
>   clk: qcom: gcc-msm8939: use ARRAY_SIZE instead of specifying
>     num_parents
> 
> [...]

Applied, thanks!

[1/3] dt-bindings: clock: move qcom,gcc-msm8939 to qcom,gcc-msm8916.yaml
      commit: 2ab5b5663805ec8e5dc1dbdd9cb14ffac5b06ed1
[2/3] clk: qcom: gcc-msm8939: use parent_hws where possible
      commit: f565f9235a675e6eb5a105daa9b70ffa96aab715
[3/3] clk: qcom: gcc-msm8939: use ARRAY_SIZE instead of specifying num_parents
      commit: 994c77ed371e464ae4c1bfc316f7aff7309b2d59

Best regards,