All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon@free-electrons.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/3] sunxi: nand: Basic NAND driver for SPL
Date: Mon, 20 Jul 2015 17:05:12 +0200	[thread overview]
Message-ID: <20150720170512.1c464439@bbrezillon> (raw)
In-Reply-To: <1437395847-25704-1-git-send-email-pzierhoffer@antmicro.com>

Hi Piotr,

I don't know what's the policy in u-boot, but in most open source
projects we usually start a new thread when sending a new version of a
specific patch series.

On Mon, 20 Jul 2015 14:37:24 +0200
Piotr Zierhoffer <pzierhoffer@antmicro.com> wrote:

> 
> This is a basic driver for the sunxi NAND controller for Allwinner A20.
> It supports only SPL.
> 
> The driver uses DMA for data transfers. It does not support writing.
> 
> Changes in v2:
> - removed traces of non-SPL-specific code
> - moved the driver from boards/sunxi to drivers/mtd/nand
> - moved magic values to defines (whenever possible)
> - removed unnecesary late initialisation code
> - code style changes as suggested for the first patch set:
>   - changed visibility of some symbols
>   - renamed unclear variables
>   - renamed header protector
>   - changed types of pointer variables
>   - other minor changes
> - renamed defines to be more relevant
> - moved Kconfig entry for the driver to drivers/mtd/nand
> - reworded Kconfig entry help

You also completely dropped the a20_nandread command (which is a good
thing IMHO), right ?

Best Regards,

Boris

-- 
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

  parent reply	other threads:[~2015-07-20 15:05 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-16 11:25 [U-Boot] [PATCH 0/4] sunxi: nand: Basic NAND driver with SPL support Piotr Zierhoffer
2015-07-16 11:25 ` [U-Boot] [PATCH 1/4] sunxi: nand: Add basic sunxi NAND driver with DMA support Piotr Zierhoffer
2015-07-16 21:15   ` Scott Wood
2015-07-16 21:26     ` Marek Vasut
2015-07-16 21:36       ` Scott Wood
2015-07-16 22:06         ` Marek Vasut
2015-07-16 22:12           ` Scott Wood
2015-07-16 22:13             ` Marek Vasut
2015-07-17 14:39     ` Piotr Zierhoffer
2015-07-16 11:25 ` [U-Boot] [PATCH 2/4] sunxi: nand: Add board configuration options Piotr Zierhoffer
2015-07-16 11:25 ` [U-Boot] [PATCH 3/4] sunxi: nand: Add a20_nandread command to load image from NAND in SPL Piotr Zierhoffer
2015-07-16 21:20   ` Scott Wood
2015-07-17 14:25     ` Piotr Zierhoffer
2015-07-16 11:25 ` [U-Boot] [PATCH 4/4] sunxi: nand: Add information to sunxi that it was run " Piotr Zierhoffer
2015-07-20 12:37 ` [U-Boot] [PATCH v2 0/3] sunxi: nand: Basic NAND driver for SPL Piotr Zierhoffer
2015-07-20 12:37   ` [U-Boot] [PATCH v2 1/3] sunxi: nand: Add basic sunxi NAND driver for SPL with DMA support Piotr Zierhoffer
2015-07-20 16:13     ` Boris Brezillon
2015-07-22 11:27       ` Piotr Zierhoffer
2015-07-22 11:53         ` Boris Brezillon
2015-07-22 13:48           ` Piotr Zierhoffer
2015-07-20 12:37   ` [U-Boot] [PATCH v2 2/3] sunxi: nand: Add board configuration options Piotr Zierhoffer
2015-07-20 12:37   ` [U-Boot] [PATCH v2 3/3] sunxi: nand: Add information to sunxi that it was run from NAND in SPL Piotr Zierhoffer
2015-07-20 15:05   ` Boris Brezillon [this message]
2015-07-20 16:03     ` [U-Boot] [PATCH v2 0/3] sunxi: nand: Basic NAND driver for SPL Piotr Zierhoffer

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=20150720170512.1c464439@bbrezillon \
    --to=boris.brezillon@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.