All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	Kevin Hilman <khilman@kernel.org>,
	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,
	Javier Martinez Canillas <javier@osg.samsung.com>,
	Hans Verkuil <hans.verkuil@cisco.com>
Subject: [GIT PULL 3/5] ARM: dts: exynos: DTS for v4.12
Date: Sat,  8 Apr 2017 16:10:02 +0200	[thread overview]
Message-ID: <20170408141004.386-4-krzk@kernel.org> (raw)
In-Reply-To: <20170408141004.386-1-krzk@kernel.org>

Hi,

I provided some of the patches as sub-tags to other maintainers who
needed it.


Best regards,
Krzysztof


Cc: Hans Verkuil <hans.verkuil@cisco.com>

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

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

for you to fetch changes up to a1146328ec47141007a6ec076e1cbfc80f31887f:

  Merge tag 'samsung-dt-hdmi-cec-4.12' into next/dt (2017-03-31 00:27:18 +0300)

----------------------------------------------------------------
Samsung DeviceTree ARM update for v4.12:
1. Enhancements to PCIe nodes on Exynos5440.
2. Fix thermal values on some of Exynos5420 boards like Odroid XU3.
3. Add proper clock frequency properties to DSI nodes.
4. Fix watchdog reset on Exynos4412.
5. Fix watchdog infinite interrupt in soft mode on Exynos4210,
   Exynos5440, S3C64xx and S5Pv210.
6. Enable watchdog on Exynos4 and S3C SoCs.

----------------------------------------------------------------
Hans Verkuil (1):
      ARM: dts: exynos: add HDMI controller phandle to exynos4.dtsi

Hoegeun Kwon (1):
      ARM: dts: exynos: Add the burst and esc clock frequency properties to DSI node

Jaehoon Chung (1):
      ARM: dts: exynos: Add phy-pcie node for pcie to Exynos5440

Krzysztof Kozlowski (8):
      ARM: dts: exynos: Do not ignore real-world fuse values for thermal zone 0 on Exynos5420
      ARM: dts: exynos: Fix watchdog reset on Exynos4412
      ARM: dts: s3c64xx: Enable watchdog on all S3C64xx boards
      ARM: dts: exynos: Enable watchdog on all Exynos4 boards
      ARM: dts: exynos: Fix infinite interrupt in soft mode on Exynos4210 and Exynos5440
      ARM: dts: s3c64xx: Fix infinite interrupt in soft mode
      ARM: dts: s5pv210: Fix infinite interrupt in soft mode
      Merge tag 'samsung-dt-hdmi-cec-4.12' into next/dt

 arch/arm/boot/dts/exynos3250-rinato.dts           |  2 ++
 arch/arm/boot/dts/exynos4.dtsi                    | 10 +------
 arch/arm/boot/dts/exynos4210-origen.dts           |  4 ---
 arch/arm/boot/dts/exynos4210-trats.dts            |  2 ++
 arch/arm/boot/dts/exynos4210.dtsi                 |  8 ++++++
 arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi   |  4 ---
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi   |  4 ---
 arch/arm/boot/dts/exynos4412-origen.dts           |  4 ---
 arch/arm/boot/dts/exynos4412-trats2.dts           |  2 ++
 arch/arm/boot/dts/exynos4412.dtsi                 |  9 +++++++
 arch/arm/boot/dts/exynos5420-tmu-sensor-conf.dtsi | 25 ++++++++++++++++++
 arch/arm/boot/dts/exynos5420.dtsi                 | 10 +++----
 arch/arm/boot/dts/exynos5440.dtsi                 | 32 +++++++++++++++--------
 arch/arm/boot/dts/s3c64xx.dtsi                    |  3 +--
 arch/arm/boot/dts/s5pv210.dtsi                    |  2 +-
 15 files changed, 77 insertions(+), 44 deletions(-)
 create mode 100644 arch/arm/boot/dts/exynos5420-tmu-sensor-conf.dtsi

WARNING: multiple messages have this Message-ID (diff)
From: krzk@kernel.org (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 3/5] ARM: dts: exynos: DTS for v4.12
Date: Sat,  8 Apr 2017 16:10:02 +0200	[thread overview]
Message-ID: <20170408141004.386-4-krzk@kernel.org> (raw)
In-Reply-To: <20170408141004.386-1-krzk@kernel.org>

Hi,

I provided some of the patches as sub-tags to other maintainers who
needed it.


Best regards,
Krzysztof


Cc: Hans Verkuil <hans.verkuil@cisco.com>

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

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

for you to fetch changes up to a1146328ec47141007a6ec076e1cbfc80f31887f:

  Merge tag 'samsung-dt-hdmi-cec-4.12' into next/dt (2017-03-31 00:27:18 +0300)

