From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/4] mtd: nand: omap: optimize and clean-up of OMAP NAND driver
Date: Fri, 23 Aug 2013 18:19:01 -0400 [thread overview]
Message-ID: <20130823221901.GS2644@bill-the-cat> (raw)
In-Reply-To: <1376461015-29007-1-git-send-email-pekon@ti.com>
On Wed, Aug 14, 2013 at 11:46:51AM +0530, Pekon Gupta wrote:
> [changes in v2]
> - added documentation for CONFIG_NAND_OMAP_xx in doc/README.nand
> - added CONFIG_BCH along with CONFIG_NAND_OMAP_ECC_BCH8_CODE_HW_DETECTION_SW
> to include software library lib/bch.c
> - fixed board_nand_init() and omap_enable_hwecc()
>
> [Original v1]
> This patch series updates BCH8_ECC schemes in mtd/nand/omap_gpmc.c driver
> - adds scalability for higher ECC schemes in future.
> - removes CONFIG_AM335x and it makes it generic for all platforms.
> - optimizes read_data paths
>
> This series is tested for H/W BCH8_ECC scheme on
> - AM335x_EVM and TI814x_EVM
>
> Pekon Gupta (4):
> [PATCH 1/4] mtd: nand: omap: enable BCH ECC scheme using ELM for generic platform
> [PATCH 2/4] mtd: nand: omap: optimize chip->ecc.hwctl() for H/W ECC schemes
> [PATCH 3/4] mtd: nand: omap: optimize chip->ecc.calculate() for H/W ECC schemes
> [PATCH 4/4] mtd: nand: omap: optimized chip->ecc.correct() for H/W ECC schemes
>
> doc/README.nand | 20 ++
> drivers/mtd/nand/omap_gpmc.c | 514 +++++++++++++++----------------------------
> include/configs/am335x_evm.h | 1 +
> include/configs/ti814x_evm.h | 2 +-
> include/configs/tricorder.h | 2 +-
> 5 files changed, 203 insertions(+), 336 deletions(-)
Series looks good to me, I'll pick these up soon, after I test them on
beagle as well.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130823/4b7c5b67/attachment.pgp>
next prev parent reply other threads:[~2013-08-23 22:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-14 6:16 [U-Boot] [PATCH v2 0/4] mtd: nand: omap: optimize and clean-up of OMAP NAND driver Pekon Gupta
2013-08-14 6:16 ` [U-Boot] [PATCH v2 1/4] mtd: nand: omap: enable BCH ECC scheme using ELM for generic platform Pekon Gupta
2013-08-22 22:25 ` Scott Wood
2013-08-23 12:43 ` Tom Rini
2013-08-23 17:55 ` Scott Wood
2013-08-14 6:16 ` [U-Boot] [PATCH v2 2/4] mtd: nand: omap: optimize chip->ecc.hwctl() for H/W ECC schemes Pekon Gupta
2013-08-14 6:16 ` [U-Boot] [PATCH v2 3/4] mtd: nand: omap: optimize chip->ecc.calculate() " Pekon Gupta
2013-08-14 6:16 ` [U-Boot] [PATCH v2 4/4] mtd: nand: omap: optimized chip->ecc.correct() " Pekon Gupta
2013-08-23 22:19 ` Tom Rini [this message]
2013-08-24 4:01 ` [U-Boot] [PATCH v2 0/4] mtd: nand: omap: optimize and clean-up of OMAP NAND driver Gupta, Pekon
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=20130823221901.GS2644@bill-the-cat \
--to=trini@ti.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.