All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] samsung: Drivers for v5.11
@ 2020-11-13 16:22 Krzysztof Kozlowski
  2020-11-13 16:22 ` [GIT PULL 2/2] ARM: dts: samsung: Changes " Krzysztof Kozlowski
  2020-11-24 11:01   ` Arnd Bergmann
  0 siblings, 2 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2020-11-13 16:22 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: linux-samsung-soc, linux-arm-kernel, Krzysztof Kozlowski, linux-kernel

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(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-11-24 11:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-13 16:22 [GIT PULL 1/2] samsung: Drivers for v5.11 Krzysztof Kozlowski
2020-11-13 16:22 ` [GIT PULL 2/2] ARM: dts: samsung: Changes " Krzysztof Kozlowski
2020-11-23 16:52   ` Arnd Bergmann
2020-11-23 16:52     ` Arnd Bergmann
2020-11-24 11:01 ` [GIT PULL 1/2] samsung: Drivers " Arnd Bergmann
2020-11-24 11:01   ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.