All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <k.kozlowski@samsung.com>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	Kevin Hilman <khilman@kernel.org>,
	arm@kernel.org
Cc: Javier Martinez Canillas <javier@osg.samsung.com>,
	Marek Szyprowski <m.szyprowski@samsung.com>,
	Sylwester Nawrocki <s.nawrocki@samsung.com>,
	Krzysztof Kozlowski <k.kozlowski@samsung.com>,
	Kukjin Kim <kgene@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	Krzysztof Kozlowski <krzk@kernel.org>
Subject: [GIT PULL 5/8] ARM: dts: exynos: DTS for v4.8
Date: Mon, 06 Jun 2016 14:25:30 +0200	[thread overview]
Message-ID: <1465215933-22709-6-git-send-email-k.kozlowski@samsung.com> (raw)
In-Reply-To: <1465215933-22709-1-git-send-email-k.kozlowski@samsung.com>


The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

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

for you to fetch changes up to cb0df00040d593e3f56eaafdede568121f962c06:

  ARM: dts: exynos: No need to enable TMU nodes on Odroid XU3 family (2016-06-06 13:21:39 +0200)

----------------------------------------------------------------
Samsung DeviceTree update for v4.8:
1. Add missing async bridge for MFC power domain on Exynos5420.
   This fixes imprecise abort on s5p-mfc re-bind.
2. Define regulator supplies for MMC nodes on Exynos4412 Odroid boards
   and for TMU on Exynos542x Peach boards.
3. Thermal cleanups on Odroid XU3-family (Exynos5422).
4. Enable AX88760 USB hub on Origen board (Exynos4412).
5. Minor cleanups.

----------------------------------------------------------------
Javier Martinez Canillas (3):
      ARM: dts: exynos: Add async-bridge clock to MFC power domain for Exynos5420
      ARM: dts: exynos: Remove unneded always-on for regulators on Peach boards
      ARM: dts: exynos: Add TMU nodes regulator supply for Peach boards

Krzysztof Kozlowski (5):
      ARM: dts: exynos: Define vqmmc for SD card and allow disabling regulators on Odroid X/X2/U3
      ARM: dts: exynos: Define vqmmc for eMMC card on Odroid X/X2/U3
      ARM: dts: exynos: Lower SD card interface voltage to 2.8 V on Odroid X/X2/U3
      ARM: dts: exynos: Only Odroid XU3-family boards use DTSI with CPU thermal nodes
      ARM: dts: exynos: No need to enable TMU nodes on Odroid XU3 family

Matthew Leach (1):
      ARM: dts: exynos: Enable AX88760 USB hub on Origen board

Naveen Krishna Chatradhi (1):
      ARM: dts: exynos: Use new compatible string for thermistors in Trats2

 arch/arm/boot/dts/exynos4412-odroid-common.dtsi    |  28 ++++--
 arch/arm/boot/dts/exynos4412-odroidu3.dts          |  18 ++++
 arch/arm/boot/dts/exynos4412-odroidx.dts           |  11 +++
 arch/arm/boot/dts/exynos4412-odroidx2.dts          |  11 +++
 arch/arm/boot/dts/exynos4412-origen.dts            |  16 ++++
 arch/arm/boot/dts/exynos4412-trats2.dts            |   4 +-
 arch/arm/boot/dts/exynos5420-peach-pit.dts         |  26 ++++--
 arch/arm/boot/dts/exynos5420.dtsi                  |   5 +-
 arch/arm/boot/dts/exynos5422-cpu-thermal.dtsi      | 103 ---------------------
 arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi |  98 ++++++++++++++++++--
 arch/arm/boot/dts/exynos5800-peach-pi.dts          |  26 ++++--
 11 files changed, 211 insertions(+), 135 deletions(-)
 delete mode 100644 arch/arm/boot/dts/exynos5422-cpu-thermal.dtsi

WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <k.kozlowski@samsung.com>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	Kevin Hilman <khilman@kernel.org>,
	arm@kernel.org
Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>,
	linux-samsung-soc@vger.kernel.org,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	linux-kernel@vger.kernel.org,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Javier Martinez Canillas <javier@osg.samsung.com>,
	Kukjin Kim <kgene@kernel.org>,
	Sylwester Nawrocki <s.nawrocki@samsung.com>,
	linux-arm-kernel@lists.infradead.org,
	Marek Szyprowski <m.szyprowski@samsung.com>
Subject: [GIT PULL 5/8] ARM: dts: exynos: DTS for v4.8
Date: Mon, 06 Jun 2016 14:25:30 +0200	[thread overview]
Message-ID: <1465215933-22709-6-git-send-email-k.kozlowski@samsung.com> (raw)
In-Reply-To: <1465215933-22709-1-git-send-email-k.kozlowski@samsung.com>


The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

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

for you to fetch changes up to cb0df00040d593e3f56eaafdede568121f962c06:

  ARM: dts: exynos: No need to enable TMU nodes on Odroid XU3 family (2016-06-06 13:21:39 +0200)

----------------------------------------------------------------
Samsung DeviceTree update for v4.8:
1. Add missing async bridge for MFC power domain on Exynos5420.
   This fixes imprecise abort on s5p-mfc re-bind.
2. Define regulator supplies for MMC nodes on Exynos4412 Odroid boards
   and for TMU on Exynos542x Peach boards.
3. Thermal cleanups on Odroid XU3-family (Exynos5422).
4. Enable AX88760 USB hub on Origen board (Exynos4412).
5. Minor cleanups.

----------------------------------------------------------------
Javier Martinez Canillas (3):
      ARM: dts: exynos: Add async-bridge clock to MFC power domain for Exynos5420
      ARM: dts: exynos: Remove unneded always-on for regulators on Peach boards
      ARM: dts: exynos: Add TMU nodes regulator supply for Peach boards

Krzysztof Kozlowski (5):
      ARM: dts: exynos: Define vqmmc for SD card and allow disabling regulators on Odroid X/X2/U3
      ARM: dts: exynos: Define vqmmc for eMMC card on Odroid X/X2/U3
      ARM: dts: exynos: Lower SD card interface voltage to 2.8 V on Odroid X/X2/U3
      ARM: dts: exynos: Only Odroid XU3-family boards use DTSI with CPU thermal nodes
      ARM: dts: exynos: No need to enable TMU nodes on Odroid XU3 family

Matthew Leach (1):
      ARM: dts: exynos: Enable AX88760 USB hub on Origen board

Naveen Krishna Chatradhi (1):
      ARM: dts: exynos: Use new compatible string for thermistors in Trats2

 arch/arm/boot/dts/exynos4412-odroid-common.dtsi    |  28 ++++--
 arch/arm/boot/dts/exynos4412-odroidu3.dts          |  18 ++++
 arch/arm/boot/dts/exynos4412-odroidx.dts           |  11 +++
 arch/arm/boot/dts/exynos4412-odroidx2.dts          |  11 +++
 arch/arm/boot/dts/exynos4412-origen.dts            |  16 ++++
 arch/arm/boot/dts/exynos4412-trats2.dts            |   4 +-
 arch/arm/boot/dts/exynos5420-peach-pit.dts         |  26 ++++--
 arch/arm/boot/dts/exynos5420.dtsi                  |   5 +-
 arch/arm/boot/dts/exynos5422-cpu-thermal.dtsi      | 103 ---------------------
 arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi |  98 ++++++++++++++++++--
 arch/arm/boot/dts/exynos5800-peach-pi.dts          |  26 ++++--
 11 files changed, 211 insertions(+), 135 deletions(-)
 delete mode 100644 arch/arm/boot/dts/exynos5422-cpu-thermal.dtsi

WARNING: multiple messages have this Message-ID (diff)
From: k.kozlowski@samsung.com (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 5/8] ARM: dts: exynos: DTS for v4.8
Date: Mon, 06 Jun 2016 14:25:30 +0200	[thread overview]
Message-ID: <1465215933-22709-6-git-send-email-k.kozlowski@samsung.com> (raw)
In-Reply-To: <1465215933-22709-1-git-send-email-k.kozlowski@samsung.com>


The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

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

for you to fetch changes up to cb0df00040d593e3f56eaafdede568121f962c06:

  ARM: dts: exynos: No need to enable TMU nodes on Odroid XU3 family (2016-06-06 13:21:39 +0200)

----------------------------------------------------------------
Samsung DeviceTree update for v4.8:
1. Add missing async bridge for MFC power domain on Exynos5420.
   This fixes imprecise abort on s5p-mfc re-bind.
2. Define regulator supplies for MMC nodes on Exynos4412 Odroid boards
   and for TMU on Exynos542x Peach boards.
3. Thermal cleanups on Odroid XU3-family (Exynos5422).
4. Enable AX88760 USB hub on Origen board (Exynos4412).
5. Minor cleanups.

----------------------------------------------------------------
Javier Martinez Canillas (3):
      ARM: dts: exynos: Add async-bridge clock to MFC power domain for Exynos5420
      ARM: dts: exynos: Remove unneded always-on for regulators on Peach boards
      ARM: dts: exynos: Add TMU nodes regulator supply for Peach boards

Krzysztof Kozlowski (5):
      ARM: dts: exynos: Define vqmmc for SD card and allow disabling regulators on Odroid X/X2/U3
      ARM: dts: exynos: Define vqmmc for eMMC card on Odroid X/X2/U3
      ARM: dts: exynos: Lower SD card interface voltage to 2.8 V on Odroid X/X2/U3
      ARM: dts: exynos: Only Odroid XU3-family boards use DTSI with CPU thermal nodes
      ARM: dts: exynos: No need to enable TMU nodes on Odroid XU3 family

Matthew Leach (1):
      ARM: dts: exynos: Enable AX88760 USB hub on Origen board

Naveen Krishna Chatradhi (1):
      ARM: dts: exynos: Use new compatible string for thermistors in Trats2

 arch/arm/boot/dts/exynos4412-odroid-common.dtsi    |  28 ++++--
 arch/arm/boot/dts/exynos4412-odroidu3.dts          |  18 ++++
 arch/arm/boot/dts/exynos4412-odroidx.dts           |  11 +++
 arch/arm/boot/dts/exynos4412-odroidx2.dts          |  11 +++
 arch/arm/boot/dts/exynos4412-origen.dts            |  16 ++++
 arch/arm/boot/dts/exynos4412-trats2.dts            |   4 +-
 arch/arm/boot/dts/exynos5420-peach-pit.dts         |  26 ++++--
 arch/arm/boot/dts/exynos5420.dtsi                  |   5 +-
 arch/arm/boot/dts/exynos5422-cpu-thermal.dtsi      | 103 ---------------------
 arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi |  98 ++++++++++++++++++--
 arch/arm/boot/dts/exynos5800-peach-pi.dts          |  26 ++++--
 11 files changed, 211 insertions(+), 135 deletions(-)
 delete mode 100644 arch/arm/boot/dts/exynos5422-cpu-thermal.dtsi

  parent reply	other threads:[~2016-06-06 12:27 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-06 12:25 [GIT PULL 0/8] ARM: exynos: Early stuff for v4.8 Krzysztof Kozlowski
2016-06-06 12:25 ` Krzysztof Kozlowski
2016-06-06 12:25 ` [GIT PULL 1/8] ARM: exynos: Mach/soc changes " Krzysztof Kozlowski
2016-06-06 12:25   ` Krzysztof Kozlowski
2016-06-13 21:24   ` Olof Johansson
2016-06-13 21:24     ` Olof Johansson
2016-06-06 12:25 ` [GIT PULL 2/8] arm64: " Krzysztof Kozlowski
2016-06-06 12:25   ` Krzysztof Kozlowski
2016-06-06 12:25 ` [GIT PULL 3/8] ARM: exynos: Drivers " Krzysztof Kozlowski
2016-06-06 12:25   ` Krzysztof Kozlowski
2016-06-06 12:25   ` Krzysztof Kozlowski
2016-06-06 12:25 ` [GIT PULL 4/8] ARM: exynos: Topic branch with driver changes " Krzysztof Kozlowski
2016-06-06 12:25   ` Krzysztof Kozlowski
2016-06-13 21:47   ` Olof Johansson
2016-06-13 21:47     ` Olof Johansson
2016-06-16 12:16     ` Krzysztof Kozlowski
2016-06-16 12:16       ` Krzysztof Kozlowski
2016-06-16 13:00       ` Sylwester Nawrocki
2016-06-16 13:00         ` Sylwester Nawrocki
2016-06-20  5:40         ` Olof Johansson
2016-06-20  5:40           ` Olof Johansson
2016-06-06 12:25 ` Krzysztof Kozlowski [this message]
2016-06-06 12:25   ` [GIT PULL 5/8] ARM: dts: exynos: DTS " Krzysztof Kozlowski
2016-06-06 12:25   ` Krzysztof Kozlowski
2016-06-13 21:48   ` Olof Johansson
2016-06-13 21:48     ` Olof Johansson
2016-06-06 12:25 ` [GIT PULL 6/8] arm64: " Krzysztof Kozlowski
2016-06-06 12:25   ` Krzysztof Kozlowski
2016-06-06 12:25   ` Krzysztof Kozlowski
2016-06-07  6:32   ` Krzysztof Kozlowski
2016-06-07  6:32     ` Krzysztof Kozlowski
2016-06-13 21:48     ` Olof Johansson
2016-06-13 21:48       ` Olof Johansson
2016-06-06 12:25 ` [GIT PULL 7/8] ARM: dts: exynos: Topic branch with Odroid XU " Krzysztof Kozlowski
2016-06-06 12:25   ` Krzysztof Kozlowski
2016-06-13 21:53   ` Olof Johansson
2016-06-13 21:53     ` Olof Johansson
2016-06-14 19:44     ` Krzysztof Kozlowski
2016-06-14 19:44       ` Krzysztof Kozlowski
2016-06-14 19:44       ` Krzysztof Kozlowski
2016-06-06 12:25 ` [GIT PULL 8/8] ARM: defconfig: exynos: Defconfig " Krzysztof Kozlowski
2016-06-06 12:25   ` Krzysztof Kozlowski
2016-06-13 22:24   ` Olof Johansson
2016-06-13 22:24     ` Olof Johansson
2016-06-14 18:03     ` Javier Martinez Canillas
2016-06-14 18:03       ` Javier Martinez Canillas

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=1465215933-22709-6-git-send-email-k.kozlowski@samsung.com \
    --to=k.kozlowski@samsung.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=b.zolnierkie@samsung.com \
    --cc=javier@osg.samsung.com \
    --cc=kgene@kernel.org \
    --cc=khilman@kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=olof@lixom.net \
    --cc=s.nawrocki@samsung.com \
    /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.