aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
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: block2mtd: page_read() never returns NULLRyosuke Saito1-6/+0
2012-05-13mtd: bcm63xxpart: handle Broadcom partition orderJonas Gorski1-11/+30
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: spear_smi: Add clk_{un}prepare() supportViresh Kumar1-7/+7
2012-05-13mtd: fix scb2_flash build when PCI is not enabledRandy Dunlap1-1/+1
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: lpddr: replace open-coded ARRAY_SIZE with macroJim Cromie1-1/+1
2012-05-13mtd: use module_pci_driverAxel Lin6-75/+6
2012-05-13mtd: gpmi: do not include the mxs.hHuang Shijie1-4/+5
2012-05-13mtd: mark const init data with __initconst instead of __initdataUwe Kleine-König1-1/+1
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 Torvalds2-12/+7
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-07mtd: fix oops in dataflash driverWill Newton1-1/+1
2012-04-26Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+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-04-09fix breakage in mtdchar_open(), sanitize failure exitsAl Viro1-10/+10
2012-04-08Merge branch 'master' into for-nextJiri Kosina111-1702/+6033
2012-04-05mtg: docg3: fix comment errorsOctavian Moraru1-8/+8
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-9/+1
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-9/+1
2012-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-37/+16
2012-03-31mtdchar: kill persistently held vfsmountAl Viro1-37/+16
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds100-1397/+4662
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 Torvalds4-4/+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 Howells4-4/+0
2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds5-1/+6
2012-03-27Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-112/+0
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: docg3 add protection against concurrencyRobert Jarzmik2-11/+41
2012-03-27mtd: docg3 refactor cascade floors structureRobert Jarzmik2-45/+61