mbox series

[GIT,PULL] clk: samsung: drivers for v6.5

Message ID 20230612175910.289428-1-krzysztof.kozlowski@linaro.org
State New
Headers show
Series [GIT,PULL] clk: samsung: drivers for v6.5 | expand

Pull-request

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

Message

Krzysztof Kozlowski June 12, 2023, 5:59 p.m. UTC
The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2aac2d8b95923203e683c60124877ab434133679:

  clk: samsung: add CONFIG_OF dependency (2023-06-12 11:45:20 +0200)

----------------------------------------------------------------
Samsung SoC clock drivers changes for 6.5

1. Re-add support for Exynos4212 clock controller because we are
   re-introducing the SoC in the mainline.

2. Add CONFIG_OF dependency to solve some objtool warnings.

----------------------------------------------------------------
Arnd Bergmann (1):
      clk: samsung: add CONFIG_OF dependency

Artur Weber (3):
      dt-bindings: clock: samsung,exynos: add Exynos4212 clock compatible
      clk: samsung: Add Exynos4212 compatible to CLKOUT driver
      clk: samsung: Re-add support for Exynos4212 CPU clock

 .../bindings/clock/samsung,exynos-clock.yaml       |  1 +
 drivers/clk/samsung/Kconfig                        |  1 +
 drivers/clk/samsung/clk-exynos-clkout.c            |  3 ++
 drivers/clk/samsung/clk-exynos4.c                  | 44 +++++++++++++++++++---
 4 files changed, 44 insertions(+), 5 deletions(-)

Comments

Stephen Boyd June 12, 2023, 6:30 p.m. UTC | #1
Quoting Krzysztof Kozlowski (2023-06-12 10:59:10)
> The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:
> 
>   Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-clk-6.5
> 
> for you to fetch changes up to 2aac2d8b95923203e683c60124877ab434133679:
> 
>   clk: samsung: add CONFIG_OF dependency (2023-06-12 11:45:20 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next