mbox series

[GIT,PULL,1/2] soc: samsung: Second pull for v5.11

Message ID 20201207074528.4475-1-krzk@kernel.org
State New
Headers show
Series [GIT,PULL,1/2] soc: samsung: Second pull for v5.11 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-5.11-2

Message

Krzysztof Kozlowski Dec. 7, 2020, 7:45 a.m. UTC
Hi,

On top of previous pull request.

Best regards,
Krzysztof


The following changes since commit 124f035310adc781d91cdf0b7c6e4fb3c7e43e23:

  clk: samsung: allow building the clkout driver as module (2020-11-12 17:18:40 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-5.11-2

for you to fetch changes up to 4c44274ee457e3f7012dc532c8c9cc8964a82612:

  clk: samsung: mark PM functions as __maybe_unused (2020-12-05 15:13:17 +0100)

----------------------------------------------------------------
Samsung SoC drivers changes for v5.11, part two

1. Mark PM functions of newly added clkout module as unused to silence
   !CONFIG_PM warnings.
2. Initialize ChipID driver later - in arch initcall.

----------------------------------------------------------------
Arnd Bergmann (1):
      clk: samsung: mark PM functions as __maybe_unused

Krzysztof Kozlowski (2):
      soc: samsung: exynos-chipid: order list of SoCs by name
      soc: samsung: exynos-chipid: initialize later - with arch_initcall

 drivers/clk/samsung/clk-exynos-clkout.c |  4 ++--
 drivers/soc/samsung/exynos-chipid.c     | 11 ++++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

Comments

Arnd Bergmann Dec. 9, 2020, 8:32 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 7 Dec 2020 08:45:27 +0100, Krzysztof Kozlowski wrote:
> On top of previous pull request.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 124f035310adc781d91cdf0b7c6e4fb3c7e43e23:
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 19cf6e6d402a7732d39570afcdd3b8a0a66df652

       Arnd