All of lore.kernel.org
 help / color / mirror / Atom feed
From: Scott Wood <scottwood@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] TI: Davinci: NAND Driver Cleanup
Date: Mon, 15 Mar 2010 12:27:50 -0500	[thread overview]
Message-ID: <20100315172750.GA17448@loki.buserror.net> (raw)
In-Reply-To: <1268601271-3542-1-git-send-email-s-paulraj@ti.com>

On Sun, Mar 14, 2010 at 05:14:31PM -0400, s-paulraj at ti.com wrote:
> -	emif_regs->AB1CR = acfg1; /* CS2 */
> +	__raw_writel(acfg1, &emif_regs->AB1CR); /* CS2 */

Configuring for davinci_schmoogie board...
davinci_nand.c: In function ?nand_flash_init?:
davinci_nand.c:586: error: ?struct davinci_emif_regs? has no member named ?AB1CR?
make[1]: *** [davinci_nand.o] Error 1
make: *** [drivers/mtd/nand/libnand.a] Error 2

Should be lowercase?

Also, any particular reason to use the raw version of the accessors?

-Scott

  reply	other threads:[~2010-03-15 17:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-14 21:14 [U-Boot] [PATCH] TI: Davinci: NAND Driver Cleanup s-paulraj at ti.com
2010-03-15 17:27 ` Scott Wood [this message]
2010-03-16 18:24   ` Chemparathy, Cyril
2010-03-16 19:49     ` Scott Wood
2010-03-16 12:39 ` Nick Thompson
2010-03-16 18:05   ` Chemparathy, Cyril

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=20100315172750.GA17448@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.