public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Felipe Balbi <balbi@ti.com>
To: "Gupta, Pekon" <pekon@ti.com>
Cc: "devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"computersforpeace@gmail.com" <computersforpeace@gmail.com>,
	"arnd@arndb.de" <arnd@arndb.de>,
	"dedekind1@gmail.com" <dedekind1@gmail.com>,
	"tony@atomide.com" <tony@atomide.com>,
	"avinashphilipk@gmail.com" <avinashphilipk@gmail.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	"Balbi, Felipe" <balbi@ti.com>,
	"linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>,
	"olof@lixom.net" <olof@lixom.net>,
	"benoit.cousson@linaro.org" <benoit.cousson@linaro.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
	"dwmw2@infradead.org" <dwmw2@infradead.org>
Subject: Re: [PATCH v6 1/4] ARM: OMAP2+: cleaned-up DT support of various ECC schemes
Date: Wed, 25 Sep 2013 08:46:19 -0500	[thread overview]
Message-ID: <20130925134619.GG10746@radagast> (raw)
In-Reply-To: <20980858CB6D3A4BAE95CA194937D5E73EA15ED7@DBDE04.ent.ti.com>

[-- Attachment #1: Type: text/plain, Size: 847 bytes --]

+ akpm

On Tue, Sep 24, 2013 at 01:04:05PM -0500, Gupta, Pekon wrote:
> 
> > 
> > This patch
> > - updates DT binding for selection of ecc-scheme
> > - updates DT binding for detection of ELM h/w engine
> > - removes following obselete ECC schemes
> > 	OMAP_ECC_HAMMING_CODE_DEFAULT (S/W based 1-bit Hamming
> > ECC)
> > 	OMAP_ECC_HAMMING_CODE_HW_ROMCODE (H/W based 1-bit
> > Hamming ECC scheme)
> > - updates DT binding documentation for mtd/gpmc-nand
> > 
> > Signed-off-by: Pekon Gupta <pekon@ti.com>
> > ---
> 
> Dear Olof and other DT Maintainers,
> 
> This patch series has missed multiple merge windows, and
> much of the other development work on mtd/nand/omap
> driver is gated due to this.
> So, request you to please review this patch set and Ack it
> if all your mentioned concerns are resolved.

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  reply	other threads:[~2013-09-25 13:47 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-12 11:50 [PATCH v6 0/4] mtd:nand:omap2: clean-up of supported ECC schemes Pekon Gupta
2013-09-12 11:50 ` [PATCH v6 1/4] ARM: OMAP2+: cleaned-up DT support of various " Pekon Gupta
2013-09-24 18:04   ` Gupta, Pekon
2013-09-25 13:46     ` Felipe Balbi [this message]
2013-09-25 17:46       ` Brian Norris
2013-09-25 17:55       ` Brian Norris
2013-09-25 19:24         ` Gupta, Pekon
2013-09-25 20:05           ` Brian Norris
2013-09-25 20:33             ` Olof Johansson
2013-09-25 21:29               ` Brian Norris
2013-09-25 21:32                 ` Olof Johansson
2013-09-25 22:22                   ` Brian Norris
2013-09-26  9:18                 ` Mark Rutland
2013-09-26  9:32                   ` Gupta, Pekon
2013-09-26  6:15             ` Gupta, Pekon
2013-09-25 18:29   ` Brian Norris
2013-09-25 22:23   ` Rob Herring
2013-09-26  6:08     ` Gupta, Pekon
2013-09-26 10:54       ` Gupta, Pekon
2013-09-26 17:09         ` Mark Rutland
2013-09-27  6:17           ` Gupta, Pekon
2013-09-26 17:27       ` Brian Norris
2013-09-12 11:50 ` [PATCH v6 2/4] mtd:nand:omap2: clean-up BCHx_HW and BCHx_SW ECC configurations in device_probe Pekon Gupta
2013-09-25 18:42   ` Brian Norris
2013-09-25 19:02   ` Brian Norris
2013-09-12 11:50 ` [PATCH v6 3/4] mtd:nand:omap2: updated support for BCH4 ECC scheme Pekon Gupta
2013-09-25 19:13   ` Brian Norris
2013-09-12 11:50 ` [PATCH v6 4/4] ARM: dts: AM33xx: updated default ECC scheme in nand-ecc-opt Pekon Gupta
2013-09-25 19:15   ` Brian Norris
2013-09-26 11:28     ` Gupta, Pekon
2013-09-26 13:26       ` Javier Martinez Canillas
2013-09-26 10:58 ` [PATCH v6 0/4] mtd:nand:omap2: clean-up of supported ECC schemes 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=20130925134619.GG10746@radagast \
    --to=balbi@ti.com \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=avinashphilipk@gmail.com \
    --cc=benoit.cousson@linaro.org \
    --cc=computersforpeace@gmail.com \
    --cc=dedekind1@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dwmw2@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=pekon@ti.com \
    --cc=tony@atomide.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox