On 05/17/15 17:09, Krzysztof Kozlowski wrote:
Hi,
Hi,
Changes since v5
================
1. Rebased on current Kukjin's for-next branch:
v4.1-rc3-34-gfcfae6b049cf
Changes since v4
================
1. Patch 1: Don't add labels in exynos4210-pinctrl.dtsi because
these are already defined in exynos4210.dtsi.
2. Patch 9: Add ack from Eduardo Valentin.
Changes since v3
================
1. New patches (12 and 13) for Exynos4412 Origen and Tiny4412.
2. Rebased on top of my DTS-for-next branch:
repo: https://github.com/krzk/linux/
tag: samsung-dt-for-next-4.2-2
Changes since v2
================
1. Fix typo in commit msg (lablels -> labels).
Changes since v1
================
1. Re-phrased the description (phandle->label). Suggested by Arnd.
Description
===========
The label-based notation reduces possible mistakes when overriding
nodes by child DTSI and board files and reduces duplication
of addresses.
The patchset refactors Exynos4 boards to use labels for overriding nodes.
Tested by comparison of decompiled DTB for each commit. The output DTB
is the same.
Thanks for your resending. Looks good to me and I'll sort them out in
this weekend.
- Kukjin