public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 1/6] i.MX31: Add NFC_BASE_ADDR definition.
Date: Mon, 18 Aug 2008 23:36:46 +0200	[thread overview]
Message-ID: <20080818213646.GA4609@game.jcrosoft.org> (raw)
In-Reply-To: <1219051847-22887-2-git-send-email-lilja.magnus@gmail.com>

On 11:30 Mon 18 Aug     , Magnus Lilja wrote:
> Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
> ---
>  include/asm-arm/arch-mx31/mx31-regs.h |   11 +++++++++++
>  1 files changed, 11 insertions(+), 0 deletions(-)
> 
> diff --git a/include/asm-arm/arch-mx31/mx31-regs.h b/include/asm-arm/arch-mx31/mx31-regs.h
> index b04a718..769c1e8 100644
> --- a/include/asm-arm/arch-mx31/mx31-regs.h
> +++ b/include/asm-arm/arch-mx31/mx31-regs.h
> @@ -168,4 +168,15 @@
>  #define CS5_BASE	0xB6000000
>  #define PCMCIA_MEM_BASE	0xC0000000
>  
> +/*
> + * NAND controller
> + */
> +#define NFC_BASE_ADDR	0xB8000000
> +
> +/*
> + * NFMS bit in RCSR register for pagesize of nandflash
> + */
> +#define NFMS (*((volatile u32 *)CCM_RCSR))
> +#define NFMS_BIT 30
I'll prefer to align it

it's more readable IMHO

Best Regards,
J.

  parent reply	other threads:[~2008-08-18 21:36 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-18  9:30 [U-Boot] [PATCH v2 0/6] i.MX31: Add NAND support and new PDK board Magnus Lilja
2008-08-18  9:30 ` [U-Boot] [PATCH v2 1/6] i.MX31: Add NFC_BASE_ADDR definition Magnus Lilja
2008-08-18  9:30   ` [U-Boot] [PATCH v2 2/6] i.MX31: Add reset_timer() and modify get_timer_masked() Magnus Lilja
2008-08-18  9:30     ` [U-Boot] [PATCH v2 3/6] i.MX31: Add i.MX31 NAND Flash Controller driver Magnus Lilja
2008-08-18  9:30       ` [U-Boot] [PATCH v2 4/6] i.MX31: Add NAND support in the i.MX31 Litekit config file Magnus Lilja
2008-08-18  9:30         ` [U-Boot] [PATCH v2 5/6] i.MX31: Make the SPI bus and chip select configurable for MC13783 Magnus Lilja
2008-08-18  9:30           ` [U-Boot] [PATCH v2 6/6] i.MX31: Add basic support for Freescale's i.MX31 PDK board Magnus Lilja
2008-08-19  9:01           ` [U-Boot] [PATCH v2 5/6] i.MX31: Make the SPI bus and chip select configurable for MC13783 Jean-Christophe PLAGNIOL-VILLARD
2008-08-19 11:26             ` Magnus Lilja
2008-08-18 21:02       ` [U-Boot] [PATCH v2 3/6] i.MX31: Add i.MX31 NAND Flash Controller driver Scott Wood
2008-08-18 21:40     ` [U-Boot] [PATCH v2 2/6] i.MX31: Add reset_timer() and modify get_timer_masked() Jean-Christophe PLAGNIOL-VILLARD
2008-08-19  8:55       ` Magnus Lilja
2008-08-19  9:00         ` Jean-Christophe PLAGNIOL-VILLARD
2008-08-18 21:36   ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2008-08-19  8:53     ` [U-Boot] [PATCH v2 1/6] i.MX31: Add NFC_BASE_ADDR definition Magnus Lilja
2008-08-27 22:46 ` [U-Boot] [PATCH v2 0/6] i.MX31: Add NAND support and new PDK board Jean-Christophe PLAGNIOL-VILLARD
2008-08-28  8:53   ` Magnus Lilja

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=20080818213646.GA4609@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox