summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)Author
2012-05-14mtd: mxc_nand: implement device tree probingUwe Kleine-König
2012-05-14mtd: mxc_nand: put several more fields into devtype_dataUwe Kleine-König
2012-05-14mtd: mxc_nand: put callback for data correction into devtype structUwe Kleine-König
2012-05-14mtd: mxc_nand: split chip_select function and put it into devtype structUwe Kleine-König
2012-05-14mtd: mxc_nand: put ecc layout into devtype structsUwe Kleine-König
2012-05-14mtd: mxc_nand: split some functions to get rid of more nfc_is_vX()Uwe Kleine-König
2012-05-14mtd: mxc_nand: move function pointers to a per-SOC structUwe Kleine-König
2012-05-14mtd: mxc_nand: use a flag to detect if the mx21 quirk is necessaryUwe Kleine-König
2012-05-14mtd: mxc_nand: set owner field to prevent module unloading when in useUwe Kleine-König
2012-05-14mtd: nand: omap: fix race condition in omap_wait()Ivan Djelic
2012-05-14mtd: fsmc_nand: Add clk_{un}prepare() supportViresh Kumar
2012-05-14mtd: omap2: fix resource leak in prefetch-busy pathGrazvydas Ignotas
2012-05-14mtd: print out the page size and oob size after parsing out the nandHuang Shijie
2012-05-14mtd: IFC NAND: Add support of ONFI NAND flashPrabhakar Kushwaha
2012-05-14mtd: use module_pci_driverAxel Lin
2012-05-14mtd: gpmi: do not include the mxs.hHuang Shijie
2012-05-14mtd: plat_nand: Add default partition parser to driverH Hartley Sweeten
2012-05-13Merge tag 'for-linus-3.4-20120513' of git://git.infradead.org/linux-mtdLinus Torvalds
2012-05-12mtd: nand: gpmi: adopt pinctrl supportShawn Guo
2012-05-11ARM: clps711x: Using a single definition for the PHYS and VIRT registers offsetAlexander Shiyan
2012-05-08ARM: Orion: NAND: Add support for clk, if there is one.Andrew Lunn
2012-05-08mtd: ams-delta: fix request_mem_region() failureJanusz Krzysztofik
2012-04-25mtd mxc_nand: prepare/unprepare clockSascha Hauer
2012-04-20dma: mxs-dma: enable channel in device_issue_pending callShawn Guo
2012-03-31Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-28Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-27Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-03-27mtd: nand: gpmi: fix function annotationsWolfram Sang
2012-03-27mtd: unify initialization of erase_info->fail_addrShmulik Ladkani
2012-03-27mtd: support ONFI multi lun NANDMatthieu CASTET
2012-03-27mtd: Add device-tree support to fsmc_nandStefan Roese
2012-03-27mtd: nand/fsmc: Remove sparse warnings and errorsVipin Kumar
2012-03-27mtd: nand/fsmc: Add DMA supportVipin Kumar
2012-03-27mtd: nand/fsmc: Access the NAND device word by word whenever possibleVipin Kumar
2012-03-26mtd: nand/fsmc: Use dev_err to report error scenarioVipin Kumar
2012-03-26mtd: nand/fsmc: Use devm routinesVipin Kumar
2012-03-26mtd: nand/fsmc: Modify fsmc driver to accept nand timing parameters via platformVipin Kumar
2012-03-26mtd: fsmc_nand: add pm callbacks to support hibernationShiraz Hashim
2012-03-26mtd: nand/fsmc: Initialize the badblockbits to 7Vipin Kumar
2012-03-26mtd: nand/fsmc: Flip the bit only if the error index is < 4096Vipin Kumar
2012-03-26mtd: nand/fsmc: Read only 512 + 13 bytes for 8bit NAND devicesVipin Kumar
2012-03-26mtd: nand/fsmc: Correct the multiline comment formatVipin Kumar
2012-03-26mtd: nand/fsmc: Remove default partition information from driverArmando Visconti
2012-03-26mtd: nand/fsmc: Pass partition information through platform dataVipin Kumar
2012-03-26mtd: gpmi: fix the wrong DMA command.Huang Shijie