From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josh Wu Date: Thu, 22 Aug 2013 18:07:22 +0800 Subject: [U-Boot] [PATCH v3 0/5] ARM: at91: atmel_nand: check ONFI ecc minimum requirement In-Reply-To: <1372821109-22007-1-git-send-email-josh.wu@atmel.com> References: <1372821109-22007-1-git-send-email-josh.wu@atmel.com> Message-ID: <5215E2DA.2070007@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Andreas I am wondering will you take this series in your git tree? Since this patch is pending here for weeks. Best Regards, Josh Wu On 7/3/2013 11:11 AM, Josh Wu wrote: > In this patch series, first we make the nand driver can dynamic change sector > size and ecc correct bits. > Then we enable ONFI ecc parameters check. > > v2 --> v3: use dev_err/info(host->dev) instead of dev_err/info(NULL). > use MTDDEBUG instead of pr_debug(). > > v1 --> v2: Fixes according to Scoot Wood's suggestion > - add a new patch which make all driver can use dev_err, dev_info, dev_dbg. > - replace all printk to dev_err or dev_info. > - fix pmecc data allocate error handler. > - fix the pmecc ecc requirement selection, should use <= instead of use <. > > Josh Wu (5): > ARM: at91: atmel_nand: pmecc driver will select the galois table by > sector size > ARM: at91: sama5d3: remove unused definition about PMECC alpha table > offset > linux/compat.h: move dev_err, dev_info and dev_dbg from usb driver to > compat.h > mtd: atmel_nand: alloc memory instead of use static array for pmecc > data > ARM: at91: atmel_nand: add code to check the ONFI parameter ECC > requirement > > arch/arm/include/asm/arch-at91/at91sam9x5.h | 6 + > arch/arm/include/asm/arch-at91/sama5d3.h | 2 - > doc/README.atmel_pmecc | 14 -- > drivers/mtd/nand/atmel_nand.c | 197 +++++++++++++++++++++++++-- > drivers/usb/musb-new/linux-compat.h | 16 --- > include/configs/at91sam9x5ek.h | 1 - > include/configs/sama5d3xek.h | 1 - > include/linux/compat.h | 8 ++ > 8 files changed, 201 insertions(+), 44 deletions(-) >