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/4] Samsung exynos7 updates for v3.19
Date: Thu, 27 Nov 2014 16:06:48 +0900 [thread overview]
Message-ID: <5476CD88.1030406@kernel.org> (raw)
The following changes since commit 3b1f6f3450b6a64aead53d09fc6f8bba2999c450:
Merge remote-tracking branch 'arm-soc/cleanup/dts-subdirs' into
v3.19-next/dt-samsung-64 (2014-11-26 16:02:13 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-dt-64
for you to fetch changes up to ab93f6ca63943d6eca9494547127fe1c337c1d83:
arm64: Enable ARMv8 based exynos7 SoC support (2014-11-27 02:14:00 +0900)
----------------------------------------------------------------
Samsung arch/arm64 DT updates for v3.19
- to support ARMv8 based exynos7 SoC
: add initial device tree and add pinctrl, PMU, mmc, i2c, rtc,
watchdog, and adc nodes for exynos7 SoC and exynos7 based
espresso board.
NOTE that this is including following dependencies
: cleanup/dts-subdirs in arm-soc for arm64 vendor support
: tags/samsung-driver for samsung serial
: for-v3.19/exynos-clk in samsung-clk tree for exynos7 clk
One more NOTE, for support exynos7 we need Liviu's "arm64: Create
link to include/dt-bindings to enable C preprocessor use" in arm-soc
tree and arm64 defconfig update should be handled directly.
----------------------------------------------------------------
Abhilash Kesavan (2):
arm64: dts: Add PMU DT node for exynos7 SoC
arm64: dts: Add nodes for mmc, i2c, rtc, watchdog, adc on exynos7
Alim Akhtar (1):
arm64: Enable ARMv8 based exynos7 SoC support
Naveen Krishna Ch (2):
arm64: dts: Add initial device tree support for exynos7
arm64: dts: Add initial pinctrl support to exynos7
.../devicetree/bindings/arm/samsung/pmu.txt | 1 +
arch/arm64/Kconfig | 17 +
arch/arm64/boot/dts/Makefile | 1 +
arch/arm64/boot/dts/exynos/Makefile | 5 +
arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 84 +++
arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi | 588
+++++++++++++++++++++
arch/arm64/boot/dts/exynos/exynos7.dtsi | 530
+++++++++++++++++++
7 files changed, 1226 insertions(+)
create mode 100644 arch/arm64/boot/dts/exynos/Makefile
create mode 100644 arch/arm64/boot/dts/exynos/exynos7-espresso.dts
create mode 100644 arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi
create mode 100644 arch/arm64/boot/dts/exynos/exynos7.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/4] Samsung exynos7 updates for v3.19
Date: Thu, 27 Nov 2014 16:06:48 +0900 [thread overview]
Message-ID: <5476CD88.1030406@kernel.org> (raw)
The following changes since commit 3b1f6f3450b6a64aead53d09fc6f8bba2999c450:
Merge remote-tracking branch 'arm-soc/cleanup/dts-subdirs' into
v3.19-next/dt-samsung-64 (2014-11-26 16:02:13 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-dt-64
for you to fetch changes up to ab93f6ca63943d6eca9494547127fe1c337c1d83:
arm64: Enable ARMv8 based exynos7 SoC support (2014-11-27 02:14:00 +0900)
----------------------------------------------------------------
Samsung arch/arm64 DT updates for v3.19
- to support ARMv8 based exynos7 SoC
: add initial device tree and add pinctrl, PMU, mmc, i2c, rtc,
watchdog, and adc nodes for exynos7 SoC and exynos7 based
espresso board.
NOTE that this is including following dependencies
: cleanup/dts-subdirs in arm-soc for arm64 vendor support
: tags/samsung-driver for samsung serial
: for-v3.19/exynos-clk in samsung-clk tree for exynos7 clk
One more NOTE, for support exynos7 we need Liviu's "arm64: Create
link to include/dt-bindings to enable C preprocessor use" in arm-soc
tree and arm64 defconfig update should be handled directly.
----------------------------------------------------------------
Abhilash Kesavan (2):
arm64: dts: Add PMU DT node for exynos7 SoC
arm64: dts: Add nodes for mmc, i2c, rtc, watchdog, adc on exynos7
Alim Akhtar (1):
arm64: Enable ARMv8 based exynos7 SoC support
Naveen Krishna Ch (2):
arm64: dts: Add initial device tree support for exynos7
arm64: dts: Add initial pinctrl support to exynos7
.../devicetree/bindings/arm/samsung/pmu.txt | 1 +
arch/arm64/Kconfig | 17 +
arch/arm64/boot/dts/Makefile | 1 +
arch/arm64/boot/dts/exynos/Makefile | 5 +
arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 84 +++
arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi | 588
+++++++++++++++++++++
arch/arm64/boot/dts/exynos/exynos7.dtsi | 530
+++++++++++++++++++
7 files changed, 1226 insertions(+)
create mode 100644 arch/arm64/boot/dts/exynos/Makefile
create mode 100644 arch/arm64/boot/dts/exynos/exynos7-espresso.dts
create mode 100644 arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi
create mode 100644 arch/arm64/boot/dts/exynos/exynos7.dtsi
next reply other threads:[~2014-11-27 7:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-27 7:06 Kukjin Kim [this message]
2014-11-27 7:06 ` [GIT PULL 4/4] Samsung exynos7 updates for v3.19 Kukjin Kim
2014-11-28 12:35 ` Arnd Bergmann
2014-11-28 12:35 ` Arnd Bergmann
2014-11-29 0:13 ` Kukjin Kim
2014-11-29 0:13 ` Kukjin Kim
2014-12-03 10:49 ` Kukjin Kim
2014-12-03 10:49 ` Kukjin Kim
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=5476CD88.1030406@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.