From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/4] ppc4xx: Cleanup some HW register names
Date: Sun, 4 Oct 2009 13:36:25 +0200 [thread overview]
Message-ID: <200910041336.25263.sr@denx.de> (raw)
In-Reply-To: <1254507131-32670-3-git-send-email-niklaus.giger@member.fsf.org>
Hi Niklaus,
as mentioned in my review comment to patch 0/4, please put the patch
description into this commit text as well.
On Friday 02 October 2009 20:12:08 Niklaus Giger wrote:
> Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
> ---
> include/4xx_i2c.h | 2 +-
> include/ppc405.h | 4 +-
> include/ppc440.h | 179 ++++++++++++++++++++++------------------
> include/ppc4xx_enet.h | 220
> +++++++++++++++++++++++++------------------------ 4 files changed, 216
> insertions(+), 189 deletions(-)
>
> diff --git a/include/4xx_i2c.h b/include/4xx_i2c.h
> index f0e772c..070657f 100644
> --- a/include/4xx_i2c.h
> +++ b/include/4xx_i2c.h
> @@ -63,7 +63,7 @@
> #define IIC_EXTSTS (I2C_REGISTERS_BASE_ADDRESS+IICEXTSTS)
> #define IIC_LSADR (I2C_REGISTERS_BASE_ADDRESS+IICLSADR)
> #define IIC_HSADR (I2C_REGISTERS_BASE_ADDRESS+IICHSADR)
> -#define IIC_CLKDIV (I2C_REGISTERS_BASE_ADDRESS+IICCLKDIV)
> +#define IIC_CLKDIV (I2C_REGISTERS_BASE_ADDRESS+IIC0_CLKDIV)
> #define IIC_INTRMSK (I2C_REGISTERS_BASE_ADDRESS+IICINTRMSK)
> #define IIC_XFRCNT (I2C_REGISTERS_BASE_ADDRESS+IICXFRCNT)
> #define IIC_XTCNTLSS (I2C_REGISTERS_BASE_ADDRESS+IICXTCNTLSS)
> diff --git a/include/ppc405.h b/include/ppc405.h
> index 5e56897..4c62249 100644
> --- a/include/ppc405.h
> +++ b/include/ppc405.h
> @@ -578,7 +578,7 @@
> #define IICEXTSTS 0x09
> #define IICLSADR 0x0A
> #define IICHSADR 0x0B
> -#define IICCLKDIV 0x0C
> +#define IIC0_CLKDIV 0x0C
> #define IICINTRMSK 0x0D
> #define IICXFRCNT 0x0E
> #define IICXTCNTLSS 0x0F
Why did you "only" change one of there I2C defines? Not enough time to change
them all? Any chance that you could change the other defines as well? Or
remove them if they are not used at all.
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
next prev parent reply other threads:[~2009-10-04 11:36 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-02 18:12 [U-Boot] [PATCH 0/4] ppc4xx: Overhaul for cmd reginfo Niklaus Giger
2009-10-02 18:12 ` Niklaus Giger
2009-10-02 18:12 ` [U-Boot] [PATCH 1/4] ppc4xx: Cleanup some HW register names Niklaus Giger
2009-10-02 18:12 ` [U-Boot] [PATCH 2/4] ppc4xx: Apply new " Niklaus Giger
2009-10-02 18:12 ` [U-Boot] [PATCH 3/4] ppc4xx: Rework cmd reginfo Niklaus Giger
2009-10-02 18:12 ` [U-Boot] [PATCH 4/4] ppc4xx: respect 80-chars per line in ppc*.h files Niklaus Giger
2009-10-04 11:51 ` [U-Boot] [PATCH 3/4] ppc4xx: Rework cmd reginfo Stefan Roese
2009-10-04 11:36 ` Stefan Roese [this message]
2009-10-04 15:39 ` [U-Boot] [PATCH 1/4] ppc4xx: Cleanup some HW register names Niklaus Giger
2009-10-07 7:34 ` Stefan Roese
2009-10-04 11:31 ` [U-Boot] [PATCH 0/4] ppc4xx: Overhaul for cmd reginfo Stefan Roese
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=200910041336.25263.sr@denx.de \
--to=sr@denx.de \
--cc=u-boot@lists.denx.de \
/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