summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-13mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANMike Dunn8-19/+51
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: bitflip_threshold added to mtd_info and sysfsMike Dunn4-0/+80
2012-05-13mtd: expose ecc_strength through sysfsMike Dunn2-0/+22
2012-05-13mtd: nand: fix incorrect ecc strength valuesMike Dunn3-11/+3
2012-05-13mtd: ecc_strength is at ecc step granularityMike Dunn2-2/+2
2012-05-13mtd: nand: Add a NAND_CMD_STATUS when using write verificationBastian Hecht1-0/+3
2012-05-13jffs2: refactor csize usage in jffs2_do_read_inode_internal()Xi Wang1-6/+6
2012-05-13jffs2: validate symlink size in jffs2_do_read_inode_internal()Xi Wang1-0/+6
2012-05-13mtd: cmdlinepart: fix commentaryPeter Meerwald1-1/+1
2012-05-13mtd: mxc_nand: fix several sparse warnings about incorrect address spaceUwe Kleine-König1-11/+11
2012-05-13ARM: imx: add mxc_nand to imx27 device treeUwe Kleine-König2-0/+10
2012-05-13mtd: mxc_nand: implement device tree probingUwe Kleine-König2-19/+114
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-13JFFS2: Add parameter to reserve disk space for rootDaniel Drake3-0/+66
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-13sh: Use the plat_nand default partition parserH Hartley Sweeten1-1/+0
2012-05-13mips: Use the plat_nand default partition parserH Hartley Sweeten4-15/+0
2012-05-13blackfin: Use the plat_nand default partition parserH Hartley Sweeten1-3/+0
2012-05-13arm: Use the plat_nand default partition parserH Hartley Sweeten11-33/+0
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 Torvalds3-13/+8
2012-05-12Linux 3.4-rc7v3.4-rc7Linus Torvalds1-1/+1
2012-05-12Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-55/+88
2012-05-12Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-35/+40
2012-05-12Merge branch 'v3.4-samsung-fixes-5' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson3-2/+7
2012-05-13ARM: EXYNOS: fix ctrlbit for exynos5_clk_pdma1Kukjin Kim1-1/+1
2012-05-13ARM: EXYNOS: use s5p-timer for UniversalC210 boardMarek Szyprowski2-1/+6
2012-05-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/...Olof Johansson9-53/+81
2012-05-12ARM / mach-shmobile: Invalidate caches when booting secondary coresMagnus Damm1-1/+55