aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/fsl_elbc_nand.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-25driver/mtd: Use generic timer API for FSL IFC, eLBCPrabhakar Kushwaha1-4/+4
2014-08-25mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher1-0/+4
2013-10-24mtd/fsl_elbc: take NAND_ECC_SOFT_BCH config option into accountValentin Longchamp1-1/+5
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-13/+1
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin1-8/+9
2013-05-22nand/fsl_elbc: detect page size at runtimeScott Wood1-17/+22
2012-11-26nand/fsl: add NAND_NO_SUBPAGE_WRITE to eLBC and IFC driversScott Wood1-1/+1
2012-01-26nand/fsl_elbc: Convert to self-initScott Wood1-5/+38
2012-01-26mtd/nand: Add ONFI support for FSL NAND controllerShengzhou Liu1-7/+10
2011-10-03mtd: eLBC NAND: remove elbc_fcm_ctrl->oob_poimhench1-30/+2
2010-07-1683xx/85xx/86xx: LBC register cleanupBecky Bruce1-11/+7
2009-11-13fsl_elbc_nand: remove the bbt descriptors relocation fixupMingkai Hu1-4/+0
2009-08-26NAND: ADD page Parameter to all read_page/read_page_raw API'sSandeep Paulraj1-1/+1
2009-07-07fsl_elbc_nand: redirect the pointer of bbt pattern to RAMMingkai Hu1-0/+4
2008-12-19NAND FSL elbc: Use virt_to_phys to determine which bank is in useKumar Gala1-2/+4
2008-10-29NAND fsl elbc: Set FMR[ECCM] based on page size.Scott Wood1-2/+14
2008-10-29Make Freescale local bus registers available for both 83xx and 85xx.Haiying Wang1-9/+11
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-12fsl_elbc_nand: ecclayout cleanupsAnton Vorontsov1-4/+0
2008-09-12fsl_elbc_nand: implement support for flash-based BBTAnton Vorontsov1-1/+34
2008-09-12fsl_elbc_nand: fix OOB workability for large page NAND chipsAnton Vorontsov1-1/+16
2008-08-14Coding Style cleanup, update CHANGELOGWolfgang Denk1-49/+49
2008-08-12fsl_elbc_nand: Hard-code the FBAR/FPAR split.Scott Wood1-3/+2
2008-08-12fsl_elbc_nand: workaround for hangs during nand writeAnton Vorontsov1-1/+10
2008-08-12Freescale eLBC FCM NAND driverScott Wood1-0/+759