All of lore.kernel.org
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v12 01/30] mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT
Date: Fri, 12 Apr 2013 08:03:47 +0200	[thread overview]
Message-ID: <20130412080347.102f87c6@lilith> (raw)
In-Reply-To: <1365708963-14562-1-git-send-email-benoit.thebaudeau@advansee.com>

Hi Beno?t,

On Thu, 11 Apr 2013 21:35:34 +0200, Beno?t Th?baudeau
<benoit.thebaudeau@advansee.com> wrote:

> From: Fabio Estevam <fabio.estevam@freescale.com>
> 
> Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT option so that other NAND controller
> drivers could use it when a 16-bit NAND is deployed.
> 
> drivers/mtd/nand/ndfc has CONFIG_SYS_NDFC_16BIT, so just rename it, so that
> other NAND drivers could reuse the same symbol.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> Acked-by: Scott Wood <scottwood@freescale.com>
> Reviewed-by: Beno?t Th?baudeau <benoit.thebaudeau@advansee.com>
> ---

Applied to u-boot-arm/master, thanks.

Note: this has been successfully build-tested against ARM and PPC.

Amicalement,
-- 
Albert.

      parent reply	other threads:[~2013-04-12  6:03 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-11 19:35 [U-Boot] [PATCH v12 01/30] mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT Benoît Thébaudeau
2013-04-11 19:35 ` [U-Boot] [PATCH v12 02/30] mtd: nand: mxc_nand: Fix is_16bit_nand() Benoît Thébaudeau
2013-04-11 19:35 ` [U-Boot] [PATCH v12 03/30] nand: mxc: Prepare to add support for i.MX5 Benoît Thébaudeau
2013-04-11 19:35 ` [U-Boot] [PATCH v12 04/30] nand: mxc: Add " Benoît Thébaudeau
2013-04-11 19:35 ` [U-Boot] [PATCH v12 05/30] imx: mx5: lowlevel_init: Simplify code Benoît Thébaudeau
2013-04-11 19:35 ` [U-Boot] [PATCH v12 06/30] imx: mx53ard: Add support for NAND Flash Benoît Thébaudeau
2013-04-11 19:35 ` [U-Boot] [PATCH v12 07/30] nand: mxc: Fix debug trace in mxc_nand_read_oob_syndrome() Benoît Thébaudeau
2013-04-11 19:35 ` [U-Boot] [PATCH v12 08/30] nand: mxc: Use appropriate page number in syndrome functions Benoît Thébaudeau
2013-04-11 19:35 ` [U-Boot] [PATCH v12 09/30] arm: start.S: Fix _TEXT_BASE for SPL Benoît Thébaudeau
2013-04-11 19:35 ` [U-Boot] [PATCH v12 10/30] arm: relocate_code() is no longer noreturn Benoît Thébaudeau
2013-04-11 19:35 ` [U-Boot] [PATCH v12 11/30] arm1136: Remove redundant relocate_code() return Benoît Thébaudeau
2013-04-11 19:35 ` [U-Boot] [PATCH v12 12/30] arm: relocate_code(): Remove useless relocation offset computation Benoît Thébaudeau
2013-04-11 19:35 ` [U-Boot] [PATCH v12 13/30] arm: relocate_code(): Use __image_copy_end for end of relocation Benoît Thébaudeau
2013-04-11 19:35 ` [U-Boot] [PATCH v12 14/30] arm: crt0.S: Remove bogus .globl Benoît Thébaudeau
2013-04-11 19:35 ` [U-Boot] [PATCH v12 15/30] autoconfig.mk: Make it possible to define configs from other configs Benoît Thébaudeau
2013-04-11 19:35 ` [U-Boot] [PATCH v12 16/30] Makefile: Change CONFIG_SPL_PAD_TO to image offset Benoît Thébaudeau
2013-04-11 19:35 ` [U-Boot] [PATCH v12 17/30] imx: Fix automatic make targets for imx images Benoît Thébaudeau
2013-04-11 19:35 ` [U-Boot] [PATCH v12 18/30] nand: mxc: Switch NAND SPL to generic SPL Benoît Thébaudeau
2013-04-11 19:35 ` [U-Boot] [PATCH v12 19/30] arm926ejs: Remove deprecated and now unused NAND SPL Benoît Thébaudeau
2013-04-11 19:35 ` [U-Boot] [PATCH v12 20/30] arm: Remove unused relocate_code() parameters Benoît Thébaudeau
2013-04-11 19:35 ` [U-Boot] [PATCH v12 21/30] Makefile: Move SHELL setup to config.mk Benoît Thébaudeau
2013-04-11 19:35 ` [U-Boot] [PATCH v12 22/30] .gitignore: Add /SPL Benoît Thébaudeau
2013-04-11 19:35 ` [U-Boot] [PATCH v12 23/30] imx: Add u-boot-with-spl.imx make target Benoît Thébaudeau
2013-04-11 19:35 ` [U-Boot] [PATCH v12 24/30] imx: Add u-boot-with-nand-spl.imx " Benoît Thébaudeau
2013-04-11 19:35 ` [U-Boot] [PATCH v12 25/30] arm: Remove support for smdk6400 Benoît Thébaudeau
2013-04-11 19:35 ` [U-Boot] [PATCH v12 26/30] Revert "mkconfig: start deprecating Makefile config targets" Benoît Thébaudeau
2013-04-11 19:36 ` [U-Boot] [PATCH v12 27/30] arm: Remove support for unused s3c64xx Benoît Thébaudeau
2013-04-11 19:36 ` [U-Boot] [PATCH v12 28/30] arm: Remove deprecated and now unused NAND SPL Benoît Thébaudeau
2013-04-11 19:36 ` [U-Boot] [PATCH v12 29/30] arm1176: Remove unused MMU setup from start.S Benoît Thébaudeau
2013-04-11 19:36 ` [U-Boot] [PATCH v12 30/30] arm: Make all linker scripts compatible with per-symbol sections Benoît Thébaudeau
2013-04-11 19:38 ` [U-Boot] [PATCH v12 01/30] mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT Benoît Thébaudeau
2013-04-12  6:03 ` Albert ARIBAUD [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=20130412080347.102f87c6@lilith \
    --to=albert.u.boot@aribaud.net \
    --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.