linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org, soc@kernel.org
Cc: linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Krzysztof Kozlowski <krzk@kernel.org>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL 1/2] samsung: Drivers for v5.11
Date: Fri, 13 Nov 2020 17:22:10 +0100	[thread overview]
Message-ID: <20201113162211.10020-1-krzk@kernel.org> (raw)

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

             reply	other threads:[~2020-11-13 16:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-13 16:22 Krzysztof Kozlowski [this message]
2020-11-13 16:22 ` [GIT PULL 2/2] ARM: dts: samsung: Changes for v5.11 Krzysztof Kozlowski
2020-11-23 16:52   ` Arnd Bergmann
2020-11-24 11:01 ` [GIT PULL 1/2] samsung: Drivers " Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201113162211.10020-1-krzk@kernel.org \
    --to=krzk@kernel.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).