linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: dts: exynos: DT for v4.20 (or 5.0) (revised)
@ 2018-09-24 17:21 Krzysztof Kozlowski
  2018-09-25 20:50 ` Olof Johansson
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2018-09-24 17:21 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm
  Cc: Krzysztof Kozlowski, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

Hi,

Pull request without ABI-stability patch.

Best regards,
Krzysztof


The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ff1e37c6809daab75f7b2dea1efe69330e8eb65b:

  ARM: dts: exynos: Correct audio subsystem parent clock on Peach Chromebooks (2018-09-24 18:55:16 +0200)

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

1. Bring up DSI and HDMI on Exynos5250 Arndale.
2. Use the new way of setting external wakeup interrupts on S5Pv210.
3. Use proper cpufreq suspend OPP to fix suspend/wakeup from RAM on Snow
   Chromebook (Exynos5250).
4. Fully describe regualtors on Odroid XU3-family boards.
5. Fix sound in Snow-rev5 Chromebook.
6. Fix regulators configuration on Peach Pi/Pit Chromebooks (Exynos5420)
   which should be always on.
7. Fix pull control on PMIC interrupt lines on multiple boards which
   essentially fixes waking up by RTC.
8. Add PMIC interrupts on Exynos4210 UniversalC210 board.
9. Add external SD card support for Trats board (Exynos4210).
10. Correct audio subsystem parent clock on Peach Chromebooks.
11. Minor cleanups.

----------------------------------------------------------------
Andrzej Hajda (4):
      ARM: dts: exynos: Add DSI node on Exynos5250
      ARM: dts: exynos: Add DSI and panel nodes on Arndale
      ARM: dts: exynos: Use i2c-gpio for HDMI-DDC on Arndale
      ARM: dts: exynos: Fix HDMI-HPD line handling on Arndale

Krzysztof Kozlowski (6):
      ARM: dts: s5pv210: Switch to S5Pv210 specific pinctrl wakeup compatible
      ARM: dts: exynos: Add missing used PMIC regulators on Exynos5422 Odroid boards
      ARM: dts: exynos: Add unused PMIC regulators on Exynos5422 Odroid boards
      ARM: dts: exynos: Disable unused PMIC regulators on Exynos5422 Odroid boards
      ARM: dts: exynos: Add LDO28 regulator on Exynos5422 Odroid boards
      ARM: dts: exynos: Remove double SD card detect pin inversion

Marek Szyprowski (10):
      ARM: dts: exynos: Convert exynos5250.dtsi to opp-v2 bindings
      ARM: dts: exynos: Mark 1 GHz CPU OPP as suspend OPP on Exynos5250
      ARM: dts: exynos: Fix sound in Snow-rev5 Chromebook
      ARM: dts: exynos: Fix regulators configuration on Peach Pi/Pit Chromebooks
      ARM: dts: exynos: Disable pull control for MAX8997 interrupts on Origen
      ARM: dts: exynos: Add missing PMIC interrupts on UniversalC210 board
      ARM: dts: exynos: Disable pull control for S5M8767 PMIC
      ARM: dts: exynos: Disable pull control for PMIC IRQ line on Artik5 board
      ARM: dts: exynos: Add external SD card support for Trats board
      ARM: dts: exynos: Correct audio subsystem parent clock on Peach Chromebooks

 arch/arm/boot/dts/exynos3250-artik5.dtsi           |   7 +
 arch/arm/boot/dts/exynos4210-origen.dts            |   9 ++
 arch/arm/boot/dts/exynos4210-trats.dts             |  15 ++
 arch/arm/boot/dts/exynos4210-universal_c210.dts    |  11 +-
 arch/arm/boot/dts/exynos4412-midas.dtsi            |   3 +-
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi    |   3 +-
 arch/arm/boot/dts/exynos5250-arndale.dts           | 102 +++++++++++--
 arch/arm/boot/dts/exynos5250-pinctrl.dtsi          |  11 ++
 arch/arm/boot/dts/exynos5250-snow-rev5.dts         |  11 ++
 arch/arm/boot/dts/exynos5250.dtsi                  | 152 ++++++++++++++------
 arch/arm/boot/dts/exynos5420-peach-pit.dts         |   5 +-
 arch/arm/boot/dts/exynos5422-odroid-core.dtsi      | 157 +++++++++++++++++++--
 arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi |   6 +
 arch/arm/boot/dts/exynos5422-odroidxu3.dts         |   6 +
 arch/arm/boot/dts/exynos5800-peach-pi.dts          |   5 +-
 arch/arm/boot/dts/s5pv210.dtsi                     |   2 +-
 16 files changed, 433 insertions(+), 72 deletions(-)

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

* Re: [GIT PULL] ARM: dts: exynos: DT for v4.20 (or 5.0) (revised)
  2018-09-24 17:21 [GIT PULL] ARM: dts: exynos: DT for v4.20 (or 5.0) (revised) Krzysztof Kozlowski
@ 2018-09-25 20:50 ` Olof Johansson
  0 siblings, 0 replies; 2+ messages in thread
From: Olof Johansson @ 2018-09-25 20:50 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Arnd Bergmann, arm, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

On Mon, Sep 24, 2018 at 07:21:33PM +0200, Krzysztof Kozlowski wrote:
> Hi,
> 
> Pull request without ABI-stability patch.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
> 
>   Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-4.20-2
> 
> for you to fetch changes up to ff1e37c6809daab75f7b2dea1efe69330e8eb65b:
> 
>   ARM: dts: exynos: Correct audio subsystem parent clock on Peach Chromebooks (2018-09-24 18:55:16 +0200)
> 
> ----------------------------------------------------------------
> Samsung DTS ARM changes for v4.20
> 
> 1. Bring up DSI and HDMI on Exynos5250 Arndale.
> 2. Use the new way of setting external wakeup interrupts on S5Pv210.
> 3. Use proper cpufreq suspend OPP to fix suspend/wakeup from RAM on Snow
>    Chromebook (Exynos5250).
> 4. Fully describe regualtors on Odroid XU3-family boards.
> 5. Fix sound in Snow-rev5 Chromebook.
> 6. Fix regulators configuration on Peach Pi/Pit Chromebooks (Exynos5420)
>    which should be always on.
> 7. Fix pull control on PMIC interrupt lines on multiple boards which
>    essentially fixes waking up by RTC.
> 8. Add PMIC interrupts on Exynos4210 UniversalC210 board.
> 9. Add external SD card support for Trats board (Exynos4210).
> 10. Correct audio subsystem parent clock on Peach Chromebooks.
> 11. Minor cleanups.

Merged, thanks!


-Olof

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

end of thread, other threads:[~2018-09-26  3:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-24 17:21 [GIT PULL] ARM: dts: exynos: DT for v4.20 (or 5.0) (revised) Krzysztof Kozlowski
2018-09-25 20:50 ` Olof Johansson

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