summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/fsl_elbc_nand.c
AgeCommit message (Expand)Author
2016-09-23mtd: nand: import nand_hw_control_init()Marc Gonzalez
2016-05-05mtd: nand: fsl_elbc: set ECC algorithm explicitlyRafał Miłecki
2016-05-05mtd: nand: fsl_elbc: switch to mtd_ooblayout_opsBoris Brezillon
2016-01-07mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON
2015-12-18mtd: nand: fsl_elbc: use the mtd instance embedded in struct nand_chipBoris BREZILLON
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON
2015-11-11mtd: nand: drop unnecessary partition parser dataBrian Norris
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON
2015-10-13mtd: nand: fsl_elbc_nand: show parent device in sysfsFrans Klaver
2015-09-28mtd: fsl_elbc_nand: Fix module autoload for OF platform driverLuis de Bethencourt
2014-10-20mtd: nand: drop owner assignment from platform_driversWolfram Sang
2014-05-20mtd: eLBC NAND: fix subpage write supportPekon Gupta
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-11mtd: nand: Update mtd.name assignment type to u64 for IFC, eLBCPrabhakar Kushwaha
2014-01-03mtd: fsl_elbc_nand: Remove unnecessary OOM messagesJingoo Han
2013-11-14Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtdLinus Torvalds
2013-10-27mtd: nand: remove obsolete 'ecclayout' fieldBrian Norris
2013-10-09drivers: clean-up prom.h implicit includesRob Herring
2012-11-22mtd: remove use of __devinitBill Pemberton
2012-11-15mtd: fsl_elbc_nand: remove unnecessary badblock_patternBrian Norris
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie
2012-07-06mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu
2012-07-06mtd: elbc nand: use drvdata to only remove the relevant chipScott Wood
2012-07-06mtd: nand: kill NAND_NO_READRDYBrian Norris
2012-05-13mtd: eLBC NAND: utilize oob_required parameterBrian Norris
2012-05-13mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris
2012-05-13mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris
2012-05-13mtd: nand: read_page() returns max_bitflipsMike Dunn
2012-03-27mtd: flash drivers set ecc strengthMike Dunn
2012-01-09mtd: nand: Add ONFI support for FSL NAND controllerShengzhou Liu
2012-01-09mtd: nand: fixup for fmr initialization of Freescale NAND controllerShengzhou Liu
2012-01-09mtd: fsl_elbc_nand: set Nand flash page address to FBAR and FPAR correctlyLiu Shuo
2012-01-09mtd: nand: set correct length to FBCR for a non-full-page writeLiu Shuo
2012-01-09mtd: nand: use elbc_fcm_ctrl->oob to set FPAR_MS bit of FPARLiu Shuo
2012-01-09mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin
2011-09-11mtd: eLBC NAND: update ecc_stats.corrected when lteccr availableMichael Hench
2011-09-11mtd: eLBC NAND: remove elbc_fcm_ctrl->oob_poiMike Hench
2011-09-11mtd: nand: don't free the global data too earlyLiu Shuo
2011-09-11mtd: fsl_elbc_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov
2011-09-11mtd: fsl_elbc_nand: use ofpart through generic parsingDmitry Eremin-Solenikov
2011-09-11mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris
2011-09-11mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris
2011-06-22powerpc/85xx: fix NAND_CMD_READID read bytes numberShaohui Xie
2011-05-25mtd: fsl_elbc_nand: convert to mtd_device_register()Jamie Iles
2011-03-31Fix common misspellingsLucas De Marchi
2010-12-03mtd: fsl_elbc_nand: fix jffs2 problem after NAND-flash image record in u-bootSergej.Stepanov@ids.de
2010-10-25P4080/mtd: Fix the freescale lbc issue with 36bit modeLan Chunhe-B25806
2010-10-25P4080/eLBC: Make Freescale elbc interrupt common to elbc devicesRoy Zang
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely