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 v10 0/4] mtd: nand: omap: optimize and clean-up of OMAP NAND driver
Date: Tue, 19 Nov 2013 09:14:43 -0300	[thread overview]
Message-ID: <20131119121442.GD3349@localhost> (raw)
In-Reply-To: <1384781582-31773-1-git-send-email-pekon@ti.com>

On Mon, Nov 18, 2013 at 07:02:58PM +0530, Pekon Gupta wrote:
[..]
> 
> Pekon Gupta (4):
>   mtd: nand: omap: make am33xx/elm.c as common driver for all OMAPx and
>     AMxxxx platforms
>   mtd: nand: omap: enable BCH ECC scheme using ELM for generic platform
>   mtd: nand: omap: add CONFIG_NAND_OMAP_ECCSCHEME for selection of
>     ecc-scheme
>   am335x: fix GPMC config for NAND and NOR SPL boot
> 
>  arch/arm/cpu/armv7/am33xx/Makefile                 |   1 -
>  arch/arm/cpu/armv7/am33xx/mem.c                    |  52 ++--
>  arch/arm/include/asm/arch-am33xx/mem.h             |   5 -
>  .../include/asm/{arch-am33xx/elm.h => omap_elm.h}  |   0
>  arch/arm/include/asm/omap_gpmc.h                   |  16 +
>  board/ti/am335x/board.c                            |  14 +-
>  doc/README.nand                                    |  53 ++++
>  doc/README.omap3                                   |   3 +-
>  drivers/mtd/nand/Makefile                          |   1 +
>  .../am33xx/elm.c => drivers/mtd/nand/omap_elm.c    |   6 +-
>  drivers/mtd/nand/omap_gpmc.c                       | 323 +++++++++++++--------
>  include/configs/am335x_evm.h                       |   5 +-
>  include/configs/am335x_igep0033.h                  |   2 +
>  include/configs/am3517_crane.h                     |   1 +
>  include/configs/am3517_evm.h                       |   1 +
>  include/configs/devkit8000.h                       |   1 +
>  include/configs/mcx.h                              |   2 +-
>  include/configs/omap3_beagle.h                     |   1 +
>  include/configs/omap3_evm.h                        |   1 +
>  include/configs/omap3_evm_quick_nand.h             |   1 +
>  include/configs/omap3_igep00x0.h                   |   1 +
>  include/configs/omap3_overo.h                      |   1 +
>  include/configs/siemens-am33x-common.h             |   2 +
>  include/configs/tam3517-common.h                   |   2 +-
>  include/configs/tricorder.h                        |   2 +-
>  25 files changed, 321 insertions(+), 176 deletions(-)
>  rename arch/arm/include/asm/{arch-am33xx/elm.h => omap_elm.h} (100%)
>  rename arch/arm/cpu/armv7/am33xx/elm.c => drivers/mtd/nand/omap_elm.c (97%)
> 

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:14 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-18 13:32 [U-Boot] [PATCH v10 0/4] mtd: nand: omap: optimize and clean-up of OMAP NAND driver Pekon Gupta
2013-11-18 13:32 ` [U-Boot] [PATCH v10 1/4] mtd: nand: omap: make am33xx/elm.c as common driver for all OMAPx and AMxxxx platforms Pekon Gupta
2013-11-18 13:33 ` [U-Boot] [PATCH v10 2/4] mtd: nand: omap: enable BCH ECC scheme using ELM for generic platform Pekon Gupta
2013-11-20  0:13   ` Scott Wood
2013-11-20  4:09     ` Gupta, Pekon
2013-11-21  0:14       ` Scott Wood
2013-11-21  5:17         ` Gupta, Pekon
2013-11-18 13:33 ` [U-Boot] [PATCH v10 3/4] mtd: nand: omap: add CONFIG_NAND_OMAP_ECCSCHEME for selection of ecc-scheme Pekon Gupta
2013-11-18 13:33 ` [U-Boot] [PATCH v10 4/4] am335x: fix GPMC config for NAND and NOR SPL boot Pekon Gupta
2013-11-19 12:14 ` Ezequiel Garcia [this message]
2013-11-19 20:44 ` [U-Boot] [PATCH v10 0/4] mtd: nand: omap: optimize and clean-up of OMAP NAND driver Meier, Roger

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=20131119121442.GD3349@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.