From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pb0-x231.google.com ([2607:f8b0:400e:c01::231]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wmuyv-0001wb-9o for linux-mtd@lists.infradead.org; Wed, 21 May 2014 01:06:09 +0000 Received: by mail-pb0-f49.google.com with SMTP id jt11so841897pbb.22 for ; Tue, 20 May 2014 18:05:47 -0700 (PDT) Date: Tue, 20 May 2014 18:05:44 -0700 From: Brian Norris To: Pekon Gupta Subject: Re: [PATCH v4 0/4] mtd: nand: omap: add support for BCH16_ECC Message-ID: <20140521010544.GC22233@ld-irv-0074> References: <1400486082-4345-1-git-send-email-pekon@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1400486082-4345-1-git-send-email-pekon@ti.com> Cc: Stefan Roese , Tony Lindgren , Felipe Balbi , linux-mtd , Ezequiel Garcia , linux-omap List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, May 19, 2014 at 01:24:38PM +0530, Pekon Gupta wrote: > As this series touches both linux-mtd and linux-omap (GPMC) sub-systems but in > independent patch-sets, so looping both maintainers. 'Ack' from maintainers would > help in getting this series accepted for 3.16 > > *changes v3 -> v4* > [PATCH v4 1/4]: minor update in comments > [PATCH v4 2/4]: fixed coding style to keep it generic for big/little endianess > [PATCH v4 3/4]: no change > [PATCH v4 4/4]: use plain english (non linux stuff) Pushed all 4 to l2-mtd.git. Thanks! I have one comment for patch 3, but it's not a blocker. Brian