From: Kukjin Kim <kgene.kim@samsung.com>
To: Arnd Bergmann <arnd@arndb.de>, 'Olof Johansson' <olof@lixom.net>,
Kevin Hilman <khilman@linaro.org>,
arm@kernel.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>
Subject: [GIT PULL 1/2] Second Samsung DT updates for v3.18
Date: Wed, 24 Sep 2014 17:17:41 +0900 [thread overview]
Message-ID: <54227E25.2060903@samsung.com> (raw)
Hi Arnd, Olof and Kevin
Here is second bunch of Samsung DT updates for v3.18.
This is based on previous pull-request for tags/samsung-dt but not yet
pulled into arm-soc.
Please pull and if any problems, kindly let me know.
Thanks,
Kukjin
The following changes since commit 9b02732643d9f4b92b14f5ec041c166bd36033fc:
ARM: dts: remove old USB2 PHY node for exynos5250 (2014-09-14
10:11:20 +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 57901371c9914d5e5eeabf2870c35162837198d2:
ARM: dts: add MFC codec device node for exynos3250 (2014-09-24
01:33:23 +0900)
----------------------------------------------------------------
Second Samsung DT updates for v3.18
- add new exynos5250-spring DT
- cleanup exynos5250-arndale, smdk5250 and snow DT
- exynos Peach boards (exynos5420-peach-pit and exynos5800-peach-pi)
correct mmc0 capability string
- exynos5250-arndale: fix apparent GPIO typo and simplify USB3503
- exynos5250-snow and exynos Peach boards: add rtc_src clock for RTC
- exynos4x12-pinctrl: add utility macro to define pin sleep states
- exynos4412-trats2: add Maxim77693 PMIC node, add sleep mode pin
configuration and keep eMMC regulators soft-disabled
- exynos3250: add MFC codec nodes
- s3c64xx: enable PWM node by default
----------------------------------------------------------------
Andreas Faerber (8):
ARM: dts: Prepare node labels for exynos5250
ARM: dts: Clean up exynos5250-snow
ARM: dts: Fill in bootargs for exynos5250-snow
ARM: dts: Clean up exynos5250-smdk5250
ARM: dts: Clean up exynos5250-arndale
ARM: dts: Fix apparent GPIO typo in exynos5250-arndale
ARM: dts: Simplify USB3503 on exynos5250-arndale
ARM: dts: Add exynos5250-spring device tree
Jacek Anaszewski (1):
ARM: dts: add MFC codec device node for exynos3250
Javier Martinez Canillas (2):
ARM: dts: Add rtc_src clk for s3c-rtc on exynos Peach boards
ARM: dts: Add rtc_src clk for s3c-rtc on exynos5250-snow
Krzysztof Kozlowski (1):
ARM: dts: Add Maxim 77693 PMIC to exynos4412-trats2
Naveen Krishna Chatradhi (1):
ARM: dts: correct the mmc0 capability string for exynos Peach boards
Tomasz Figa (4):
ARM: dts: Enable PWM node by default for s3c64xx
ARM: dts: Keep eMMC regulators soft-disabled for exynos4412-trats2
ARM: dts: Add utility macro to define pin sleep states for
exynos4x12-pinctrl
ARM: dts: Add sleep mode pin configuration for exynos4412-trats2
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/exynos3250.dtsi | 10 +
arch/arm/boot/dts/exynos4412-trats2.dts | 352 ++++++++++-
arch/arm/boot/dts/exynos4x12-pinctrl.dtsi | 16 +
arch/arm/boot/dts/exynos5250-arndale.dts | 907
++++++++++++++---------------
arch/arm/boot/dts/exynos5250-smdk5250.dts | 618 ++++++++++----------
arch/arm/boot/dts/exynos5250-snow.dts | 280 ++++-----
arch/arm/boot/dts/exynos5250-spring.dts | 536 +++++++++++++++++
arch/arm/boot/dts/exynos5250.dtsi | 16 +-
arch/arm/boot/dts/exynos5420-peach-pit.dts | 7 +-
arch/arm/boot/dts/exynos5800-peach-pi.dts | 7 +-
arch/arm/boot/dts/s3c6410-mini6410.dts | 4 -
arch/arm/boot/dts/s3c64xx.dtsi | 1 -
13 files changed, 1842 insertions(+), 913 deletions(-)
create mode 100644 arch/arm/boot/dts/exynos5250-spring.dts
WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/2] Second Samsung DT updates for v3.18
Date: Wed, 24 Sep 2014 17:17:41 +0900 [thread overview]
Message-ID: <54227E25.2060903@samsung.com> (raw)
Hi Arnd, Olof and Kevin
Here is second bunch of Samsung DT updates for v3.18.
This is based on previous pull-request for tags/samsung-dt but not yet
pulled into arm-soc.
Please pull and if any problems, kindly let me know.
Thanks,
Kukjin
The following changes since commit 9b02732643d9f4b92b14f5ec041c166bd36033fc:
ARM: dts: remove old USB2 PHY node for exynos5250 (2014-09-14
10:11:20 +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 57901371c9914d5e5eeabf2870c35162837198d2:
ARM: dts: add MFC codec device node for exynos3250 (2014-09-24
01:33:23 +0900)
----------------------------------------------------------------
Second Samsung DT updates for v3.18
- add new exynos5250-spring DT
- cleanup exynos5250-arndale, smdk5250 and snow DT
- exynos Peach boards (exynos5420-peach-pit and exynos5800-peach-pi)
correct mmc0 capability string
- exynos5250-arndale: fix apparent GPIO typo and simplify USB3503
- exynos5250-snow and exynos Peach boards: add rtc_src clock for RTC
- exynos4x12-pinctrl: add utility macro to define pin sleep states
- exynos4412-trats2: add Maxim77693 PMIC node, add sleep mode pin
configuration and keep eMMC regulators soft-disabled
- exynos3250: add MFC codec nodes
- s3c64xx: enable PWM node by default
----------------------------------------------------------------
Andreas Faerber (8):
ARM: dts: Prepare node labels for exynos5250
ARM: dts: Clean up exynos5250-snow
ARM: dts: Fill in bootargs for exynos5250-snow
ARM: dts: Clean up exynos5250-smdk5250
ARM: dts: Clean up exynos5250-arndale
ARM: dts: Fix apparent GPIO typo in exynos5250-arndale
ARM: dts: Simplify USB3503 on exynos5250-arndale
ARM: dts: Add exynos5250-spring device tree
Jacek Anaszewski (1):
ARM: dts: add MFC codec device node for exynos3250
Javier Martinez Canillas (2):
ARM: dts: Add rtc_src clk for s3c-rtc on exynos Peach boards
ARM: dts: Add rtc_src clk for s3c-rtc on exynos5250-snow
Krzysztof Kozlowski (1):
ARM: dts: Add Maxim 77693 PMIC to exynos4412-trats2
Naveen Krishna Chatradhi (1):
ARM: dts: correct the mmc0 capability string for exynos Peach boards
Tomasz Figa (4):
ARM: dts: Enable PWM node by default for s3c64xx
ARM: dts: Keep eMMC regulators soft-disabled for exynos4412-trats2
ARM: dts: Add utility macro to define pin sleep states for
exynos4x12-pinctrl
ARM: dts: Add sleep mode pin configuration for exynos4412-trats2
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/exynos3250.dtsi | 10 +
arch/arm/boot/dts/exynos4412-trats2.dts | 352 ++++++++++-
arch/arm/boot/dts/exynos4x12-pinctrl.dtsi | 16 +
arch/arm/boot/dts/exynos5250-arndale.dts | 907
++++++++++++++---------------
arch/arm/boot/dts/exynos5250-smdk5250.dts | 618 ++++++++++----------
arch/arm/boot/dts/exynos5250-snow.dts | 280 ++++-----
arch/arm/boot/dts/exynos5250-spring.dts | 536 +++++++++++++++++
arch/arm/boot/dts/exynos5250.dtsi | 16 +-
arch/arm/boot/dts/exynos5420-peach-pit.dts | 7 +-
arch/arm/boot/dts/exynos5800-peach-pi.dts | 7 +-
arch/arm/boot/dts/s3c6410-mini6410.dts | 4 -
arch/arm/boot/dts/s3c64xx.dtsi | 1 -
13 files changed, 1842 insertions(+), 913 deletions(-)
create mode 100644 arch/arm/boot/dts/exynos5250-spring.dts
next reply other threads:[~2014-09-24 8:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-24 8:17 Kukjin Kim [this message]
2014-09-24 8:17 ` [GIT PULL 1/2] Second Samsung DT updates for v3.18 Kukjin Kim
2014-10-01 15:42 ` Arnd Bergmann
2014-10-01 15:42 ` 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=54227E25.2060903@samsung.com \
--to=kgene.kim@samsung.com \
--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.