aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-11-22mtd: remove use of __devexit_pGravatar Bill Pemberton 38-38/+38
2012-11-22mtd: Drop FORTUNET supportGravatar Alexander Shiyan 3-285/+0
2012-11-22mtd: ofpart: Replicate mtd cmdline "lk" option with device tree "lock" propertyGravatar Josh Radel 1-1/+4
2012-11-22mtd: m25p80: add support for the Winbond w25q80bl chipGravatar Stephen Warren 1-0/+1
2012-11-22mtd: bcm47xxnflash: enable BCM4706 driverGravatar Rafał Miłecki 3-3/+5
2012-11-22mtd: bcm47xxnflash: implement readingGravatar Rafał Miłecki 2-0/+107
2012-11-22mtd: bcm47xxnflash: support for NAND_CMD_READID commandGravatar Rafał Miłecki 2-0/+106
2012-11-22mtd: bcm47xxnflash: init NAND on BCM4706Gravatar Rafał Miłecki 2-0/+110
2012-11-22mtd: prepare place for BCMA NAND flash driver(s)Gravatar Rafał Miłecki 5-0/+135
2012-11-22bcma: export PLL reading functionGravatar Rafał Miłecki 1-1/+2
2012-11-21mtd: bcm63xxpart: use correct printk format for partitionsGravatar Jonas Gorski 1-3/+2
2012-11-21mtd: bcm63xxpart: move the last curpart++ to its correct placeGravatar Jonas Gorski 1-1/+1
2012-11-21mtd: bcm63xxpart: make fixed part length calculation more genericGravatar Jonas Gorski 1-4/+7
2012-11-21mtd: bcm63xxpart: merge sparelen calculationGravatar Jonas Gorski 1-2/+1
2012-11-21mtd: bcm63xxpart: remove unused variableGravatar Jonas Gorski 1-8/+3
2012-11-21mtd: use SQUASHFS_MAGIC from uapi/linux/magic.hGravatar Luka Perkov 1-5/+2
2012-11-21mtd: mtd_blkdevs: Replace request handler kthread with a workqueueGravatar Ezequiel Garcia 1-32/+15
2012-11-21mtd: mtd_blkdev: Use a different name for block_device_operations variableGravatar Ezequiel Garcia 1-2/+2
2012-11-18mtd: Fix typo mtd/testsGravatar Masanari Iida 8-9/+9
2012-11-18mtd: de-select the chip when it is not usedGravatar Huang Shijie 1-4/+6
2012-11-18mtd: s3c2410: Fix potential NULL pointer dereference errorGravatar Sachin Kamat 1-2/+5
2012-11-16mtd: physmap_of: allow to specify the mtd name for retro compatiblityGravatar Jean-Christophe PLAGNIOL-VILLARD 1-1/+4
2012-11-16mtd: fsl_ifc_nand: wait tWB time, poll R/B before command executionGravatar Prabhakar Kushwaha 1-2/+2
2012-11-16mtd: diskonchip: don't warn about ARM architectureGravatar Arnd Bergmann 2-4/+0
2012-11-15mtd: nand_wait: warn if the nand is busy on exitGravatar Matthieu CASTET 1-0/+2
2012-11-15mtd: davinci: add support for parition binding nodesGravatar Murali Karicheri 1-3/+10
2012-11-15mtd: cmdlinepart: fix the overflow of big mtd partitionsGravatar Huang Shijie 1-5/+6
2012-11-15mtdoops: don't erase flash at each bootGravatar Matthieu CASTET 1-8/+7
2012-11-15mtd: sh_flctl: Add device tree supportGravatar Bastian Hecht 1-7/+87
2012-11-15mtd: sh_flctl: Add DMA capabiltyGravatar Bastian Hecht 1-2/+171
2012-11-15mtd: sh_flctl: Minor cleanupsGravatar Bastian Hecht 1-21/+16
2012-11-15mtd: gpmi: remove unneccessary headerGravatar Huang Shijie 3-3/+6
2012-11-15mtd: gpio-nand: Ability to use driver for configurations without RDY-pinGravatar Alexander Shiyan 1-7/+15
2012-11-15mtd: use the NAND_STATUS_FAIL to replace the hardcodeGravatar Huang Shijie 1-2/+2
2012-11-15mtd: mtd_oobtest: printk -> pr_{info,err,crit}Gravatar Vikram Narayanan 1-87/+84
2012-11-15mtd: tests: mtd_torturetest: Replace printk with pr_{info,crit}Gravatar Vikram Narayanan 1-36/+37
2012-11-15mtd: tests: mtd_subpagetest: replace printk with pr_{info,crit,err}Gravatar Vikram Narayanan 1-62/+62
2012-11-15mtd: tests: mtd_speedtest: Replace printk with pr_{info,crit,err}Gravatar Vikram Narayanan 1-44/+44
2012-11-15mtd: tests: mtd_stresstest: Replace printk with pr_{info,crit,err}Gravatar Vikram Narayanan 1-22/+22
2012-11-15mtd: tests: mtd_readtest: Replace printk with pr_{info,err}Gravatar Vikram Narayanan 1-21/+21
2012-11-15mtd: tests: mtd_pagetest: Replace printk with pr_{info,crit,err}Gravatar Vikram Narayanan 1-76/+76
2012-11-15mtd: tests: mtd_nandecctest: Use pr_fmt macroGravatar Vikram Narayanan 1-2/+4
2012-11-15mtd: tests: mtd_nandbiterrs: replace msg macro with pr_{info,err}Gravatar Vikram Narayanan 1-36/+37
2012-11-15mtd: spear_smi: use module_platform_driver macroGravatar Srinivas Kandagatla 1-12/+1
2012-11-15mtd: fsmc_nand: use relaxed variants of io accessorsGravatar Vipin Kumar 1-25/+29
2012-11-15mtd: fsmc_nand: modify the wait to uninterruptibleGravatar Vipin Kumar 1-1/+1
2012-11-15mtd: fsmc_nand: change the type for regs to void __iomem *Gravatar Vipin Kumar 1-1/+1
2012-11-15mtd: fsmc_nand: pass the ale and cmd resource via resourceGravatar Jean-Christophe PLAGNIOL-VILLARD 1-33/+11
2012-11-15mtd: delete nomadik_nand driverGravatar Linus Walleij 3-242/+0
2012-11-15ARM: nomadik: switch over to using the FSMC driverGravatar Linus Walleij 1-0/+1