summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-11-15mtd: tests: mtd_readtest: Replace printk with pr_{info,err}Vikram Narayanan1-21/+21
2012-11-15mtd: tests: mtd_pagetest: Replace printk with pr_{info,crit,err}Vikram Narayanan1-76/+76
2012-11-15mtd: tests: mtd_nandecctest: Use pr_fmt macroVikram Narayanan1-2/+4
2012-11-15mtd: tests: mtd_nandbiterrs: replace msg macro with pr_{info,err}Vikram Narayanan1-36/+37
2012-11-15mtd: spear_smi: use module_platform_driver macroSrinivas Kandagatla1-12/+1
2012-11-15mtd: nand: Increase the ecc placement locations to 640Vipin Kumar1-1/+1
2012-11-15mtd: fsmc_nand: use relaxed variants of io accessorsVipin Kumar1-25/+29
2012-11-15mtd: fsmc_nand: modify the wait to uninterruptibleVipin Kumar1-1/+1
2012-11-15mtd: fsmc_nand: change the type for regs to void __iomem *Vipin Kumar1-1/+1
2012-11-15ARM: nomadik: fixup some FSMC merge problemsLinus Walleij1-4/+17
2012-11-15mtd: fsmc_nand: pass the ale and cmd resource via resourceJean-Christophe PLAGNIOL-VILLARD9-66/+49
2012-11-15mtd: delete nomadik_nand driverLinus Walleij4-258/+0
2012-11-15ARM: nomadik: switch over to using the FSMC driverLinus Walleij4-66/+30
2012-11-15mtd: denali: add a DT driverDinh Nguyen5-1/+200
2012-11-15mtd: denali: split the generic driver and PCI layerDinh Nguyen5-134/+188
2012-11-15mtd: fsl_elbc_nand: remove unnecessary badblock_patternBrian Norris1-15/+0
2012-11-15mtd: ofpart: Fix incorrect NULL check in parse_ofoldpart_partitions()Sachin Kamat1-1/+1
2012-11-15mtd: m25p80: add support for the windbond w25q256 chipMatthieu CASTET1-0/+2
2012-11-15mtd: m25p80: Make fast read configurable via DTMarek Vasut2-13/+50
2012-11-15mtd: gpmi-nand: make debug prints more clearVikram Narayanan1-6/+8
2012-11-15mtd: cmdlinepart: Simplify parse_cmdline_partitionsShmulik Ladkani1-38/+42
2012-11-15mtd: nand: fix Samsung SLC detection regressionBrian Norris1-0/+1
2012-11-15mtd: nand: fix Samsung SLC NAND identification regressionBrian Norris1-4/+5
2012-11-09jffs2: Fix lock acquisition order bug in jffs2_write_beginThomas Betker1-18/+21
2012-11-09mtd: onenand: Make flexonenand_set_boundary staticSachin Kamat1-1/+1
2012-11-09mtd: slram: invalid checking of absolute end addressJiri Engelthaler1-1/+1
2012-11-04Linux 3.7-rc4v3.7-rc4Linus Torvalds1-1/+1
2012-11-03Merge tag 'nfs-for-3.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds11-35/+110
2012-11-03Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds3-6/+9
2012-11-03Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds3-175/+22
2012-11-03Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds19-92/+275
2012-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-129/+320
2012-11-02tcp-repair: Handle zero-length data put in rcv queuePavel Emelyanov1-0/+3
2012-11-02vmxnet3: must split too big fragmentsEric Dumazet1-20/+45
2012-11-02l2tp: fix oops in l2tp_eth_create() error pathTom Parkin1-0/+1
2012-11-03exynos4_tmu_driver_ids should be exynos_tmu_driver_ids.Jonghwan Choi1-1/+1
2012-11-03ACPI video: Ignore errors after _DOD evaluation.Igor Murzov1-4/+7
2012-11-03thermal: solve compilation errors in rcar_thermalDevendra Naga1-1/+1
2012-11-02cxgb4: Fix unable to get UP event from the LLDVipul Pandya1-10/+0
2012-11-02drivers/net/phy/mdio-bitbang.c: Call mdiobus_unregister before mdiobus_freePeter Senna Tschudin1-0/+1
2012-11-02drivers/net/ethernet/nxp/lpc_eth.c: Call mdiobus_unregister before mdiobus_freePeter Senna Tschudin1-0/+1
2012-11-02bnx2x: fix HW initialization using fw 7.8.xDmitry Kravkov1-1/+2
2012-11-02Merge tag 'pm-for-3.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+1
2012-11-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds8-5/+49
2012-11-02NFS4: nfs4_opendata_access should return errnoWeston Andros Adamson1-1/+1
2012-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds9-16/+42
2012-11-02Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-4/+6
2012-11-02Merge tag 'frv-fixes-20121102' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-32/+16
2012-11-02Merge tag 'stable/for-linus-3.7-rc4-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds8-31/+61
2012-11-02hashtable: introduce a small and naive hashtableSasha Levin1-0/+192