aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/fsl_elbc_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-20mtd: eLBC NAND: fix subpage write supportPekon Gupta1-0/+14
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-11mtd: nand: Update mtd.name assignment type to u64 for IFC, eLBCPrabhakar Kushwaha1-1/+1
2014-01-03mtd: fsl_elbc_nand: Remove unnecessary OOM messagesJingoo Han1-1/+0
2013-11-14Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtdLinus Torvalds1-2/+0
2013-10-27mtd: nand: remove obsolete 'ecclayout' fieldBrian Norris1-2/+0
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+1
2012-11-22mtd: remove use of __devinitBill Pemberton1-1/+1
2012-11-15mtd: fsl_elbc_nand: remove unnecessary badblock_patternBrian Norris1-15/+0
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie1-36/+0
2012-07-06mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu1-1/+3
2012-07-06mtd: elbc nand: use drvdata to only remove the relevant chipScott Wood1-5/+5
2012-07-06mtd: nand: kill NAND_NO_READRDYBrian Norris1-1/+0
2012-05-13mtd: eLBC NAND: utilize oob_required parameterBrian Norris1-1/+2
2012-05-13mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris1-7/+4
2012-05-13mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris1-1/+1
2012-05-13mtd: nand: read_page() returns max_bitflipsMike Dunn1-7/+14
2012-03-27mtd: flash drivers set ecc strengthMike Dunn1-0/+6
2012-01-09mtd: nand: Add ONFI support for FSL NAND controllerShengzhou Liu1-8/+10
2012-01-09mtd: nand: fixup for fmr initialization of Freescale NAND controllerShengzhou Liu1-5/+5
2012-01-09mtd: fsl_elbc_nand: set Nand flash page address to FBAR and FPAR correctlyLiu Shuo1-3/+10
2012-01-09mtd: nand: set correct length to FBCR for a non-full-page writeLiu Shuo1-1/+2
2012-01-09mtd: nand: use elbc_fcm_ctrl->oob to set FPAR_MS bit of FPARLiu Shuo1-7/+11
2012-01-09mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin1-12/+1
2011-09-11mtd: eLBC NAND: update ecc_stats.corrected when lteccr availableMichael Hench1-0/+19
2011-09-11mtd: eLBC NAND: remove elbc_fcm_ctrl->oob_poiMike Hench1-31/+2
2011-09-11mtd: nand: don't free the global data too earlyLiu Shuo1-1/+0
2011-09-11mtd: fsl_elbc_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-6/+2
2011-09-11mtd: fsl_elbc_nand: use ofpart through generic parsingDmitry Eremin-Solenikov1-8/+4
2011-09-11mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris1-1/+1
2011-09-11mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris1-2/+2
2011-06-22powerpc/85xx: fix NAND_CMD_READID read bytes numberShaohui Xie1-3/+3
2011-05-25mtd: fsl_elbc_nand: convert to mtd_device_register()Jamie Iles1-11/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-03mtd: fsl_elbc_nand: fix jffs2 problem after NAND-flash image record in u-bootSergej.Stepanov@ids.de1-0/+2
2010-10-25P4080/mtd: Fix the freescale lbc issue with 36bit modeLan Chunhe-B258061-1/+1
2010-10-25P4080/eLBC: Make Freescale elbc interrupt common to elbc devicesRoy Zang1-285/+197
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-2/+2
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+3
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-3/+3
2010-02-26mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse1-1/+1
2009-12-31mtd: fsl_elbc_nand.c: user resource_size()H Hartley Sweeten1-1/+1
2009-11-30mtd: eLBC NAND: give more verbose output on errorScott Wood1-5/+8
2009-11-30mtd: eLBC NAND: use recommended command sequencesScott Wood1-39/+27
2009-11-30mtd: eLBC NAND: increase bus timeout to maximumScott Wood1-0/+7
2009-09-19mtd: nand: add "page" parameter to all read_page/read_page_raw APIsSneha Narnakaje1-1/+2
2009-01-28powerpc: More printing warning fixes for the l64 to ll64 conversionStephen Rothwell1-4/+4
2008-12-10[MTD] [NAND] Set the fsl elbc ECCM according the settings in bootloader.Jason Jin1-1/+3
2008-10-13[MTD] remove unused mtd parameter in of_mtd_parse_partitions()Sebastian Andrzej Siewior1-2/+1