* [U-Boot] ppc4xx: Convert PPC4xx UIC defines from lower case to upper case
@ 2009-09-24 8:17 Stefan Roese
2009-09-24 9:41 ` Niklaus Giger
2009-09-28 8:54 ` Stefan Roese
0 siblings, 2 replies; 4+ messages in thread
From: Stefan Roese @ 2009-09-24 8:17 UTC (permalink / raw)
To: u-boot
The latest PPC4xx register cleanup patch missed the UIC defines.
This patch now changes lower case UIC defines to upper case.
Signed-off-by: Stefan Roese <sr@denx.de>
---
board/amcc/acadia/acadia.c | 12 ++--
board/amcc/bamboo/bamboo.c | 28 +++++-----
board/amcc/bubinga/bubinga.c | 12 ++--
board/amcc/canyonlands/canyonlands.c | 62 +++++++++++-----------
board/amcc/ebony/ebony.c | 30 +++++-----
board/amcc/katmai/katmai.c | 72 ++++++++++++------------
board/amcc/kilauea/kilauea.c | 48 ++++++++--------
board/amcc/luan/luan.c | 32 ++++++------
board/amcc/makalu/makalu.c | 48 ++++++++--------
board/amcc/ocotea/ocotea.c | 60 ++++++++++----------
board/amcc/redwood/redwood.c | 60 ++++++++++----------
board/amcc/sequoia/sequoia.c | 42 +++++++-------
board/amcc/taihu/taihu.c | 14 +++---
board/amcc/taishan/taishan.c | 60 ++++++++++----------
board/amcc/walnut/walnut.c | 14 +++---
board/amcc/yosemite/yosemite.c | 28 +++++-----
board/amcc/yucca/yucca.c | 64 +++++++++++-----------
board/cray/L1/L1.c | 14 +++---
board/csb272/csb272.c | 14 +++---
board/csb472/csb472.c | 14 +++---
board/dave/PPChameleonEVB/PPChameleonEVB.c | 14 +++---
board/eric/eric.c | 14 +++---
board/esd/apc405/apc405.c | 14 +++---
board/esd/ar405/ar405.c | 14 +++---
board/esd/ash405/ash405.c | 14 +++---
board/esd/canbt/canbt.c | 14 +++---
board/esd/cms700/cms700.c | 14 +++---
board/esd/cpci2dp/cpci2dp.c | 16 +++---
board/esd/cpci405/cpci405.c | 18 +++---
board/esd/cpciiser4/cpciiser4.c | 16 +++---
board/esd/dp405/dp405.c | 14 +++---
board/esd/du405/du405.c | 14 +++---
board/esd/du440/du440.c | 42 +++++++-------
board/esd/hh405/hh405.c | 14 +++---
board/esd/hub405/hub405.c | 14 +++---
board/esd/ocrtc/ocrtc.c | 14 +++---
board/esd/pci405/pci405.c | 16 +++---
board/esd/plu405/plu405.c | 14 +++---
board/esd/pmc405/pmc405.c | 14 +++---
board/esd/pmc405de/pmc405de.c | 14 +++---
board/esd/pmc440/pmc440.c | 46 ++++++++--------
board/esd/voh405/voh405.c | 14 +++---
board/esd/vom405/vom405.c | 14 +++---
board/esd/wuh405/wuh405.c | 14 +++---
board/exbitgen/exbitgen.c | 14 +++---
board/g2000/g2000.c | 26 +++++-----
board/gdsys/dlvision/dlvision.c | 14 +++---
board/gdsys/gdppc440etx/gdppc440etx.c | 28 +++++-----
board/gdsys/intip/intip.c | 56 ++++++++++----------
board/gdsys/neo/neo.c | 14 +++---
board/jse/jse.c | 12 ++--
board/korat/korat.c | 46 ++++++++--------
board/lwmon5/lwmon5.c | 42 +++++++-------
board/mpl/mip405/mip405.c | 14 +++---
board/mpl/pip405/pip405.c | 14 +++---
board/netstal/hcu4/hcu4.c | 12 ++--
board/netstal/hcu5/hcu5.c | 46 ++++++++--------
board/netstal/mcu25/mcu25.c | 12 ++--
board/pcs440ep/pcs440ep.c | 30 +++++-----
board/prodrive/alpr/alpr.c | 60 ++++++++++----------
board/prodrive/p3p440/p3p440.c | 30 +++++-----
board/quad100hd/quad100hd.c | 14 +++---
board/sandburst/karef/karef.c | 60 ++++++++++----------
board/sandburst/metrobox/metrobox.c | 60 ++++++++++----------
board/sbc405/sbc405.c | 14 +++---
board/sc3/sc3.c | 18 +++---
board/w7o/w7o.c | 28 +++++-----
board/xes/xpedite1000/xpedite1000.c | 54 +++++++++---------
board/zeus/zeus.c | 14 +++---
common/cmd_reginfo.c | 36 ++++++------
cpu/ppc4xx/uic.c | 28 +++++-----
include/asm-ppc/ppc4xx-uic.h | 80 ++++++++++++----------------
72 files changed, 999 insertions(+), 1011 deletions(-)
This patch is too big for the mailing list (140k). Please find it
for review in the "4xx-register-cleanup" branch of the u-boot-ppc4xx
repository:
http://git.denx.de/?p=u-boot/u-boot-
ppc4xx.git;a=commit;h=5d4af9a7a4d652ec3c5b71dbf169214fcbfb16fa
Cheers,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] ppc4xx: Convert PPC4xx UIC defines from lower case to upper case
2009-09-24 8:17 [U-Boot] ppc4xx: Convert PPC4xx UIC defines from lower case to upper case Stefan Roese
@ 2009-09-24 9:41 ` Niklaus Giger
2009-09-24 9:51 ` Stefan Roese
2009-09-28 8:54 ` Stefan Roese
1 sibling, 1 reply; 4+ messages in thread
From: Niklaus Giger @ 2009-09-24 9:41 UTC (permalink / raw)
To: u-boot
Hi Stefan
Am Donnerstag 24 September 2009 10:17:55 schrieb Stefan Roese:
> The latest PPC4xx register cleanup patch missed the UIC defines.
> This patch now changes lower case UIC defines to upper case.
>
> Signed-off-by: Stefan Roese <sr@denx.de>
> ---
<snip>
> This patch is too big for the mailing list (140k). Please find it
> for review in the "4xx-register-cleanup" branch of the u-boot-ppc4xx
> repository:
Thanks for your work to cleanup all the messy defines. They are fine for me.
They will however create reject with the patches I am preparing (called Lindents -pcs on all my sources).
Is it okay if I continue to submit my patches and you then rerun your script?
Or shall I wait until your changes got merged?
Best regards
Niklaus
>
> http://git.denx.de/?p=u-boot/u-boot-
> ppc4xx.git;a=commit;h=5d4af9a7a4d652ec3c5b71dbf169214fcbfb16fa
>
> Cheers,
> Stefan
>
> --
> DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
--
Niklaus Giger
Netstal Maschinen AG
CH-8752 Naefels
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] ppc4xx: Convert PPC4xx UIC defines from lower case to upper case
2009-09-24 9:41 ` Niklaus Giger
@ 2009-09-24 9:51 ` Stefan Roese
0 siblings, 0 replies; 4+ messages in thread
From: Stefan Roese @ 2009-09-24 9:51 UTC (permalink / raw)
To: u-boot
Hi Niklaus,
On Thursday 24 September 2009 11:41:13 Niklaus Giger wrote:
> Thanks for your work to cleanup all the messy defines. They are fine for
> me.
>
> They will however create reject with the patches I am preparing (called
> Lindents -pcs on all my sources).
>
> Is it okay if I continue to submit my patches and you then rerun your
> script? Or shall I wait until your changes got merged?
If it isn't too much trouble for you, I would prefer if you would send your
new patches rebased on the "4xx-register-cleanup" branch.
Thanks.
Cheers,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] ppc4xx: Convert PPC4xx UIC defines from lower case to upper case
2009-09-24 8:17 [U-Boot] ppc4xx: Convert PPC4xx UIC defines from lower case to upper case Stefan Roese
2009-09-24 9:41 ` Niklaus Giger
@ 2009-09-28 8:54 ` Stefan Roese
1 sibling, 0 replies; 4+ messages in thread
From: Stefan Roese @ 2009-09-28 8:54 UTC (permalink / raw)
To: u-boot
On Thursday 24 September 2009 10:17:55 Stefan Roese wrote:
> The latest PPC4xx register cleanup patch missed the UIC defines.
> This patch now changes lower case UIC defines to upper case.
Applied to u-boot-ppc4xx/master. Thanks.
Cheers,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-09-28 8:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-24 8:17 [U-Boot] ppc4xx: Convert PPC4xx UIC defines from lower case to upper case Stefan Roese
2009-09-24 9:41 ` Niklaus Giger
2009-09-24 9:51 ` Stefan Roese
2009-09-28 8:54 ` Stefan Roese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox