mbox series

[GIT,PULL,1/2] samsung: Drivers for v5.11

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

Pull-request

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

Message

Krzysztof Kozlowski Nov. 13, 2020, 4:22 p.m. UTC
Hi,

Two early pull requests to flush my queue. I will have definitely some more
pulls later.

Best regards,
Krzysztof


The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 124f035310adc781d91cdf0b7c6e4fb3c7e43e23:

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

----------------------------------------------------------------
Samsung SoC drivers changes for v5.11

1. Limit the big.LITTLE cpuidle driver to Peach-Pit/Pi Chromebooks only
   because these are the only platforms were the driver works properly.
2. Convert the Exynos CLKOUT driver to a full module which solves
   boot-probe ordering issues (e.g. if device nodes in DTS are moved).
   This also brings modularization and compile testing.
3. Few minor cleanups in documentation and code.

----------------------------------------------------------------
Krzysztof Kozlowski (5):
      soc: samsung: exynos-pmu: instantiate clkout driver as MFD
      clk: samsung: exynos-clkout: convert to module driver
      Documentation: Update paths of Samsung S3C machine files
      serial: s3c: Update path of Samsung S3C machine file
      clk: samsung: allow building the clkout driver as module

Lee Jones (1):
      soc: samsung: s3c-pm-check: Fix incorrectly named variable 'val'

Marek Szyprowski (1):
      cpuidle: big.LITTLE: enable driver only on Peach-Pit/Pi Chromebooks

Tom Rix (1):
      soc: samsung: exynos5422-asv: remove unneeded semicolon

 Documentation/admin-guide/kernel-parameters.txt    |   2 +-
 Documentation/arm/samsung-s3c24xx/gpio.rst         |   4 +-
 Documentation/arm/samsung-s3c24xx/overview.rst     |  22 +--
 Documentation/arm/samsung-s3c24xx/usb-host.rst     |   6 +-
 Documentation/arm/samsung/gpio.rst                 |   3 +-
 .../device_drivers/ethernet/davicom/dm9000.rst     |   2 +-
 drivers/clk/samsung/Kconfig                        |  10 ++
 drivers/clk/samsung/Makefile                       |   2 +-
 drivers/clk/samsung/clk-exynos-clkout.c            | 199 +++++++++++++++------
 drivers/cpuidle/cpuidle-big_little.c               |   3 +-
 drivers/soc/samsung/exynos-pmu.c                   |  11 ++
 drivers/soc/samsung/exynos5422-asv.c               |   2 +-
 drivers/soc/samsung/s3c-pm-check.c                 |   2 +-
 include/linux/serial_s3c.h                         |   2 +-
 14 files changed, 183 insertions(+), 87 deletions(-)

Comments

Arnd Bergmann Nov. 24, 2020, 11:01 a.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Fri, 13 Nov 2020 17:22:10 +0100, Krzysztof Kozlowski wrote:
> Two early pull requests to flush my queue. I will have definitely some more
> pulls later.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 4ce4be5d28deeeb6aa3f724c3fcb3c1627e40f10

       Arnd