summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20160415' of git://git.infradead.org/linux-mtdLinus Torvalds2016-04-151-9/+1
|\
| * mtd: nand: Drop mtd.owner requirement in nand_scanEzequiel GarcĂ­a2016-04-021-9/+1
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-3/+3
|/
* mtd: nand: remove kerneldoc for removed function parameterBrian Norris2016-03-111-1/+0
* mtd: nand: Qualcomm NAND controller driverArchit Taneja2016-03-103-0/+2231
* mtd: nand: don't select chip in nand_chip's block_bad opArchit Taneja2016-03-104-25/+22
* mtd: nand: simplify nand_bch_init() usageBoris BREZILLON2016-03-073-30/+31
* mtd: create an mtd_oobavail() helper and make use of itBoris BREZILLON2016-03-071-12/+4
* mtd: kill the ecclayout->oobavail fieldBoris BREZILLON2016-03-074-14/+10
* mtd: nand: check status before reporting timeoutBrian Norris2016-03-071-2/+2
* mtd: nand: pxa3xx_nand: kill unused field 'drcmr_cmd'Brian Norris2016-03-071-10/+0
* mtd: nand: pxa3xx_nand: fix dmaengine initializationRobert Jarzmik2016-03-041-1/+1
* mtd: nand: sunxi: remove direct mtd->priv accessesBoris BREZILLON2016-03-041-3/+3
* mtd: brcmnand: Fix v7.1 register offsetsFlorian Fainelli2016-02-291-1/+33
* mtd: nand: pxa3xx_nand: add support for partial chunksThomas Petazzoni2016-02-121-56/+101
* mtd: atmel_nand: Support 32-bit ECC strengthRomain Izard2016-02-122-2/+18
* mtd: atmel_nand: Support PMECC on SAMA5D2Romain Izard2016-02-122-3/+28
* mtd: atmel_nand: Support variable RB_EDGE interruptsRomain Izard2016-02-122-9/+29
* mtd: nand: pxa3xx_nand: add register access debugRobert Jarzmik2016-02-011-5/+17
* mtd: cs553x: Fix dependencies for !HAS_IOMEM archsRichard Weinberger2016-02-011-0/+1
* mtd: Fix dependencies for !HAS_IOMEM archsRichard Weinberger2016-01-261-0/+2
* mtd: nand: vf610: remove useless mtd->ecclayout assignmentBoris BREZILLON2016-01-261-2/+0
* mtd: nand: lpc32xx_mlc: fix ecc.sizeBoris BREZILLON2016-01-261-1/+1
* mtd: nand: kill unused ->ecclayout field in platform_nand_chip structBoris BREZILLON2016-01-261-1/+0
* mtd: nand: jz4740: kill the ->ecc_layout fieldBoris BREZILLON2016-01-261-3/+0
* mtd: nand: s3c2410: kill the ->ecc_layout fieldBoris BREZILLON2016-01-261-3/+0
* mtd: atmel_nand: Use of_device_get_match_dataRomain Izard2016-01-231-3/+1
* mtd: atmel_nand: Simplify error messagesRomain Izard2016-01-231-2/+2
* mtd: nand: gpmi: may use minimum required ecc for 744 oobsize NANDHan Xu2016-01-231-12/+14
* mtd: nand: gpmi: add gpmi dsm supend/resume supportHuang Shijie2016-01-231-1/+46
* mtd: nand: remove EXPORT_SYMBOL of nand_scan_bbt()Thomas Petazzoni2016-01-231-2/+0
* mtd: nand: sunxi: use mtd_div_by_ws() helperBrian Norris2016-01-231-1/+1
* mtd: atmel_nand: Do not warn on bitflipsRomain Izard2016-01-231-2/+2
* mtd: nand: sunxi: add randomizer supportBoris BREZILLON2016-01-221-26/+261
* mtd: nand: add NAND_NEED_SCRAMBLING flag to the H27UCG8T2ATR-BC definitionBoris BREZILLON2016-01-221-2/+2
* mtd: nand: mpc5121: use 'of_machine_is_compatible' to simplify codeChristophe Jaillet2016-01-221-5/+2
* mtd: nuc900_nand: read correct SMISR registerArnd Bergmann2016-01-151-1/+1
* mtd: jz4780_nand: replace if/else blocks with switch/caseBrian Norris2016-01-081-15/+19
* mtd: nand: jz4780: Update ecc correction error codesHarvey Hunt2016-01-081-4/+4
* mtd: nandsim: use nand_get_controller_data()Brian Norris2016-01-071-6/+12
* mtd: jz4780_nand: remove useless mtd->priv = chip assignmentBrian Norris2016-01-071-1/+0
* mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON2016-01-0726-257/+260
* mtd: nand: jz4780: driver for NAND devices on JZ4780 SoCsAlex Smith2016-01-075-0/+857
* mtd: nand: jz4740: remove custom 'erased check' implementationBoris BREZILLON2016-01-061-18/+1
* mtd: nand: diskonchip: remove custom 'erased check' implementationBoris BREZILLON2016-01-061-35/+3
* mtd: nand: davinci: remove custom 'erased check' implementationBoris BREZILLON2016-01-061-8/+1
* mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functionsBoris BREZILLON2016-01-061-7/+46
* mtd: nand: return consistent error codes in ecc.correct() implementationsBoris BREZILLON2016-01-069-21/+29
* mtd: nand: assign reasonable default name for NAND driversBrian Norris2016-01-061-0/+3
* mtd: nand: fix for drop unnecessary partition parser dataStephen Rothwell2016-01-051-1/+0