linux-kernel.vger.kernel.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
Cc: Krzysztof Kozlowski <krzk@kernel.org>,
	Kukjin Kim <kgene@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL 2/4] ARM: dts: exynos: Pull for v4.21
Date: Sun,  9 Dec 2018 12:49:09 +0100	[thread overview]
Message-ID: <20181209114911.25194-3-krzk@kernel.org> (raw)
In-Reply-To: <20181209114911.25194-1-krzk@kernel.org>

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-4.21

for you to fetch changes up to 57b13b8b34002ce8f1d822ea05f0a84e5bc3a64a:

  ARM: dts: exynos: remove display-port node from Arndale (2018-12-06 19:47:15 +0100)

----------------------------------------------------------------
Samsung DTS ARM changes for v4.21

1. Add missing properties and nodes for PMIC clocks in multiple DTS
   files.
2. Add UHS-I bus speed support to Odroid XU3/XU4/HC SD card and bump the
   maximum clock frequency to 200 MHz for SD and eMMC.
3. Update cooling maps to include all CPU devices in multiple DTS files.
4. Enable quirks for Exynos3250 DWC.
5. Add JPEG CODEC node to S5Pv210.
6. Add opp-suspend to devfreq OPPs on Exynos4 boards to fix resuming
   from suspend to RAM.
7. Remove eDP from Arndale board as it does not work and breaks also
   DSI.

----------------------------------------------------------------
Anand Moon (5):
      ARM: dts: exynos: Add UHS-I bus speed support to Odroid XU3/XU4/HC1
      ARM: dts: exynos: Fix LDO13 min values on Odroid XU3/XU4/HC1
      ARM: dts: exynos: Update maximum frequency for SD card to 200MHz on Odroid XU3/XU4/HC1
      ARM: dts: exynos: Update maximum frequency for eMMC to 200MHz on Odroid XU3/XU4
      ARM: dts: exynos: Add pin configuration for SD write protect on Odroid XU3/XU4/HC1

Andrzej Hajda (1):
      ARM: dts: exynos: remove display-port node from Arndale

Krzysztof Kozlowski (3):
      ARM: dts: exynos: Add compatible for s2mps11 clocks node on Exynos542x
      ARM: dts: exynos: Add compatible for s5m8767 clocks node on Itop Core
      ARM: dts: exynos: Clarify comment explaining purpose of Odroid XU3 DTSI

Lukasz Luba (1):
      ARM: dts: exynos: Add opp-suspend to DMC and leftbus devfreq OPPs on Exynos4

Marek Szyprowski (2):
      ARM: dts: exynos: Add missing clocks to RTC node for Arndale board
      ARM: dts: exynos: Use Samsung SoC specific compatible for DWC2 module

Paweł Chmiel (1):
      ARM: dts: s5pv210: Add s5p-jpeg codec node.

Viresh Kumar (1):
      ARM: dts: exynos: Add all CPUs in cooling maps

 arch/arm/boot/dts/exynos3250-artik5.dtsi           |   6 +-
 arch/arm/boot/dts/exynos3250-monk.dts              |   6 +-
 arch/arm/boot/dts/exynos3250-rinato.dts            |   6 +-
 arch/arm/boot/dts/exynos3250.dtsi                  |   2 +-
 arch/arm/boot/dts/exynos4210-trats.dts             |   4 +-
 arch/arm/boot/dts/exynos4210.dtsi                  |   4 +-
 arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi    |   9 +-
 arch/arm/boot/dts/exynos4412-midas.dtsi            |   8 +-
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi    |   8 +-
 arch/arm/boot/dts/exynos4412-odroidu3.dts          |  18 ++--
 arch/arm/boot/dts/exynos4412.dtsi                  |   8 +-
 arch/arm/boot/dts/exynos5250-arndale.dts           |  34 ++-----
 arch/arm/boot/dts/exynos5250.dtsi                  |   7 +-
 arch/arm/boot/dts/exynos5420-arndale-octa.dts      |   1 +
 arch/arm/boot/dts/exynos5420-pinctrl.dtsi          |   7 ++
 arch/arm/boot/dts/exynos5420-smdk5420.dts          |   1 +
 arch/arm/boot/dts/exynos5422-odroid-core.dtsi      |  11 ++-
 arch/arm/boot/dts/exynos5422-odroidhc1.dts         | 106 ++++++++++++--------
 arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 109 +++++++++++++--------
 arch/arm/boot/dts/s5pv210.dtsi                     |   9 ++
 20 files changed, 221 insertions(+), 143 deletions(-)

  parent reply	other threads:[~2018-12-09 11:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-09 11:49 [GIT PULL 0/4] ARM: exynos: Stuff for v4.21 Krzysztof Kozlowski
2018-12-09 11:49 ` [GIT PULL 1/4] ARM: defconfig: Exynos " Krzysztof Kozlowski
2018-12-12 21:47   ` Olof Johansson
2018-12-09 11:49 ` Krzysztof Kozlowski [this message]
2018-12-12 20:52   ` [GIT PULL 2/4] ARM: dts: exynos: Pull " Olof Johansson
2018-12-09 11:49 ` [GIT PULL 3/4] arm64: " Krzysztof Kozlowski
2018-12-12 20:53   ` Olof Johansson
2018-12-09 11:49 ` [GIT PULL 4/4] ARM: samsung: SoC/mach for 4.21 Krzysztof Kozlowski
2018-12-12 21:52   ` Olof Johansson

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=20181209114911.25194-3-krzk@kernel.org \
    --to=krzk@kernel.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=kgene@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=olof@lixom.net \
    /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).