summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2014-07-09mtd: pxa3xx_nand: make the driver work on big-endian systemsThomas Petazzoni1-2/+2
2014-05-13mtd: nuc900_nand: NULL dereference in nuc900_nand_enable()Dan Carpenter1-1/+1
2014-02-13mtd: mxc_nand: remove duplicated ecc_stats countingMichael Grzeschik1-1/+0
2013-12-04mtd: gpmi: fix kernel BUG due to racing DMA operationsHuang Shijie1-2/+2
2013-12-04mtd: nand: hack ONFI for non-power-of-2 dimensionsBrian Norris1-2/+13
2013-01-17mtd: nand: gpmi: reset BCH earlier, too, to avoid NAND startup problemsWolfram Sang1-0/+9
2013-01-17mtd cs553x_nand: Initialise ecc.strength before nand_scan()Nathan Williams1-2/+1
2012-10-28mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverBrian Norris1-6/+3
2012-10-13mtd: omap2: fix module loadingAndreas Bießmann1-0/+1
2012-10-13mtd: omap2: fix omap_nand_remove segfaultAndreas Bießmann1-1/+1
2012-10-13mtd: nand: Use the mirror BBT descriptor when reading its versionShmulik Ladkani1-1/+1
2012-10-13mtd: nandsim: bugfix: fail if overridesize is too bigRichard Genoud1-0/+1
2012-07-19mtd: nandsim: don't open code a do_div helperHerton Ronaldo Krzesinski1-9/+3
2012-07-16mtd: cafe_nand: fix an & vs | mistakeDan Carpenter1-1/+1
2012-06-09mtd: mxc_nand: move ecc strengh setup before nand_scan_tailSascha Hauer1-6/+6
2012-06-09mtd: nand: fix scan_read_raw_oobDmitry Maluka1-0/+1
2012-05-13Merge tag 'for-linus-3.4-20120513' of git://git.infradead.org/linux-mtdLinus Torvalds1-11/+6
2012-05-09mtd: ams-delta: fix request_mem_region() failureJanusz Krzysztofik1-11/+6
2012-04-20dma: mxs-dma: enable channel in device_issue_pending callShawn Guo1-0/+1
2012-03-31Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds35-432/+2366
2012-03-30Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-14/+11
2012-03-29Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-38/+98
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-28Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2012-03-28Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-22/+52
2012-03-28Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-03-27mtd: nand: gpmi: fix function annotationsWolfram Sang1-6/+6
2012-03-27mtd: unify initialization of erase_info->fail_addrShmulik Ladkani1-2/+0
2012-03-27mtd: support ONFI multi lun NANDMatthieu CASTET1-1/+2
2012-03-27mtd: Add device-tree support to fsmc_nandStefan Roese1-1/+56
2012-03-27mtd: nand/fsmc: Remove sparse warnings and errorsVipin Kumar1-46/+45
2012-03-27mtd: nand/fsmc: Add DMA supportVipin Kumar1-5/+163
2012-03-27mtd: nand/fsmc: Access the NAND device word by word whenever possibleVipin Kumar1-0/+55
2012-03-27mtd: nand/fsmc: Use dev_err to report error scenarioVipin Kumar1-0/+7
2012-03-27mtd: nand/fsmc: Use devm routinesVipin Kumar1-91/+43
2012-03-27mtd: nand/fsmc: Modify fsmc driver to accept nand timing parameters via platformVipin Kumar1-8/+33
2012-03-27mtd: fsmc_nand: add pm callbacks to support hibernationShiraz Hashim1-6/+6
2012-03-27mtd: nand/fsmc: Initialize the badblockbits to 7Vipin Kumar1-0/+1
2012-03-27mtd: nand/fsmc: Flip the bit only if the error index is < 4096Vipin Kumar1-1/+1
2012-03-27mtd: nand/fsmc: Read only 512 + 13 bytes for 8bit NAND devicesVipin Kumar1-1/+3
2012-03-27mtd: nand/fsmc: Correct the multiline comment formatVipin Kumar1-4/+4
2012-03-27mtd: nand/fsmc: Remove default partition information from driverArmando Visconti1-58/+0
2012-03-27mtd: nand/fsmc: Pass partition information through platform dataVipin Kumar1-6/+7
2012-03-27mtd: gpmi: fix the wrong DMA command.Huang Shijie1-1/+2
2012-03-27mtd: flash drivers set ecc strengthMike Dunn25-1/+57
2012-03-27mtd: sh_flctl: Add power management with QoS requestBastian Hecht1-9/+42
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy19-48/+48
2012-03-27mtd: fsmc: Support of 224-bytes OOB area lengthArmando Visconti1-0/+40
2012-03-27mtd: fsmc: Improve the fsmc_correct_data() routineArmando Visconti1-21/+17