All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene@kernel.org>
To: arm@kernel.org, Arnd Bergmann <arnd@arndb.de>,
	'Olof Johansson' <olof@lixom.net>,
	Kevin Hilman <khilman@linaro.org>
Cc: "linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-samsung-soc@vger.kernel.org"
	<linux-samsung-soc@vger.kernel.org>,
	Krzysztof Kozlowski <k.kozlowski@samsung.com>
Subject: [GIT PULL 3/5] Samsung DT updates for v4.3
Date: Tue, 04 Aug 2015 16:29:06 +0900	[thread overview]
Message-ID: <55C069C2.7040208@kernel.org> (raw)

Hi,

Please pull Samsung DT updates for v4.3.

Thanks,
Kukjin


The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:

  Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-dt-1

for you to fetch changes up to 5e080b078fa1f929d9aa5586985d5e7c0739d207:

  ARM: dts: Extend exynos5420-pinctrl nodes using labels instead of
paths (2015-07-21 13:01:23 +0900)

----------------------------------------------------------------
Samsung 1st DT updates for v4.3

- for exynos3250
  : update video-phy node with syscon phandle
- for exynos4210
  : add CPU OPP and regulator supply property
  : use labels for overriding nodes for exynos4210-universal_c210
- for exynos4412-trats2
  : set max17047 over heat and voltage thresholds
- for exynos5250 and 5420
  : extend exynos5250/5420-pinctrl nodes using labels
  : include exynos5250/5420-pinctrl after the nodes definitions
- for exynos5410-smdk5410
  : clean up indentation
- for exynos5422-odroidxu3
  : define default thermal-zones for exynos5422
  : enable USB3 regulators, TMU and thermal-zones
  : add pwm-fan node

----------------------------------------------------------------
Anand Moon (5):
      ARM: dts: Enable USB3 regulators for exynos5422-odroidxu3
      ARM: dts: Add pwm-fan node for exynos5422-odroidxu3
      ARM: dts: Enable TMU for exynos5422-odroidxu3
      ARM: dts: Define default thermal-zones for exynos5422
      ARM: dts: Enable thermal-zones for exynos5422-odroidxu3

Andreas Faerber (1):
      ARM: dts: Clean up indentation for exynos5410-smdk5410

Beata Michalska (1):
      ARM: dts: Update video-phy node with syscon phandle for exynos3250

Javier Martinez Canillas (4):
      ARM: dts: Include exynos5250-pinctrl after the nodes were defined
for exynos5250
      ARM: dts: Extend exynos5250-pinctrl nodes using labels instead of
paths
      ARM: dts: Include exynos5420-pinctrl after the nodes were defined
for exynos5420
      ARM: dts: Extend exynos5420-pinctrl nodes using labels instead of
paths

Krzysztof Kozlowski (2):
      ARM: dts: Set max17047 over heat and voltage thresholds for
exynos4412-trats2
      ARM: dts: Use labels for overriding nodes for
exynos4210-universal_c210

Thomas Abraham (1):
      ARM: dts: add CPU OPP and regulator supply property for exynos4210

 arch/arm/boot/dts/exynos3250.dtsi                  |    2 +-
 arch/arm/boot/dts/exynos4210-origen.dts            |    4 +
 arch/arm/boot/dts/exynos4210-trats.dts             |    4 +
 arch/arm/boot/dts/exynos4210-universal_c210.dts    |  618 ++++----
 arch/arm/boot/dts/exynos4210.dtsi                  |   12 +
 arch/arm/boot/dts/exynos4412-trats2.dts            |    3 +
 arch/arm/boot/dts/exynos5250-pinctrl.dtsi          | 1600
++++++++++----------
 arch/arm/boot/dts/exynos5250.dtsi                  |    3 +-
 arch/arm/boot/dts/exynos5410-smdk5410.dts          |    6 +-
 arch/arm/boot/dts/exynos5420-pinctrl.dtsi          | 1411 +++++++++--------
 arch/arm/boot/dts/exynos5420.dtsi                  |    3 +-
 arch/arm/boot/dts/exynos5422-cpu-thermal.dtsi      |   59 +
 arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi |   46 +
 13 files changed, 1951 insertions(+), 1820 deletions(-)
 create mode 100644 arch/arm/boot/dts/exynos5422-cpu-thermal.dtsi

WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 3/5] Samsung DT updates for v4.3
Date: Tue, 04 Aug 2015 16:29:06 +0900	[thread overview]
Message-ID: <55C069C2.7040208@kernel.org> (raw)

Hi,

Please pull Samsung DT updates for v4.3.

Thanks,
Kukjin


The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:

  Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-dt-1

for you to fetch changes up to 5e080b078fa1f929d9aa5586985d5e7c0739d207:

  ARM: dts: Extend exynos5420-pinctrl nodes using labels instead of
paths (2015-07-21 13:01:23 +0900)

----------------------------------------------------------------
Samsung 1st DT updates for v4.3

- for exynos3250
  : update video-phy node with syscon phandle
- for exynos4210
  : add CPU OPP and regulator supply property
  : use labels for overriding nodes for exynos4210-universal_c210
- for exynos4412-trats2
  : set max17047 over heat and voltage thresholds
- for exynos5250 and 5420
  : extend exynos5250/5420-pinctrl nodes using labels
  : include exynos5250/5420-pinctrl after the nodes definitions
- for exynos5410-smdk5410
  : clean up indentation
- for exynos5422-odroidxu3
  : define default thermal-zones for exynos5422
  : enable USB3 regulators, TMU and thermal-zones
  : add pwm-fan node

----------------------------------------------------------------
Anand Moon (5):
      ARM: dts: Enable USB3 regulators for exynos5422-odroidxu3
      ARM: dts: Add pwm-fan node for exynos5422-odroidxu3
      ARM: dts: Enable TMU for exynos5422-odroidxu3
      ARM: dts: Define default thermal-zones for exynos5422
      ARM: dts: Enable thermal-zones for exynos5422-odroidxu3

Andreas Faerber (1):
      ARM: dts: Clean up indentation for exynos5410-smdk5410

Beata Michalska (1):
      ARM: dts: Update video-phy node with syscon phandle for exynos3250

Javier Martinez Canillas (4):
      ARM: dts: Include exynos5250-pinctrl after the nodes were defined
for exynos5250
      ARM: dts: Extend exynos5250-pinctrl nodes using labels instead of
paths
      ARM: dts: Include exynos5420-pinctrl after the nodes were defined
for exynos5420
      ARM: dts: Extend exynos5420-pinctrl nodes using labels instead of
paths

Krzysztof Kozlowski (2):
      ARM: dts: Set max17047 over heat and voltage thresholds for
exynos4412-trats2
      ARM: dts: Use labels for overriding nodes for
exynos4210-universal_c210

Thomas Abraham (1):
      ARM: dts: add CPU OPP and regulator supply property for exynos4210

 arch/arm/boot/dts/exynos3250.dtsi                  |    2 +-
 arch/arm/boot/dts/exynos4210-origen.dts            |    4 +
 arch/arm/boot/dts/exynos4210-trats.dts             |    4 +
 arch/arm/boot/dts/exynos4210-universal_c210.dts    |  618 ++++----
 arch/arm/boot/dts/exynos4210.dtsi                  |   12 +
 arch/arm/boot/dts/exynos4412-trats2.dts            |    3 +
 arch/arm/boot/dts/exynos5250-pinctrl.dtsi          | 1600
++++++++++----------
 arch/arm/boot/dts/exynos5250.dtsi                  |    3 +-
 arch/arm/boot/dts/exynos5410-smdk5410.dts          |    6 +-
 arch/arm/boot/dts/exynos5420-pinctrl.dtsi          | 1411 +++++++++--------
 arch/arm/boot/dts/exynos5420.dtsi                  |    3 +-
 arch/arm/boot/dts/exynos5422-cpu-thermal.dtsi      |   59 +
 arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi |   46 +
 13 files changed, 1951 insertions(+), 1820 deletions(-)
 create mode 100644 arch/arm/boot/dts/exynos5422-cpu-thermal.dtsi

             reply	other threads:[~2015-08-04  7:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-04  7:29 Kukjin Kim [this message]
2015-08-04  7:29 ` [GIT PULL 3/5] Samsung DT updates for v4.3 Kukjin Kim
2015-08-11 13:02 ` Olof Johansson
2015-08-11 13:02   ` 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=55C069C2.7040208@kernel.org \
    --to=kgene@kernel.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=k.kozlowski@samsung.com \
    --cc=khilman@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.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.