All of lore.kernel.org
 help / color / mirror / Atom feed
From: Scott Wood <oss@buserror.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/4] arm: iproc: add NAND driver
Date: Fri, 11 Mar 2016 13:29:52 -0600	[thread overview]
Message-ID: <1457724592.5360.155.camel@buserror.net> (raw)
In-Reply-To: <1457648790-2112-1-git-send-email-srae@broadcom.com>

On Thu, 2016-03-10 at 14:26 -0800, Steve Rae wrote:
> From: Jiandong Zheng <jdzheng@broadcom.com>
> 
> Add support for the iproc NAND, and enable on Cygnus and NSP boards.
> 
> Signed-off-by: Jiandong Zheng <jdzheng@broadcom.com>
> Signed-off-by: Steve Rae <srae@broadcom.com>
> ---
> There was a previous attempt to implement this "iproc NAND"
> (see: http://patchwork.ozlabs.org/patch/505399), however, due to the
> amount of changes required, it seemed better to implement the code
> in a series of steps. This is the first step, where the "iproc_nand.c"
> is essentially an empty file (with one function required to allow this
> commit to build successfully).

I don't see the value of applying a such a do-nothing patch.  It's fine to
leave out unnecessary features, things that improve performance, etc. but to
be applied a patchset should accomplish something useful and correct, not just
be a staging area for future patches.

> diff --git a/arch/arm/include/asm/arch-bcmcygnus/configs.h
> b/arch/arm/include/asm/arch-bcmcygnus/configs.h
> index 3c07160..3bf7395 100644
> --- a/arch/arm/include/asm/arch-bcmcygnus/configs.h
> +++ b/arch/arm/include/asm/arch-bcmcygnus/configs.h
> @@ -10,6 +10,7 @@
>  #include <asm/iproc-common/configs.h>
>  
>  /* uArchitecture specifics */
> +#include <../../../drivers/mtd/nand/iproc_nand_cygnus.h>

No.

-Scott

  parent reply	other threads:[~2016-03-11 19:29 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-10 22:26 [U-Boot] [PATCH 1/4] arm: iproc: add NAND driver Steve Rae
2016-03-10 22:26 ` [U-Boot] [PATCH 2/4] mtd: fix compiler warnings Steve Rae
2016-03-10 22:26 ` [U-Boot] [PATCH 3/4] arm: bcm: enable MTD support Steve Rae
2016-03-10 22:26 ` [U-Boot] [PATCH 4/4] arm: bcm: configure NAND device and environment Steve Rae
2016-03-11 18:02 ` [U-Boot] [PATCH 1/4] arm: iproc: add NAND driver Tom Rini
2016-03-11 18:07   ` Steve Rae
2016-03-11 18:18     ` Tom Rini
2016-03-11 18:18       ` Steve Rae
2016-03-11 19:29 ` Scott Wood [this message]
     [not found]   ` <CAM7GXo=myANwdVRABqC2GcZa5visj=57hLp+SG9QSt7oDNSMLA@mail.gmail.com>
     [not found]     ` <1457726115.5360.163.camel@buserror.net>
2016-03-11 20:13       ` Steve Rae
2016-03-11 20:18         ` Scott Wood
2016-03-11 20:21           ` Steve Rae
2017-05-31  2:06           ` Chris Packham
2017-05-31  2:08             ` Chris Packham

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=1457724592.5360.155.camel@buserror.net \
    --to=oss@buserror.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.