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>
Subject: [GIT PULL 2/3] Samsung 4th DT updates for v3.20
Date: Wed, 04 Feb 2015 23:31:33 +0900 [thread overview]
Message-ID: <54D22D45.2090000@kernel.org> (raw)
Hi,
Here is 4th DT updates for v3.20.
Please pull.
Note there are several dt updates in my tree which has a dependency with
driver side for v3.20 and I hope it can be sent to upstream via arm-soc
during late merge window. If it is OK to you guys, I'll send a pull
request soon. (example tmu, asoc and devfreq)
Thanks,
Kukjin
The following changes since commit ea08de16eb1ba2052ce2db4b58b62a2ec33357a3:
ARM: dts: Add DISP1 power domain for exynos5420 (2015-01-29 08:52:23
+0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-dt-4
for you to fetch changes up to 7808cae3e97140781eb3f712084caf4e44c126c9:
ARM: dts: Add PPMU node for exynos4412-trats2 (2015-02-04 08:11:52 +0900)
----------------------------------------------------------------
Samsung 4th DT updates for v3.20
- For exynos4 SoCs
: add PPMU node
: add syscon phandle for video-phy node
- For exynos4415 SoC
: add mipi dsi and fimd device nodes
- For exynos3250-monk and exynos3250-rinato boards
: add PPMU node
- For exynos4412-trats2 board
: add maxim77693 fuel gauge and battery charger nodes
: fix regarding CLK_MOUT_CAMn parent and CLK_UART_ISP_SCLK clocks
: switch max77686 regulators to GPIO control
: add suspend configuration for max77686 regulators
: add PPMU node and sound nodes
----------------------------------------------------------------
Chanwoo Choi (4):
ARM: dts: Add PPMU dt node for exynos3250
ARM: dts: Add PPMU dt node for exynos4 and exynos4210
ARM: dts: Add PPMU node for exynos3250-monk and exynos3250-rinato
ARM: dts: Add PPMU node for exynos4412-trats2
Inha Song (1):
ARM: dts: Add sound nodes for exynos4412-trats2
Krzysztof Kozlowski (4):
ARM: dts: Add Maxim 77693 fuel gauge node for exynos4412-trats2
ARM: dts: Add suspend configuration for max77686 regulators for
exynos4412-trats2
ARM: dts: Switch max77686 regulators to GPIO control for
exynos4412-trats2
ARM: dts: Add max77693 charger node for exynos4412-trats2
Sylwester Nawrocki (3):
ARM: dts: Fix CLK_UART_ISP_SCLK clock assignment in exynos4x12.dtsi
ARM: dts: Fix CLK_MOUT_CAMn parent clocks assignment for
exynos4412-trats2
ARM: dts: Add syscon phandle to the video-phy node for Exynos4
YoungJun Cho (2):
ARM: dts: add fimd device node for exynos4415
ARM: dts: add mipi dsi device node for exynos4415
arch/arm/boot/dts/exynos3250-monk.dts | 40 ++++++
arch/arm/boot/dts/exynos3250-rinato.dts | 40 ++++++
arch/arm/boot/dts/exynos3250.dtsi | 74 +++++++++++
arch/arm/boot/dts/exynos4.dtsi | 109 +++++++++++++++++
arch/arm/boot/dts/exynos4210.dtsi | 8 ++
arch/arm/boot/dts/exynos4412-trats2.dts | 211
++++++++++++++++++++++++--------
arch/arm/boot/dts/exynos4415.dtsi | 27 ++++
arch/arm/boot/dts/exynos4x12.dtsi | 2 +-
8 files changed, 458 insertions(+), 53 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/3] Samsung 4th DT updates for v3.20
Date: Wed, 04 Feb 2015 23:31:33 +0900 [thread overview]
Message-ID: <54D22D45.2090000@kernel.org> (raw)
Hi,
Here is 4th DT updates for v3.20.
Please pull.
Note there are several dt updates in my tree which has a dependency with
driver side for v3.20 and I hope it can be sent to upstream via arm-soc
during late merge window. If it is OK to you guys, I'll send a pull
request soon. (example tmu, asoc and devfreq)
Thanks,
Kukjin
The following changes since commit ea08de16eb1ba2052ce2db4b58b62a2ec33357a3:
ARM: dts: Add DISP1 power domain for exynos5420 (2015-01-29 08:52:23
+0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-dt-4
for you to fetch changes up to 7808cae3e97140781eb3f712084caf4e44c126c9:
ARM: dts: Add PPMU node for exynos4412-trats2 (2015-02-04 08:11:52 +0900)
----------------------------------------------------------------
Samsung 4th DT updates for v3.20
- For exynos4 SoCs
: add PPMU node
: add syscon phandle for video-phy node
- For exynos4415 SoC
: add mipi dsi and fimd device nodes
- For exynos3250-monk and exynos3250-rinato boards
: add PPMU node
- For exynos4412-trats2 board
: add maxim77693 fuel gauge and battery charger nodes
: fix regarding CLK_MOUT_CAMn parent and CLK_UART_ISP_SCLK clocks
: switch max77686 regulators to GPIO control
: add suspend configuration for max77686 regulators
: add PPMU node and sound nodes
----------------------------------------------------------------
Chanwoo Choi (4):
ARM: dts: Add PPMU dt node for exynos3250
ARM: dts: Add PPMU dt node for exynos4 and exynos4210
ARM: dts: Add PPMU node for exynos3250-monk and exynos3250-rinato
ARM: dts: Add PPMU node for exynos4412-trats2
Inha Song (1):
ARM: dts: Add sound nodes for exynos4412-trats2
Krzysztof Kozlowski (4):
ARM: dts: Add Maxim 77693 fuel gauge node for exynos4412-trats2
ARM: dts: Add suspend configuration for max77686 regulators for
exynos4412-trats2
ARM: dts: Switch max77686 regulators to GPIO control for
exynos4412-trats2
ARM: dts: Add max77693 charger node for exynos4412-trats2
Sylwester Nawrocki (3):
ARM: dts: Fix CLK_UART_ISP_SCLK clock assignment in exynos4x12.dtsi
ARM: dts: Fix CLK_MOUT_CAMn parent clocks assignment for
exynos4412-trats2
ARM: dts: Add syscon phandle to the video-phy node for Exynos4
YoungJun Cho (2):
ARM: dts: add fimd device node for exynos4415
ARM: dts: add mipi dsi device node for exynos4415
arch/arm/boot/dts/exynos3250-monk.dts | 40 ++++++
arch/arm/boot/dts/exynos3250-rinato.dts | 40 ++++++
arch/arm/boot/dts/exynos3250.dtsi | 74 +++++++++++
arch/arm/boot/dts/exynos4.dtsi | 109 +++++++++++++++++
arch/arm/boot/dts/exynos4210.dtsi | 8 ++
arch/arm/boot/dts/exynos4412-trats2.dts | 211
++++++++++++++++++++++++--------
arch/arm/boot/dts/exynos4415.dtsi | 27 ++++
arch/arm/boot/dts/exynos4x12.dtsi | 2 +-
8 files changed, 458 insertions(+), 53 deletions(-)
next reply other threads:[~2015-02-04 14:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-04 14:31 Kukjin Kim [this message]
2015-02-04 14:31 ` [GIT PULL 2/3] Samsung 4th DT updates for v3.20 Kukjin Kim
2015-02-06 9:05 ` Olof Johansson
2015-02-06 9:05 ` 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=54D22D45.2090000@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.