[GIT PULL 1/2] samsung: Drivers for v5.11
Krzysztof Kozlowski
krzk at kernel.org
Fri Nov 13 11:22:10 EST 2020
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(-)
More information about the linux-arm-kernel
mailing list