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>,
Krzysztof Kozlowski <k.kozlowski@samsung.com>
Subject: [GIT PULL 1/5] Late Samsung DT updates for v4.4
Date: Sat, 24 Oct 2015 06:18:06 +0900 [thread overview]
Message-ID: <562AA40E.4050407@kernel.org> (raw)
Hi Arnd, Olof, Kevin
Here is late pull-request for v4.4, please pull.
If any problems, please kindly let me know.
See you in Seoul next week ;-)
Thanks,
Kukjin
The following changes since commit df829b06f0079165d9dc7719af8f8a7da852fe51:
ARM: dts: Use GPIO constants for flags cells in exynos5440 boards
(2015-10-08 07:39:58 +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 d6b9aea67f40e138e972b17c7c658bc3c8ac2459:
MAINTAINERS: Add documentation and dt-bindings for exynos stuff
(2015-10-24 05:07:26 +0900)
----------------------------------------------------------------
Samsung 2nd DT updates for v4.4
- use exynos5420-dw-mshc instead of exynos5250 for exynos3250
- add DISP1 clocks and the DISP1 power domain of two closk
on exynos5250 (clock commit got Stephen's ack)
- add vbus regulators on exynos3250, exynos4210 and exynos4412 boards
- fix typo in regulator enable GPIO property on s5pv20-aquila and goni
- document: correct the example of exynos power domain clocks
- document: consolidate exynos SoC dt-bindings and non-Samsung
boards related compatibles (FriendlyARM, Google, Hardkernel
and Insignal)
- update MAINTAINER entries accordingly (documentation)
----------------------------------------------------------------
Jaehoon Chung (1):
ARM: dts: use exynos5420-dw-mshc compatible for exynos3250
Krzysztof Kozlowski (4):
dt-bindings: Correct the example for Exynos power domain clocks
dt-bindings: Consolidate Exynos SoC bindings
dt-bindings: EXYNOS: Document compatibles from other vendors
MAINTAINERS: Add documentation and dt-bindings for exynos stuff
Laurent Pinchart (2):
ARM: dts: Fix typo in regulator enable GPIO property in s5pv210-aquila
ARM: dts: Fix typo in regulator enable GPIO property in s5pv210-goni
Marek Szyprowski (1):
ARM: dts: Add vbus regulator to USB2 phy nodes on exynos3250,
exynos4210 and exynos4412 boards
Tomeu Vizoso (2):
clk: samsung: exynos5250: Add DISP1 clocks
ARM: dts: Add clocks to DISP1 domain in exynos5250
.../devicetree/bindings/arm/samsung-boards.txt | 27 ---------
.../bindings/arm/samsung/samsung-boards.txt | 69
++++++++++++++++++++++
.../devicetree/bindings/iommu/samsung,sysmmu.txt | 2 +-
.../power_domain.txt => power/pd-samsung.txt} | 5 +-
MAINTAINERS | 4 ++
arch/arm/boot/dts/exynos3250-monk.dts | 1 +
arch/arm/boot/dts/exynos3250-rinato.dts | 1 +
arch/arm/boot/dts/exynos3250.dtsi | 4 +-
arch/arm/boot/dts/exynos4210-trats.dts | 2 +-
arch/arm/boot/dts/exynos4210-universal_c210.dts | 2 +-
arch/arm/boot/dts/exynos4412-trats2.dts | 1 +
arch/arm/boot/dts/exynos5250.dtsi | 4 ++
arch/arm/boot/dts/s5pv210-aquila.dts | 2 +-
arch/arm/boot/dts/s5pv210-goni.dts | 4 +-
drivers/clk/samsung/clk-exynos5250.c | 14 ++++-
include/dt-bindings/clock/exynos5250.h | 4 +-
16 files changed, 106 insertions(+), 40 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/arm/samsung-boards.txt
create mode 100644
Documentation/devicetree/bindings/arm/samsung/samsung-boards.txt
rename Documentation/devicetree/bindings/{arm/exynos/power_domain.txt
=> power/pd-samsung.txt} (93%)
WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/5] Late Samsung DT updates for v4.4
Date: Sat, 24 Oct 2015 06:18:06 +0900 [thread overview]
Message-ID: <562AA40E.4050407@kernel.org> (raw)
Hi Arnd, Olof, Kevin
Here is late pull-request for v4.4, please pull.
If any problems, please kindly let me know.
See you in Seoul next week ;-)
Thanks,
Kukjin
The following changes since commit df829b06f0079165d9dc7719af8f8a7da852fe51:
ARM: dts: Use GPIO constants for flags cells in exynos5440 boards
(2015-10-08 07:39:58 +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 d6b9aea67f40e138e972b17c7c658bc3c8ac2459:
MAINTAINERS: Add documentation and dt-bindings for exynos stuff
(2015-10-24 05:07:26 +0900)
----------------------------------------------------------------
Samsung 2nd DT updates for v4.4
- use exynos5420-dw-mshc instead of exynos5250 for exynos3250
- add DISP1 clocks and the DISP1 power domain of two closk
on exynos5250 (clock commit got Stephen's ack)
- add vbus regulators on exynos3250, exynos4210 and exynos4412 boards
- fix typo in regulator enable GPIO property on s5pv20-aquila and goni
- document: correct the example of exynos power domain clocks
- document: consolidate exynos SoC dt-bindings and non-Samsung
boards related compatibles (FriendlyARM, Google, Hardkernel
and Insignal)
- update MAINTAINER entries accordingly (documentation)
----------------------------------------------------------------
Jaehoon Chung (1):
ARM: dts: use exynos5420-dw-mshc compatible for exynos3250
Krzysztof Kozlowski (4):
dt-bindings: Correct the example for Exynos power domain clocks
dt-bindings: Consolidate Exynos SoC bindings
dt-bindings: EXYNOS: Document compatibles from other vendors
MAINTAINERS: Add documentation and dt-bindings for exynos stuff
Laurent Pinchart (2):
ARM: dts: Fix typo in regulator enable GPIO property in s5pv210-aquila
ARM: dts: Fix typo in regulator enable GPIO property in s5pv210-goni
Marek Szyprowski (1):
ARM: dts: Add vbus regulator to USB2 phy nodes on exynos3250,
exynos4210 and exynos4412 boards
Tomeu Vizoso (2):
clk: samsung: exynos5250: Add DISP1 clocks
ARM: dts: Add clocks to DISP1 domain in exynos5250
.../devicetree/bindings/arm/samsung-boards.txt | 27 ---------
.../bindings/arm/samsung/samsung-boards.txt | 69
++++++++++++++++++++++
.../devicetree/bindings/iommu/samsung,sysmmu.txt | 2 +-
.../power_domain.txt => power/pd-samsung.txt} | 5 +-
MAINTAINERS | 4 ++
arch/arm/boot/dts/exynos3250-monk.dts | 1 +
arch/arm/boot/dts/exynos3250-rinato.dts | 1 +
arch/arm/boot/dts/exynos3250.dtsi | 4 +-
arch/arm/boot/dts/exynos4210-trats.dts | 2 +-
arch/arm/boot/dts/exynos4210-universal_c210.dts | 2 +-
arch/arm/boot/dts/exynos4412-trats2.dts | 1 +
arch/arm/boot/dts/exynos5250.dtsi | 4 ++
arch/arm/boot/dts/s5pv210-aquila.dts | 2 +-
arch/arm/boot/dts/s5pv210-goni.dts | 4 +-
drivers/clk/samsung/clk-exynos5250.c | 14 ++++-
include/dt-bindings/clock/exynos5250.h | 4 +-
16 files changed, 106 insertions(+), 40 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/arm/samsung-boards.txt
create mode 100644
Documentation/devicetree/bindings/arm/samsung/samsung-boards.txt
rename Documentation/devicetree/bindings/{arm/exynos/power_domain.txt
=> power/pd-samsung.txt} (93%)
next reply other threads:[~2015-10-23 21:18 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-23 21:18 Kukjin Kim [this message]
2015-10-23 21:18 ` [GIT PULL 1/5] Late Samsung DT updates for v4.4 Kukjin Kim
2015-10-23 21:21 ` [GIT PULL 2/5] Late Samsung DT64 update " Kukjin Kim
2015-10-23 21:21 ` Kukjin Kim
2015-10-26 1:18 ` Olof Johansson
2015-10-26 1:18 ` Olof Johansson
2015-10-23 21:23 ` [GIT PULL 3/5] Late Samsung SoC updates " Kukjin Kim
2015-10-23 21:23 ` Kukjin Kim
2015-10-26 1:19 ` Olof Johansson
2015-10-26 1:19 ` Olof Johansson
2015-10-23 21:26 ` [GIT PULL 4/5] Late Samsung driver " Kukjin Kim
2015-10-23 21:26 ` Kukjin Kim
2015-10-28 7:37 ` Krzysztof Kozlowski
2015-10-28 7:37 ` Krzysztof Kozlowski
2015-10-28 7:49 ` Pavel Fedin
2015-10-28 7:49 ` Pavel Fedin
2015-10-28 7:57 ` Krzysztof Kozlowski
2015-10-28 7:57 ` Krzysztof Kozlowski
2015-10-28 8:00 ` Pavel Fedin
2015-10-28 8:00 ` Pavel Fedin
2015-10-28 8:05 ` Krzysztof Kozlowski
2015-10-28 8:05 ` Krzysztof Kozlowski
2015-10-28 9:02 ` Pavel Fedin
2015-10-28 9:02 ` Pavel Fedin
2015-10-31 2:12 ` Olof Johansson
2015-10-31 2:12 ` Olof Johansson
2015-10-23 21:27 ` [GIT PULL 5/5] Late Samsung defconfig " Kukjin Kim
2015-10-23 21:27 ` Kukjin Kim
2015-10-26 1:21 ` Olof Johansson
2015-10-26 1:21 ` Olof Johansson
2015-10-26 1:17 ` [GIT PULL 1/5] Late Samsung DT " Olof Johansson
2015-10-26 1:17 ` 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=562AA40E.4050407@kernel.org \
--to=kgene@kernel.org \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=k.kozlowski@samsung.com \
--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.