From: Maciej Purski <m.purski@samsung.com>
To: linux-samsung-soc@vger.kernel.org
Cc: Kukjin Kim <kgene@kernel.org>,
Krzysztof Kozlowski <krzk@kernel.org>,
devicetree@vger.kernel.org, m.szyprowski@samsung.com,
b.zolnierkie@samsung.com, Maciej Purski <m.purski@samsung.com>
Subject: [PATCH v2 0/9] Exynos 4210, 4412 DTS cleanup
Date: Mon, 05 Feb 2018 08:56:59 +0100 [thread overview]
Message-ID: <1517817428-7898-1-git-send-email-m.purski@samsung.com> (raw)
In-Reply-To: CGME20180205075723eucas1p1e14d59501a636903262aee195348d53c@eucas1p1.samsung.com
Hi all,
this patchset performs cleanup of exynos4 series DTS. The main goal
is to prepare them to add "soc" node just like it is done in other
exynos DTS. Basically those patches use labels wherever possible
instead of redefining nodes, which have been defined in
exynos4.dtsi, exynos4210.dtsi or exynos4412.dtsi.
Best Regards,
Maciej Purski
---
Changes in v2:
- squashed patch #3 and #4
- move interrupts, reg and status properties to exynos4.dtsi
- put nodes in alphabetical order in exynos4412-odroid common
and exynos4210-universal_c210
Maciej Purski (9):
ARM: dts: exynos: Use pinctrl labels in exynos4210-pinctrl
ARM: dts: exynos: Use pinctrl labels in exynos4412-pinctrl
ARM: dts: exynos: Use labels instead of full names in exynos4210
ARM: dts: exynos: Use fimc labels in exynos4210-trats
ARM: dts: exynos: Use labels instead of full names in
exynos4210-universal_c210
ARM: dts: exynos: Use camera label in exynos4412
ARM: dts: exynos: Use camera label in exynos4412-odroid-common
ARM: dts: exynos: Use labels instead of full names in
exynos4412-trats2
ARM: dts: exynos: Use camera label in exynos4412-itop-elite
arch/arm/boot/dts/exynos4.dtsi | 6 +-
arch/arm/boot/dts/exynos4210-pinctrl.dtsi | 1680 ++++++++++----------
arch/arm/boot/dts/exynos4210-trats.dts | 73 +-
arch/arm/boot/dts/exynos4210-universal_c210.dts | 115 +-
arch/arm/boot/dts/exynos4210.dtsi | 101 +-
arch/arm/boot/dts/exynos4412-itop-elite.dts | 16 +-
arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 12 +-
arch/arm/boot/dts/exynos4412-pinctrl.dtsi | 1914 +++++++++++------------
arch/arm/boot/dts/exynos4412-trats2.dts | 73 +-
arch/arm/boot/dts/exynos4412.dtsi | 237 +--
10 files changed, 2114 insertions(+), 2113 deletions(-)
--
2.7.4
next parent reply other threads:[~2018-02-05 7:56 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20180205075723eucas1p1e14d59501a636903262aee195348d53c@eucas1p1.samsung.com>
2018-02-05 7:56 ` Maciej Purski [this message]
2018-02-05 7:57 ` [PATCH v2 1/9] ARM: dts: exynos: Use pinctrl labels in exynos4210-pinctrl Maciej Purski
[not found] ` <1517817428-7898-2-git-send-email-m.purski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2018-02-12 19:15 ` Krzysztof Kozlowski
[not found] ` <CGME20180205075727eucas1p1162865cc75af18a3295a9c7665e93dfb@eucas1p1.samsung.com>
[not found] ` <1517817428-7898-1-git-send-email-m.purski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2018-02-05 7:57 ` [PATCH v2 2/9] ARM: dts: exynos: Use pinctrl labels in exynos4412-pinctrl Maciej Purski
2018-02-05 7:57 ` [PATCH v2 5/9] ARM: dts: exynos: Use labels instead of full names in exynos4210-universal_c210 Maciej Purski
2018-02-05 8:31 ` [PATCH v2 0/9] Exynos 4210, 4412 DTS cleanup Krzysztof Kozlowski
2018-02-05 7:57 ` [PATCH v2 3/9] ARM: dts: exynos: Use labels instead of full names in exynos4210 Maciej Purski
2018-02-05 7:57 ` [PATCH v2 4/9] ARM: dts: exynos: Use fimc labels in exynos4210-trats Maciej Purski
2018-02-05 7:57 ` [PATCH v2 6/9] ARM: dts: exynos: Use camera label in exynos4412 Maciej Purski
[not found] ` <1517817428-7898-7-git-send-email-m.purski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2018-02-13 17:44 ` Krzysztof Kozlowski
2018-02-05 7:57 ` [PATCH v2 7/9] ARM: dts: exynos: Use camera label in exynos4412-odroid-common Maciej Purski
2018-02-05 7:57 ` [PATCH v2 8/9] ARM: dts: exynos: Use labels instead of full names in exynos4412-trats2 Maciej Purski
2018-02-05 7:57 ` [PATCH v2 9/9] ARM: dts: exynos: Use camera label in exynos4412-itop-elite Maciej Purski
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=1517817428-7898-1-git-send-email-m.purski@samsung.com \
--to=m.purski@samsung.com \
--cc=b.zolnierkie@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=kgene@kernel.org \
--cc=krzk@kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox