From: Scott Wood <scottwood@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] NAND FSL UPM: driver re-write using the hwcontrol callback
Date: Mon, 2 Jun 2008 17:12:08 -0500 [thread overview]
Message-ID: <20080602221208.GA4025@loki.buserror.net> (raw)
In-Reply-To: <4843C73F.3040706@grandegger.com>
On Mon, Jun 02, 2008 at 12:11:11PM +0200, Wolfgang Grandegger wrote:
> NAND FSL UPM: driver re-write using the hwcontrol callback
>
> This is a re-write of the NAND FSL UPM driver using the more universal
> hwcontrol callback (instead of the cmdfunc callback). Here is a brief
> list of furher modifications:
[snip]
> This patch is based on the following patches posted to this list a few
> minutes ago:
>
> [PATCH] PPC: add accessor macros to clear and set bits in one shot
> [PATCH] 83xx/85xx/86xx: add more MxMR local bus definitions
[snip]
> /* yet only 8 bit accessors implemented */
> - if (fun->width != 1)
> + if (fun->width != 8 && fun->width != 16 && fun->width != 32)
The above comment looks like it should be removed.
Otherwise, Acked-by: Scott Wood <scottwood@freescale.com>
Feel free to send via a powerpc tree due to the dependencies.
-Scott
prev parent reply other threads:[~2008-06-02 22:12 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-02 10:11 [U-Boot-Users] [PATCH] NAND FSL UPM: driver re-write using the hwcontrol callback Wolfgang Grandegger
2008-06-02 11:42 ` Anton Vorontsov
2008-06-02 13:02 ` Wolfgang Grandegger
2008-06-02 15:03 ` Stefan Roese
2008-06-02 19:32 ` Wolfgang Grandegger
2008-06-04 10:31 ` Detlev Zundel
2008-06-02 22:12 ` Scott Wood [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=20080602221208.GA4025@loki.buserror.net \
--to=scottwood@freescale.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.