From: Paul Gortmaker <paul.gortmaker@windriver.com>
To: Kumar Gala <galak@kernel.crashing.org>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH] 83xx: Clean up / convert mpc83xx board DTS files to v1 format.
Date: Mon, 28 Jan 2008 17:44:08 -0500 [thread overview]
Message-ID: <479E5AB8.9000907@windriver.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0801281619040.28029@blarg.am.freescale.net>
Kumar Gala wrote:
> On Mon, 28 Jan 2008, Paul Gortmaker wrote:
>
>
>> This patch converts the remaining 83xx boards to the dts-v1 format.
>> This includes the mpc8313_rdb, mpc832x_mds, mpc8323_rdb, mpc8349emitx,
>> mpc8349emitxgp and the mpc836x_mds.
>>
>> The mpc8315_rdb mpc834x_mds, mpc837[789]_*, and sbc8349 were already
>> dts-v1 and only undergo minor changes for the sake of formatting
>> consistency across the whole group of boards; i.e. the idea being
>> that you can do a "diff -u board_A.dts board_B.dts" and see something
>> meaningful.
>>
>> The general rule I've applied is that entries for values normally
>> parsed by humans are left in decimal (i.e. IRQ, cache size, clock
>> rates, basic counts and indexes) and all other data (i.e. reg and
>> ranges, IRQ flags etc.) remain in hex.
>>
>> I've used dtc to confirm that the output prior to this changeset
>> matches the output after this changeset is applied for all boards.
>>
>> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
>> ---
>> arch/powerpc/boot/dts/mpc8313erdb.dts | 152 +++++++++---------
>> arch/powerpc/boot/dts/mpc8315erdb.dts | 100 ++++++------
>> arch/powerpc/boot/dts/mpc832x_mds.dts | 252 +++++++++++++++--------------
>> arch/powerpc/boot/dts/mpc832x_rdb.dts | 154 +++++++++---------
>> arch/powerpc/boot/dts/mpc8349emitx.dts | 155 +++++++++---------
>> arch/powerpc/boot/dts/mpc8349emitxgp.dts | 109 +++++++------
>> arch/powerpc/boot/dts/mpc834x_mds.dts | 36 ++--
>> arch/powerpc/boot/dts/mpc836x_mds.dts | 260 +++++++++++++++---------------
>> arch/powerpc/boot/dts/mpc8377_mds.dts | 138 ++++++++--------
>> arch/powerpc/boot/dts/mpc8377_rdb.dts | 102 ++++++------
>> arch/powerpc/boot/dts/mpc8378_mds.dts | 130 ++++++++--------
>> arch/powerpc/boot/dts/mpc8378_rdb.dts | 94 ++++++------
>> arch/powerpc/boot/dts/mpc8379_mds.dts | 146 +++++++++---------
>> arch/powerpc/boot/dts/mpc8379_rdb.dts | 112 +++++++-------
>> arch/powerpc/boot/dts/sbc8349.dts | 44 +++---
>> 15 files changed, 999 insertions(+), 985 deletions(-)
>>
>>
>
> applied. Checkout for whitespace in the future (sbc8349.dts)
>
Oops -- leaked one space in my rush to get it done and to
you today. Thanks for catching it.
P.
> - k
>
next prev parent reply other threads:[~2008-01-28 22:44 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-28 7:27 [PATCH 0/9] 83xx DTS fixes and v1 conversions Paul Gortmaker
2008-01-28 7:27 ` [PATCH 1/9] qe/muram dts: Explicitly set address-cells and size cells for muram Paul Gortmaker
2008-01-28 7:27 ` [PATCH 2/9] mpc834x_mds: Convert device tree source to dts-v1 Paul Gortmaker
2008-01-28 7:27 ` [PATCH 3/9] sbc8349: convert human parseable DTS properties to decimal Paul Gortmaker
2008-01-28 7:27 ` [PATCH 4/9] mpc836x: Convert mpc836x_mds to dts-v1 format Paul Gortmaker
2008-01-28 7:27 ` [PATCH 5/9] mpc832x_mds: Convert mpc832x_mds " Paul Gortmaker
2008-01-28 7:27 ` [PATCH 6/9] mpc832x_rdb: Convert mpc832x_rdb " Paul Gortmaker
2008-01-28 7:27 ` [PATCH 7/9] 8349mitx: Convert mpc8349e-mitx " Paul Gortmaker
2008-01-28 7:27 ` [PATCH 8/9] 8349mitxgp: Convert mpc8349e MITX GP " Paul Gortmaker
2008-01-28 7:27 ` [PATCH 9/9] 8313rdb: Convert mpc8313 RDB " Paul Gortmaker
2008-01-28 15:04 ` [PATCH 1/9] qe/muram dts: Explicitly set address-cells and size cells for muram Kumar Gala
2008-01-28 15:26 ` Paul Gortmaker
2008-01-28 15:07 ` [PATCH 0/9] 83xx DTS fixes and v1 conversions Kumar Gala
2008-01-28 15:51 ` Paul Gortmaker
2008-01-28 16:09 ` Kumar Gala
2008-01-28 16:46 ` Paul Gortmaker
2008-01-28 21:09 ` [PATCH] 83xx: Clean up / convert mpc83xx board DTS files to v1 format Paul Gortmaker
2008-01-28 22:19 ` Kumar Gala
2008-01-28 22:44 ` Paul Gortmaker [this message]
2008-01-28 15:57 ` [PATCH 0/9] 83xx DTS fixes and v1 conversions Grant Likely
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=479E5AB8.9000907@windriver.com \
--to=paul.gortmaker@windriver.com \
--cc=galak@kernel.crashing.org \
--cc=linuxppc-dev@ozlabs.org \
/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.