From: Kukjin Kim <kgene@kernel.org>
To: Arnd Bergmann <arnd@arndb.de>, 'Olof Johansson' <olof@lixom.net>,
Kevin Hilman <khilman@linaro.org>
Cc: arm@kernel.org,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-samsung-soc@vger.kernel.org"
<linux-samsung-soc@vger.kernel.org>
Subject: [GIT PULL 4/5] Samsung 2nd round of DT updates for v3.19
Date: Fri, 21 Nov 2014 23:16:18 +0900 [thread overview]
Message-ID: <546F4932.2070702@kernel.org> (raw)
The following changes since commit e540920cf21c2764047b8a6ddaeaa0683624e46e:
ARM: dts: add CPU nodes for Exynos4 SoCs (2014-10-21 00:12:42 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-dt-2
for you to fetch changes up to a427d15062ac46a00a22d2f0b9d05093c18ff2f1:
ARM: dts: Add micro SD card SDHCI node for exynos4412-trats
(2014-11-07 08:28:24 +0900)
----------------------------------------------------------------
Samsung 2nd DT updates for v3.19
- add micro SD card SDHCI node for exynos4412-trats
- add exynos4415 DT
- add exynos3250-rinato DT and sleep mode support
Note: based on previous tags/samsung-dt for v3.19
----------------------------------------------------------------
Chanwoo Choi (4):
ARM: dts: Add board dts file for exynos3250-rinato
ARM: dts: Add sleep mode pin configuration for exynos3250-rinato
ARM: dts: Add sleep mode of regulator for exynos3250-rinato
ARM: dts: Add dts files for exynos4415 SoC
Krzysztof Kozlowski (1):
ARM: dts: Add micro SD card SDHCI node for exynos4412-trats
arch/arm/boot/dts/Makefile | 3 +-
arch/arm/boot/dts/exynos3250-pinctrl.dtsi | 16 +
arch/arm/boot/dts/exynos3250-rinato.dts | 686
++++++++++++++++++++++++++++++
arch/arm/boot/dts/exynos4412-trats2.dts | 10 +
arch/arm/boot/dts/exynos4415-pinctrl.dtsi | 573 +++++++++++++++++++++++++
arch/arm/boot/dts/exynos4415.dtsi | 604 ++++++++++++++++++++++++++
6 files changed, 1891 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/boot/dts/exynos3250-rinato.dts
create mode 100644 arch/arm/boot/dts/exynos4415-pinctrl.dtsi
create mode 100644 arch/arm/boot/dts/exynos4415.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 4/5] Samsung 2nd round of DT updates for v3.19
Date: Fri, 21 Nov 2014 23:16:18 +0900 [thread overview]
Message-ID: <546F4932.2070702@kernel.org> (raw)
The following changes since commit e540920cf21c2764047b8a6ddaeaa0683624e46e:
ARM: dts: add CPU nodes for Exynos4 SoCs (2014-10-21 00:12:42 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-dt-2
for you to fetch changes up to a427d15062ac46a00a22d2f0b9d05093c18ff2f1:
ARM: dts: Add micro SD card SDHCI node for exynos4412-trats
(2014-11-07 08:28:24 +0900)
----------------------------------------------------------------
Samsung 2nd DT updates for v3.19
- add micro SD card SDHCI node for exynos4412-trats
- add exynos4415 DT
- add exynos3250-rinato DT and sleep mode support
Note: based on previous tags/samsung-dt for v3.19
----------------------------------------------------------------
Chanwoo Choi (4):
ARM: dts: Add board dts file for exynos3250-rinato
ARM: dts: Add sleep mode pin configuration for exynos3250-rinato
ARM: dts: Add sleep mode of regulator for exynos3250-rinato
ARM: dts: Add dts files for exynos4415 SoC
Krzysztof Kozlowski (1):
ARM: dts: Add micro SD card SDHCI node for exynos4412-trats
arch/arm/boot/dts/Makefile | 3 +-
arch/arm/boot/dts/exynos3250-pinctrl.dtsi | 16 +
arch/arm/boot/dts/exynos3250-rinato.dts | 686
++++++++++++++++++++++++++++++
arch/arm/boot/dts/exynos4412-trats2.dts | 10 +
arch/arm/boot/dts/exynos4415-pinctrl.dtsi | 573 +++++++++++++++++++++++++
arch/arm/boot/dts/exynos4415.dtsi | 604 ++++++++++++++++++++++++++
6 files changed, 1891 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/boot/dts/exynos3250-rinato.dts
create mode 100644 arch/arm/boot/dts/exynos4415-pinctrl.dtsi
create mode 100644 arch/arm/boot/dts/exynos4415.dtsi
next reply other threads:[~2014-11-21 14:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-21 14:16 Kukjin Kim [this message]
2014-11-21 14:16 ` [GIT PULL 4/5] Samsung 2nd round of DT updates for v3.19 Kukjin Kim
2014-11-28 12:17 ` Arnd Bergmann
2014-11-28 12:17 ` Arnd Bergmann
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=546F4932.2070702@kernel.org \
--to=kgene@kernel.org \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--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.