aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2012-05-13mtd: nandsim: remove autoincrement codeBrian Norris1-25/+3
2012-05-13mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANMike Dunn2-6/+16
2012-05-13mtd: nand: add sanity check of ecc strength to nand_scan_tail()Mike Dunn1-2/+7
2012-05-13mtd: nand: read_page() returns max_bitflipsMike Dunn10-38/+82
2012-05-13mtd: nand: fix incorrect ecc strength valuesMike Dunn3-11/+3
2012-05-13mtd: ecc_strength is at ecc step granularityMike Dunn1-1/+1
2012-05-13mtd: nand: Add a NAND_CMD_STATUS when using write verificationBastian Hecht1-0/+3
2012-05-13mtd: mxc_nand: fix several sparse warnings about incorrect address spaceUwe Kleine-König1-11/+11
2012-05-13mtd: mxc_nand: implement device tree probingUwe Kleine-König1-19/+95
2012-05-13mtd: mxc_nand: put several more fields into devtype_dataUwe Kleine-König1-36/+94
2012-05-13mtd: mxc_nand: put callback for data correction into devtype structUwe Kleine-König1-4/+6
2012-05-13mtd: mxc_nand: split chip_select function and put it into devtype structUwe Kleine-König1-5/+28
2012-05-13mtd: mxc_nand: put ecc layout into devtype structsUwe Kleine-König1-11/+14
2012-05-13mtd: mxc_nand: split some functions to get rid of more nfc_is_vX()Uwe Kleine-König1-29/+80
2012-05-13mtd: mxc_nand: move function pointers to a per-SOC structUwe Kleine-König1-66/+104
2012-05-13mtd: mxc_nand: use a flag to detect if the mx21 quirk is necessaryUwe Kleine-König1-49/+49
2012-05-13mtd: mxc_nand: set owner field to prevent module unloading when in useUwe Kleine-König1-0/+1
2012-05-13mtd: nand: omap: fix race condition in omap_wait()Ivan Djelic1-1/+3
2012-05-13mtd: fsmc_nand: Add clk_{un}prepare() supportViresh Kumar1-7/+7
2012-05-13mtd: omap2: fix resource leak in prefetch-busy pathGrazvydas Ignotas1-1/+3
2012-05-13mtd: print out the page size and oob size after parsing out the nandHuang Shijie1-4/+5
2012-05-13mtd: IFC NAND: Add support of ONFI NAND flashPrabhakar Kushwaha1-6/+16
2012-05-13mtd: use module_pci_driverAxel Lin3-37/+3
2012-05-13mtd: gpmi: do not include the mxs.hHuang Shijie1-4/+5
2012-05-13mtd: plat_nand: Add default partition parser to driverH Hartley Sweeten1-2/+6
2012-05-13Merge tag 'for-linus-3.4-20120513' of git://git.infradead.org/linux-mtdLinus Torvalds1-11/+6
2012-05-12mtd: nand: gpmi: adopt pinctrl supportShawn Guo1-0/+9
2012-05-11ARM: clps711x: Using a single definition for the PHYS and VIRT registers offsetAlexander Shiyan2-7/+5
2012-05-08ARM: Orion: NAND: Add support for clk, if there is one.Andrew Lunn1-0/+18
2012-05-08mtd: ams-delta: fix request_mem_region() failureJanusz Krzysztofik1-11/+6
2012-05-02ARM: bcmring: use proper MMIO accessorsArnd Bergmann2-42/+41
2012-05-02ARM: bcmring: move cfg_global header to mach/Arnd Bergmann1-1/+1
2012-04-25mtd mxc_nand: prepare/unprepare clockSascha Hauer1-3/+3
2012-04-20dma: mxs-dma: enable channel in device_issue_pending callShawn Guo1-0/+1
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds35-430/+2364
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-14/+11
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus 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-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-0/+2
2012-03-27Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-22/+52
2012-03-27Merge 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