From mboxrd@z Thu Jan 1 00:00:00 1970 From: marex@denx.de (Marek Vasut) Date: Thu, 4 Oct 2012 22:24:29 +0200 Subject: [PATCH v2 0/9] add EDO feature for gpmi-nand driver In-Reply-To: <1347519480-31106-1-git-send-email-b32955@freescale.com> References: <1347519480-31106-1-git-send-email-b32955@freescale.com> Message-ID: <201210042224.30095.marex@denx.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Dear Huang Shijie, > The ONFI nand supports the EDO (extended data out) feature in > asynchronous mode when the host controller(such as gpmi-nand) > uses a tRC of less then 30ns. > > The gpmi can supports this EDO feature. > This patch set adds the EDO support the gpmi-nand driver. > > patch 1 ~ patch 2: > These two patches provide the infrastructure for the EDO feature. > They add necessary MTD helpers for the ONFI nand set/get features, > and the help to get the supportted timing mode. > These two patches are new version. The init version has been > reviewed by Vikram & Florian. > > patch 3 ~ patch 7: > These patches are clean-ups for the gpmi-nand's timing code. > Also they make the some preparations for the EDO patch. > > patch 8: add the EDO feature to the gpmi-nand. > > > patch 9: a small optimization for the timing. > only set the timing registers one time. > > I tested this patch set on the IMX6Q-arm2 board with several Micron's > ONFI nand chips. Some chips only can supports to mode 4, some chips > can supports to mode 5. > > The performance is much improved. Take Micron MT29F32G08MAA for example > (in mode 5, 100MHz): [...] Was this ever tested on something else than mx6q? I suspect these broke gpmi nand on mx28. Can you please verify?