mbox series

[v2,0/2] MSM8226 Multimedia Clock Controller

Message ID 20220207185411.19118-1-bartosz.dudziak@snejp.pl (mailing list archive)
Headers show
Series MSM8226 Multimedia Clock Controller | expand

Message

Bartosz Dudziak Feb. 7, 2022, 6:54 p.m. UTC
Implement the MSM8226 MMCC on the top of existing MSM8974 driver.

version 2 changes:
-replace `of_match_device()` with `of_device_get_match_data()`

Bartosz Dudziak (2):
  dt-bindings: clock: Add support for the MSM8226 mmcc
  clk: qcom: Add MSM8226 Multimedia Clock Controller support

 .../devicetree/bindings/clock/qcom,mmcc.yaml  |   1 +
 drivers/clk/qcom/mmcc-msm8974.c               | 206 +++++++++++++++++-
 2 files changed, 202 insertions(+), 5 deletions(-)

Comments

patchwork-bot+linux-arm-msm@kernel.org Feb. 11, 2022, 5:10 p.m. UTC | #1
Hello:

This series was applied to qcom/linux.git (for-next)
by Bjorn Andersson <bjorn.andersson@linaro.org>:

On Mon,  7 Feb 2022 19:54:09 +0100 you wrote:
> Implement the MSM8226 MMCC on the top of existing MSM8974 driver.
> 
> version 2 changes:
> -replace `of_match_device()` with `of_device_get_match_data()`
> 
> Bartosz Dudziak (2):
>   dt-bindings: clock: Add support for the MSM8226 mmcc
>   clk: qcom: Add MSM8226 Multimedia Clock Controller support
> 
> [...]

Here is the summary with links:
  - [v2,1/2] dt-bindings: clock: Add support for the MSM8226 mmcc
    https://git.kernel.org/qcom/c/ef36263aa03b
  - [v2,2/2] clk: qcom: Add MSM8226 Multimedia Clock Controller support
    https://git.kernel.org/qcom/c/e6db8c8be7ad

You are awesome, thank you!