----------------------------------------------------------------
Samsung DeviceTree ARM update for v4.12:
1. Enhancements to PCIe nodes on Exynos5440.
2. Fix thermal values on some of Exynos5420 boards like Odroid XU3.
3. Add proper clock frequency properties to DSI nodes.
4. Fix watchdog reset on Exynos4412.
5. Fix watchdog infinite interrupt in soft mode on Exynos4210,
   Exynos5440, S3C64xx and S5Pv210.
6. Enable watchdog on Exynos4 and S3C SoCs.

----------------------------------------------------------------
Hans Verkuil (1):
      ARM: dts: exynos: add HDMI controller phandle to exynos4.dtsi

Hoegeun Kwon (1):
      ARM: dts: exynos: Add the burst and esc clock frequency properties to DSI node

Jaehoon Chung (1):
      ARM: dts: exynos: Add phy-pcie node for pcie to Exynos5440

Krzysztof Kozlowski (8):
      ARM: dts: exynos: Do not ignore real-world fuse values for thermal zone 0 on Exynos5420
      ARM: dts: exynos: Fix watchdog reset on Exynos4412
      ARM: dts: s3c64xx: Enable watchdog on all S3C64xx boards
      ARM: dts: exynos: Enable watchdog on all Exynos4 boards
      ARM: dts: exynos: Fix infinite interrupt in soft mode on Exynos4210 and Exynos5440
      ARM: dts: s3c64xx: Fix infinite interrupt in soft mode
      ARM: dts: s5pv210: Fix infinite interrupt in soft mode
      Merge tag 'samsung-dt-hdmi-cec-4.12' into next/dt

 arch/arm/boot/dts/exynos3250-rinato.dts           |  2 ++
 arch/arm/boot/dts/exynos4.dtsi                    | 10 +------
 arch/arm/boot/dts/exynos4210-origen.dts           |  4 ---
 arch/arm/boot/dts/exynos4210-trats.dts            |  2 ++
 arch/arm/boot/dts/exynos4210.dtsi                 |  8 ++++++
 arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi   |  4 ---
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi   |  4 ---
 arch/arm/boot/dts/exynos4412-origen.dts           |  4 ---
 arch/arm/boot/dts/exynos4412-trats2.dts           |  2 ++
 arch/arm/boot/dts/exynos4412.dtsi                 |  9 +++++++
 arch/arm/boot/dts/exynos5420-tmu-sensor-conf.dtsi | 25 ++++++++++++++++++
 arch/arm/boot/dts/exynos5420.dtsi                 | 10 +++----
 arch/arm/boot/dts/exynos5440.dtsi                 | 32 +++++++++++++++--------
 arch/arm/boot/dts/s3c64xx.dtsi                    |  3 +--
 arch/arm/boot/dts/s5pv210.dtsi                    |  2 +-
 15 files changed, 77 insertions(+), 44 deletions(-)
 create mode 100644 arch/arm/boot/dts/exynos5420-tmu-sensor-conf.dtsi

  parent reply	other threads:[~2017-04-08 14:11 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-08 14:09 [GIT PULL 0/5] ARM: exynos: Stuff for v4.12 Krzysztof Kozlowski
2017-04-08 14:09 ` Krzysztof Kozlowski
2017-04-08 14:10 ` [GIT PULL 5/5] ARM: defconfig: exynos " Krzysztof Kozlowski
2017-04-08 14:10   ` Krzysztof Kozlowski
2017-04-19 13:34   ` Olof Johansson
2017-04-19 13:34     ` Olof Johansson
2017-04-08 14:10 ` [GIT PULL 2/5] ARM: soc: samsung: " Krzysztof Kozlowski
2017-04-08 14:10   ` Krzysztof Kozlowski
2017-04-19 13:58   ` Olof Johansson
2017-04-19 13:58     ` Olof Johansson
2017-04-08 14:10 ` Krzysztof Kozlowski [this message]
2017-04-08 14:10   ` [GIT PULL 3/5] ARM: dts: exynos: DTS " Krzysztof Kozlowski
2017-04-19 13:44   ` Olof Johansson
2017-04-19 13:44     ` Olof Johansson
2017-04-08 14:10 ` [GIT PULL 4/5] arm64: " Krzysztof Kozlowski
2017-04-08 14:10   ` Krzysztof Kozlowski
2017-04-19 13:21   ` Olof Johansson
2017-04-19 13:21     ` Olof Johansson
2017-04-08 14:10 ` [GIT PULL 1/5] arm64: soc: exynos " Krzysztof Kozlowski
2017-04-08 14:10   ` Krzysztof Kozlowski
2017-04-19 14:00   ` Olof Johansson
2017-04-19 14:00     ` 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=20170408141004.386-4-krzk@kernel.org \
    --to=krzk@kernel.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=hans.verkuil@cisco.com \
    --cc=javier@osg.samsung.com \
    --cc=kgene@kernel.org \
    --cc=khilman@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 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.