summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-04-06mmc: use really long write timeout to deal with crappy cardsPaul Walmsley1-3/+7
2012-04-06mmc: sdhci-dove: Fix compile error by including module.hAlf Høgemark1-0/+1
2012-04-06mmc: Prevent 1.8V switch for SD hosts that don't support UHS modes.Al Cooper1-2/+3
2012-04-06Revert "mmc: sdhci-pci: Add MSI support"Chris Ball1-6/+0
2012-04-06Revert "mmc: sdhci-pci: add quirks for broken MSI on O2Micro controllers"Chris Ball2-5/+1
2012-04-06mmc: core: fix power class selectionSubhash Jadavani1-13/+17
2012-04-06mmc: omap_hsmmc: fix module re-insertionBalaji T K1-3/+1
2012-04-06mmc: omap_hsmmc: convert to module_platform_driverFelipe Balbi1-15/+1
2012-04-06mmc: omap_hsmmc: make it behave well as a moduleFelipe Balbi1-4/+5
2012-04-06mmc: omap_hsmmc: trivial cleanupsFelipe Balbi1-77/+70
2012-04-06mmc: omap_hsmmc: context save after enabling runtime pmBalaji T K1-2/+2
2012-04-06mmc: omap_hsmmc: use runtime put sync in probe error patchBalaji T K1-2/+1
2012-04-06mmc: sdio: Use empty system suspend/resume callbacks at the bus levelRafael J. Wysocki1-3/+9
2012-04-06mmc: bus: print bus speed mode of UHS-I cardSubhash Jadavani1-2/+15
2012-04-06mmc: sdhci-pci: add quirks for broken MSI on O2Micro controllersManuel Lauss2-1/+5
2012-04-06mmc: sh_mmcif: Simplify calculation of mmc->f_minSimon Horman1-7/+1
2012-04-06mmc: sh_mmcif: mmc->f_max should be half of the bus clockSimon Horman1-6/+6
2012-04-06mmc: sh_mmcif: double clock speedSimon Horman1-1/+2
2012-04-06mmc: block: Remove use of mmc_blk_set_blksizeUlf Hansson1-26/+1
2012-04-06mmc: atmel-mci: add support for odd clock dividersLudovic Desroches2-19/+30
2012-04-06mmc: atmel-mci: r/w proof capability only available since v2xxLudovic Desroches1-0/+2
2012-04-06mmc: atmel-mci: correct data timeout computationLudovic Desroches1-1/+8
2012-04-06mmc: sdhci-s3c: Enable runtime power managementMark Brown1-0/+28
2012-04-06mmc: sdhci-s3c: Use CONFIG_PM_SLEEP to ifdef system suspendMark Brown1-4/+7
2012-04-06mmc: sdhci-s3c: use devm_ functionsJulia Lawall1-24/+3
2012-04-06atm: fix commentsAlexandra Vintila1-2/+2
2012-04-06mtg: docg3: fix comment errorsOctavian Moraru1-8/+8
2012-04-06semaphore: fix improper comment reference to mutexLucia Rosculete1-1/+1
2012-04-06parisc: Use vsprintf extention %pf with builtin_return_addressJoe Perches1-1/+1
2012-04-06arm: Use vsprintf extention %pf with builtin_return_addressJoe Perches1-1/+1
2012-04-06alpha: Use vsprintf extention %pf with builtin_return_addressJoe Perches1-10/+10
2012-04-06gadget: Use vsprintf extention %pf with builtin_return_addressJoe Perches1-1/+1
2012-04-06Merge tag 'omap-fixes-a2-for-3.4rc' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson9-68/+105
2012-04-06scsi: Use vsprintf extention %pf with builtin_return_addressJoe Perches1-1/+1
2012-04-06btrfs: assignment in write_dev_flush() doesn't need two semi-colonsJesper Juhl1-1/+1
2012-04-06radeon: remove redundant ';' from radeon_vm_bo_update_pte()Jesper Juhl1-1/+1
2012-04-06mips: Fix printk typos in arc/mipsMasanari Iida6-6/+6
2012-04-06doc: fix a few typosMasanari Iida3-3/+3
2012-04-06fbdev: s/#if CONFIG/#ifdef CONFIG/Geert Uytterhoeven1-1/+1
2012-04-06Fix typo milivolt => millivoltThomas Weber5-14/+14
2012-04-06mmc: sdhci-s3c: Keep a copy of platform data and use itThomas Abraham1-2/+9
2012-04-06mmc: sdhci-s3c: derive transfer width host cap from max_width in platdataThomas Abraham1-0/+8
2012-04-06mmc: sdhci-s3c: Remove usage of clk_type member in platform dataThomas Abraham1-4/+70
2012-04-06Makefile: improve line wrappingJesper Juhl1-5/+7
2012-04-06MAINTAINERS: update for Marvell Ethernet driversstephen hemminger1-12/+7
2012-04-06bonding: properly unset current_arp_slave on slave link upVeaceslav Falico1-1/+5
2012-04-06phonet: Check input from user before allocatingSasha Levin1-0/+3
2012-04-06tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet4-6/+9
2012-04-06Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds78-631/+518