From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ob0-x229.google.com ([2607:f8b0:4003:c01::229]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VOtJt-0001TW-Oy for linux-mtd@lists.infradead.org; Wed, 25 Sep 2013 17:56:16 +0000 Received: by mail-ob0-f169.google.com with SMTP id wp4so24495obc.14 for ; Wed, 25 Sep 2013 10:55:52 -0700 (PDT) Date: Wed, 25 Sep 2013 10:55:27 -0700 From: Brian Norris To: "Gupta, Pekon" Subject: Re: [PATCH v6 1/4] ARM: OMAP2+: cleaned-up DT support of various ECC schemes Message-ID: <20130925175527.GA23337@ld-irv-0074.broadcom.com> References: <1378986619-26765-1-git-send-email-pekon@ti.com> <1378986619-26765-2-git-send-email-pekon@ti.com> <20980858CB6D3A4BAE95CA194937D5E73EA15ED7@DBDE04.ent.ti.com> <20130925134619.GG10746@radagast> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130925134619.GG10746@radagast> Cc: "devicetree@vger.kernel.org" , "arnd@arndb.de" , "dedekind1@gmail.com" , "tony@atomide.com" , "avinashphilipk@gmail.com" , Linux Kernel Mailing List , "Balbi, Felipe" , "linux-mtd@lists.infradead.org" , "olof@lixom.net" , "benoit.cousson@linaro.org" , Andrew Morton , "linux-omap@vger.kernel.org" , "dwmw2@infradead.org" List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Pekon, On Wed, Sep 25, 2013 at 08:46:19AM -0500, Felipe Balbi wrote: > + 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 > > > --- > > > > 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. Also, to be fair here: you only started CC'ing the appropriate DT people/list around v4, after which you got a (somewhat) prompt and thorough review of the DT bindings. Then several months passed before you addressed the reviews. So the "multiple merge windows" is not entirely to be blamed on others ;) Brian