From: Rupjyoti Sarmah <rsarmah@apm.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1]ppc4xx/Canyonlands added USB board callbacks
Date: Wed, 7 Jul 2010 15:48:13 +0530 [thread overview]
Message-ID: <b9c9fd0f573476e59f0b66a73c36f80a@mail.gmail.com> (raw)
In-Reply-To: <20100707073138.806C3160691@gemini.denx.de>
Hi Wolfgang,
Sent: Wednesday, July 07, 2010 1:02 PM
To: Rupjyoti Sarmah
> - if (in_8((void *)(CONFIG_SYS_BCSR_BASE + 3)) &
CONFIG_SYS_BCSR3_PCIE)
> + if (bcsr_data->board_status & CONFIG_SYS_BCSR3_PCIE)
Please use I/O accessors to read the BCSR.
> - printf(", Rev. %X", in_8((void *)(CONFIG_SYS_BCSR_BASE + 0)));
> + printf(", Rev. %X", bcsr_data->cpld_rev);
Ditto. There are more changes like this - please fix all of them.
>>> Done.
> --- a/include/configs/canyonlands.h
> +++ b/include/configs/canyonlands.h
What is "ep460c"? We know 460EX (the CPU) and Canyonlands (the board).
>>> It is the Canyonlands board user manual ( ep460c from embedded
planet).
I changed this comment to make it more clear.
I am submitting [PATCH v2] with the changes.
Regards,
Rup
prev parent reply other threads:[~2010-07-07 10:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-07 6:32 [U-Boot] [PATCH v1]ppc4xx/Canyonlands added USB board callbacks Rupjyoti Sarmah
2010-07-07 7:31 ` Wolfgang Denk
2010-07-07 10:18 ` Rupjyoti Sarmah [this message]
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=b9c9fd0f573476e59f0b66a73c36f80a@mail.gmail.com \
--to=rsarmah@apm.com \
--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 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.