[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20101116204917.12146.39851.stgit@riker>
Date: Tue, 16 Nov 2010 12:49:43 -0800
From: John Bonesio <bones@...retlab.ca>
To: linux-kernel@...r.kernel.org
Cc: linuxppc-dev@...ts.ozlabs.org, jdl@....com, glikely@...retlab.ca,
devicetree-discuss@...ts.ozlabs.org, david@...son.dropbear.id.au
Subject: [PATCH 0/5] Series short description
The following series implements a set of changes to refactor dts (device tree
source) files for systems using the mpc5200b SoC.
The dtc changes allow a base dts to be defined in a common dts file included
with '/include/ <filename>'. This base dts can then be updated and modified
by merging in a second device tree defined in the system specific dts file.
The rest of the changes are the refactoring of the mpc5200b dts files.
---
John Bonesio (5):
scripts: dtc: Merge in changes from the dtc repository
powerpc/5200: dts: rename nodes to prepare for refactoring dts files
powerpc/5200: dts: remove unused properties
powerpc/5200: dts: Remove incorrect combatible strings
powerpc/5200: dts: refactor dts files
arch/powerpc/boot/dts/cm5200.dts | 198 +++----------------------
arch/powerpc/boot/dts/digsy_mtc.dts | 179 +++--------------------
arch/powerpc/boot/dts/lite5200b.dts | 210 ++-------------------------
arch/powerpc/boot/dts/media5200.dts | 216 +++------------------------
arch/powerpc/boot/dts/motionpro.dts | 198 +++----------------------
arch/powerpc/boot/dts/mpc5200b.dtsi | 276 +++++++++++++++++++++++++++++++++++
arch/powerpc/boot/dts/mucmc52.dts | 176 ++++++----------------
arch/powerpc/boot/dts/pcm030.dts | 201 ++-----------------------
arch/powerpc/boot/dts/pcm032.dts | 205 ++------------------------
arch/powerpc/boot/dts/uc101.dts | 162 ++++-----------------
10 files changed, 499 insertions(+), 1522 deletions(-)
create mode 100644 arch/powerpc/boot/dts/mpc5200b.dtsi
--
Signature
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists