From mboxrd@z Thu Jan 1 00:00:00 1970 From: marek.vasut@gmail.com (Marek Vasut) Date: Fri, 26 Aug 2011 17:15:53 +0200 Subject: [PATCH v10 0/3] add the GPMI controller driver for IMX23/IMX28 In-Reply-To: <1314272091.18988.53.camel@sauron> References: <1314171204-25458-1-git-send-email-b32955@freescale.com> <1314272091.18988.53.camel@sauron> Message-ID: <201108261715.54073.marek.vasut@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday, August 25, 2011 01:34:46 PM Artem Bityutskiy wrote: > On Wed, 2011-08-24 at 15:33 +0800, Huang Shijie wrote: > > The patch set is based on Artem's tree: > > http://git.infradead.org/users/dedekind/l2-mtd-2.6.git > > > > The general-purpose media interface(GPMI) controller is a flexible > > interface to up to several NAND flashs. > > > > The Bose Ray-Choudhury Hocquenghem(BCH) module is a hardware ECC > > accelerator. > > > > With the help of BCH, the GPMI controller can choose to do the hardware > > ECC or not. > > > > This driver is a _pure_ MTD NAND controller driver now. > > I've pushed these patches to my l2-mtd-2.6.git tree. I assume they are > independent of the other patches of yours: "[PATCH v8 0/4] add the > GPMI-NAND support for imx23/imx28". > > I did not really review the driver carefully, but the code looks neat at > the first glance. My tree is in linux-next, so you should see your > driver there. > > Also, if someone gives it more review, and you send a new version, I can > always pick it up. Yea, add my Acked-by's to that version ;-) Cheers > > Thanks.