summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/fsl_elbc_nand.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: remove use of __devinitBill Pemberton2012-11-221-1/+1
* mtd: fsl_elbc_nand: remove unnecessary badblock_patternBrian Norris2012-11-151-15/+0
* mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie2012-09-291-36/+0
* mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu2012-07-061-1/+3
* mtd: elbc nand: use drvdata to only remove the relevant chipScott Wood2012-07-061-5/+5
* mtd: nand: kill NAND_NO_READRDYBrian Norris2012-07-061-1/+0
* mtd: eLBC NAND: utilize oob_required parameterBrian Norris2012-05-131-1/+2
* mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris2012-05-131-7/+4
* mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris2012-05-131-1/+1
* mtd: nand: read_page() returns max_bitflipsMike Dunn2012-05-131-7/+14
* mtd: flash drivers set ecc strengthMike Dunn2012-03-271-0/+6
* mtd: nand: Add ONFI support for FSL NAND controllerShengzhou Liu2012-01-091-8/+10
* mtd: nand: fixup for fmr initialization of Freescale NAND controllerShengzhou Liu2012-01-091-5/+5
* mtd: fsl_elbc_nand: set Nand flash page address to FBAR and FPAR correctlyLiu Shuo2012-01-091-3/+10
* mtd: nand: set correct length to FBCR for a non-full-page writeLiu Shuo2012-01-091-1/+2
* mtd: nand: use elbc_fcm_ctrl->oob to set FPAR_MS bit of FPARLiu Shuo2012-01-091-7/+11
* mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin2012-01-091-12/+1
* mtd: eLBC NAND: update ecc_stats.corrected when lteccr availableMichael Hench2011-09-111-0/+19
* mtd: eLBC NAND: remove elbc_fcm_ctrl->oob_poiMike Hench2011-09-111-31/+2
* mtd: nand: don't free the global data too earlyLiu Shuo2011-09-111-1/+0
* mtd: fsl_elbc_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-6/+2
* mtd: fsl_elbc_nand: use ofpart through generic parsingDmitry Eremin-Solenikov2011-09-111-8/+4
* mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris2011-09-111-1/+1
* mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris2011-09-111-2/+2
* powerpc/85xx: fix NAND_CMD_READID read bytes numberShaohui Xie2011-06-221-3/+3
* mtd: fsl_elbc_nand: convert to mtd_device_register()Jamie Iles2011-05-251-11/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* mtd: fsl_elbc_nand: fix jffs2 problem after NAND-flash image record in u-bootSergej.Stepanov@ids.de2010-12-031-0/+2
* P4080/mtd: Fix the freescale lbc issue with 36bit modeLan Chunhe-B258062010-10-251-1/+1
* P4080/eLBC: Make Freescale elbc interrupt common to elbc devicesRoy Zang2010-10-251-285/+197
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-221-2/+2
|\
| * mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse2010-02-261-1/+1
| * mtd: fsl_elbc_nand.c: user resource_size()H Hartley Sweeten2009-12-311-1/+1
* | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+3
* | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-3/+3
|/
* mtd: eLBC NAND: give more verbose output on errorScott Wood2009-11-301-5/+8
* mtd: eLBC NAND: use recommended command sequencesScott Wood2009-11-301-39/+27
* mtd: eLBC NAND: increase bus timeout to maximumScott Wood2009-11-301-0/+7
* mtd: nand: add "page" parameter to all read_page/read_page_raw APIsSneha Narnakaje2009-09-191-1/+2
* powerpc: More printing warning fixes for the l64 to ll64 conversionStephen Rothwell2009-01-281-4/+4
* [MTD] [NAND] Set the fsl elbc ECCM according the settings in bootloader.Jason Jin2008-12-101-1/+3
* [MTD] remove unused mtd parameter in of_mtd_parse_partitions()Sebastian Andrzej Siewior2008-10-131-2/+1
* [MTD] [NAND] fsl_elbc_nand.c: fix printk warningakpm@linux-foundation.org2008-07-301-1/+1
* [MTD] [NAND] fsl_elbc_nand: fix section mismatch with CONFIG_MTD_OF_PARTS=yAnton Vorontsov2008-07-251-2/+2
* [MTD] [NAND] fsl_elbc_nand: ecclayout cleanupsAnton Vorontsov2008-07-111-6/+0
* [MTD] [NAND] fsl_elbc_nand: implement support for flash-based BBTAnton Vorontsov2008-07-111-1/+33
* [MTD] [NAND] fsl_elbc_nand: fix OOB workability for large page NAND chipsAnton Vorontsov2008-07-111-0/+15
* [MTD] [NAND] fsl_elbc_nand: fix section mismatch between probe and removeAnton Vorontsov2008-06-071-2/+2
* [MTD] [NAND] fsl_elbc_nand: workaround for hangs during nand writeAnton Vorontsov2008-04-221-1/+10