All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v9 0/4] mtd: nand: omap: optimize OMAP NAND driver
Date: Tue, 19 Nov 2013 09:13:36 -0300	[thread overview]
Message-ID: <20131119121334.GC3349@localhost> (raw)
In-Reply-To: <1384839138-10885-1-git-send-email-pekon@ti.com>

On Tue, Nov 19, 2013 at 11:02:14AM +0530, Pekon Gupta wrote:
> 
> OMAP NAND drivers support various ecc-schemes like (HAM1, BCH4, BCH8..)
> And, each ecc-scheme usually has 2 implementations 
>  - HAM1_HW or BCHx_HW (using in-build h/w engine for all computation)
>  - HAM1_SW or BCHx_HW_DETECTION_SW) (using software library for some computation)
> 
[..]
> 
> 
> Pekon Gupta (4):
>   mtd: nand: omap: optimize chip->ecc.hwctl() for H/W ECC schemes
>   mtd: nand: omap: optimize chip->ecc.calculate() for H/W ECC schemes
>   mtd: nand: omap: optimized chip->ecc.correct() for H/W ECC schemes
>   board/ti/am335x/README: update for NAND boot
> 
>  arch/arm/include/asm/omap_gpmc.h |   7 -
>  board/ti/am335x/README           |  53 ++--
>  drivers/mtd/nand/omap_gpmc.c     | 565 +++++++++++++--------------------------
>  3 files changed, 217 insertions(+), 408 deletions(-)
> 

Tested-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>

-- 
Ezequiel Garc?a, Free Electrons
Embedded Linux, Kernel and Android Engineering
http://free-electrons.com

  parent reply	other threads:[~2013-11-19 12:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-19  5:32 [U-Boot] [PATCH v9 0/4] mtd: nand: omap: optimize OMAP NAND driver Pekon Gupta
2013-11-19  5:32 ` [U-Boot] [PATCH v9 1/4] mtd: nand: omap: optimize chip->ecc.hwctl() for H/W ECC schemes Pekon Gupta
2013-11-19  5:32 ` [U-Boot] [PATCH v9 2/4] mtd: nand: omap: optimize chip->ecc.calculate() " Pekon Gupta
2013-11-19  5:32 ` [U-Boot] [PATCH v9 3/4] mtd: nand: omap: optimized chip->ecc.correct() " Pekon Gupta
2013-11-19  5:32 ` [U-Boot] [PATCH v9 4/4] board/ti/am335x/README: update for NAND boot Pekon Gupta
2013-11-19 11:27 ` [U-Boot] [PATCH v9 0/4] mtd: nand: omap: optimize OMAP NAND driver Abraham V.
2013-11-19 12:04   ` Gupta, Pekon
2013-11-19 12:13 ` Ezequiel Garcia [this message]
2013-12-06  6:22 ` Gupta, Pekon
2013-12-06  7:00   ` Stefan Roese

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=20131119121334.GC3349@localhost \
    --to=ezequiel.garcia@free-electrons.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.