mbox series

[GIT,PULL,3/4] ARM: samsung: mach/soc for v5.9

Message ID 20200721180900.13844-4-krzk@kernel.org (mailing list archive)
State Mainlined, archived
Commit 3ecdf2a5d262df01bc100472cb909580d0fdce69
Headers show
Series samsung: Pull for v5.9 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-5.9

Message

Krzysztof Kozlowski July 21, 2020, 6:08 p.m. UTC
The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-5.9

for you to fetch changes up to 3ecdf2a5d262df01bc100472cb909580d0fdce69:

  ARM: s3c24xx: Replace HTTP links with HTTPS ones (2020-07-20 16:42:28 +0200)

----------------------------------------------------------------
Samsung mach/soc changes for v5.9

1. Restore big.LITTLE cpuidle support on Exynos542x boards.
2. Cleanups and minor fixes.

----------------------------------------------------------------
Alexander A. Klimov (1):
      ARM: s3c24xx: Replace HTTP links with HTTPS ones

Guillaume Tucker (1):
      ARM: exynos: clear L310_AUX_CTRL_FULL_LINE_ZERO in default l2c_aux_val

Linus Walleij (1):
      ARM: s3c24xx: leds: Convert to use GPIO descriptors

Marek Szyprowski (1):
      ARM: exynos: MCPM: Restore big.LITTLE cpuidle support

 arch/arm/mach-exynos/exynos.c              |  2 +-
 arch/arm/mach-exynos/mcpm-exynos.c         | 10 +++--
 arch/arm/mach-s3c24xx/Kconfig              |  2 +-
 arch/arm/mach-s3c24xx/common-smdk.c        | 67 ++++++++++++++++++++----------
 arch/arm/mach-s3c24xx/mach-h1940.c         |  2 +-
 arch/arm/mach-s3c24xx/mach-mini2440.c      | 65 ++++++++++++++++++++++++-----
 arch/arm/mach-s3c24xx/mach-n30.c           | 56 +++++++++++++++++++++----
 arch/arm/mach-s3c24xx/mach-qt2410.c        | 12 +++++-
 arch/arm/mach-s3c24xx/mach-rx3715.c        |  2 +-
 arch/arm/mach-s3c24xx/mach-vr1000.c        | 38 +++++++++++++++--
 drivers/leds/leds-s3c24xx.c                | 36 ++++------------
 include/linux/platform_data/leds-s3c24xx.h |  6 ---
 12 files changed, 212 insertions(+), 86 deletions(-)