mbox series

[GIT,PULL,fixes] clk: samsung: fixes for v6.8

Message ID 20240125082538.164262-1-krzysztof.kozlowski@linaro.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,fixes] clk: samsung: fixes for v6.8 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-clk-fixes-6.8

Message

Krzysztof Kozlowski Jan. 25, 2024, 8:25 a.m. UTC
The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-clk-fixes-6.8

for you to fetch changes up to d76c762e7ee04af79e1c127422e0bbcb5f123018:

  clk: samsung: clk-gs101: comply with the new dt cmu_misc clock names (2024-01-22 11:40:12 +0100)

----------------------------------------------------------------
Samsung clock controller fixes for v6.8

Google GS101: Correct the input clock names to CMU MISC clock controller
to match received review.  The review was initially missed and CMU MISC
clock controller bindings, driver and DTS was merged into v6.8-rc1 with
different names.  Nothing was released so far, so the bindings and
driver can be still corrected to match review.

----------------------------------------------------------------
Tudor Ambarus (2):
      dt-bindings: clock: gs101: rename cmu_misc clock-names
      clk: samsung: clk-gs101: comply with the new dt cmu_misc clock names

 Documentation/devicetree/bindings/clock/google,gs101-clock.yaml | 4 ++--
 drivers/clk/samsung/clk-gs101.c                                 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Stephen Boyd Jan. 30, 2024, 1:38 a.m. UTC | #1
Quoting Krzysztof Kozlowski (2024-01-25 00:25:38)
> The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:
> 
>   Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-clk-fixes-6.8
> 
> for you to fetch changes up to d76c762e7ee04af79e1c127422e0bbcb5f123018:
> 
>   clk: samsung: clk-gs101: comply with the new dt cmu_misc clock names (2024-01-22 11:40:12 +0100)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-fixes