aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds3-8/+20
2011-01-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into rmobile-latestPaul Mundt7-74/+321
2011-01-06Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-30/+186
2011-01-06Merge branch 'for-linus' of git://codeaurora.org/quic/kernel/davidb/linux-msmLinus Torvalds2-34/+113
2011-01-05Merge branches 'mmci' and 'pl011-dma' into develRussell King2-30/+186
2011-01-05Merge branches 'rmobile/mmcif', 'rmobile/ag5' and 'rmobile/mackerel' into rmobile-latestPaul Mundt2-26/+0
2011-01-05mmc: sh_mmcif: make DMA support by the driver unconditionalGuennadi Liakhovetski2-26/+0
2010-12-30ARM: mmci: Clean up MMCI announcement printkRussell King1-4/+4
2010-12-24mmc: update workqueue usagesTejun Heo3-8/+20
2010-12-21mmc: Fix re-probing with PM_POST_RESTORE notificationTakashi Iwai1-0/+1
2010-12-21mmc: atmel-mci: fix multiblock SDIO transfersNicolas Ferre1-6/+12
2010-12-21mmc: at91_mci: fix multiblock SDIO transfersYauhen Kharuzhy1-4/+9
2010-12-20Merge branches 'msm-core' and 'msm-mmc' into for-nextDavid Brown2-34/+113
2010-12-20mmc: msm_sdcc: Check for only DATA_END interrupt to end a requestSahitya Tummala2-12/+4
2010-12-20mmc: msm_sdcc: Fix bug in PIO mode when data size is not word alignedSahitya Tummala1-2/+6
2010-12-20mmc: msm_sdcc: Reset SDCC in case of data transfer errorsSahitya Tummala1-0/+39
2010-12-20mmc: msm_sdcc: Add prog done interrupt supportSahitya Tummala2-4/+28
2010-12-20mmc: msm_sdcc: Fix possible circular locking dependency warningSahitya Tummala2-16/+36
2010-12-21Merge branch 'rmobile/urgent' into rmobile-latestPaul Mundt11-62/+174
2010-12-19ARM: 6530/1: mmci: partially revert clock divisor codeLinus Walleij1-7/+1
2010-12-19ARM: 6526/1: mmci: corrected calculation of clock div for ux500Linus Walleij1-1/+26
2010-11-25mmc: sh_mmcif: add DMA supportGuennadi Liakhovetski2-5/+247
2010-11-25mmc: sh_mmcif: cosmetic clean upGuennadi Liakhovetski1-33/+30
2010-11-25mmc: sh_mmcif: switch to completion, fix flagsGuennadi Liakhovetski1-71/+46
2010-11-22mmc: sdhci: 8-bit bus width changesPhilip Rakity3-12/+41
2010-11-19mmc: sdio: fix runtime PM anomalies by introducing MMC_CAP_POWER_OFF_CARDOhad Ben-Cohen2-25/+45
2010-11-19mmc: sdio: fix nasty oops in mmc_sdio_detectOhad Ben-Cohen1-3/+13
2010-11-17mmc: omap4: hsmmc: Fix improper card detection while bootingkishore kadiyala1-1/+1
2010-11-11mmc: fix rmmod race for hosts using card-detection pollingGuennadi Liakhovetski1-1/+1
2010-11-10ARM: 6438/2: mmci: add SDIO support for ST VariantsLinus Walleij1-1/+36
2010-11-10ARM: 6399/3: mmci: handle broken MCI_DATABLOCKEND hardwareLinus Walleij2-16/+80
2010-11-10ARM: 6311/2: mmci: work with only one irqLinus Walleij2-9/+47
2010-11-10mmc, sh: Move constants to sh_mmcif.hSimon Horman1-23/+0
2010-11-09mmc: sdhci: Fix crash on boot with C0 stepping Moorestown platformsJacob Pan1-6/+14
2010-11-07mmc: sdhci-esdhc-imx: enable QUIRK_NO_MULTIBLOCK only for i.MX25 and i.MX35Eric Bénard1-3/+5
2010-11-07mmc: sdhci-esdhc-imx: fix timeout on i.MX's sdhciEric Bénard1-0/+4
2010-11-07mmc: sdhci: Properly enable SDIO IRQ wakeupsDaniel Drake3-2/+23
2010-11-07mmc: ushc: Return proper error code for ushc_probe()Axel Lin1-8/+22
2010-11-07mmc: Fix printing of card DDR typePhilip Rakity1-2/+6
2010-10-29mfd: Adding twl6030 mmc card detect support for MMC1kishore kadiyala1-2/+2
2010-10-29mmc: Allow 2 byte requests in 4-bit mode for tmio_mmcYusuke Goda1-5/+12
2010-10-29mmc: Allow the platform to specify the sh_mmcif get_cd handlerArnd Hannemann1-0/+12
2010-10-29mmc: Allow the tmio_mmc mfd driver to specify get_cd handlerArnd Hannemann1-0/+13
2010-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds51-558/+2285
2010-10-26at91/atmel-mci: inclusion of sd/mmc driver in at91sam9g45 chip and boardNicolas Ferre1-1/+1
2010-10-25Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds1-16/+27
2010-10-25mmc: add new sdhci-pxa driver for Marvell SoCsZhangfei Gao3-0/+266
2010-10-25mmc: make number of mmcblk minors configurableOlof Johansson2-12/+48
2010-10-23mmc_spi: Recover from CRC errors for r/w operation over SPI.Sonic Zhang1-0/+21
2010-10-23mmc: sdhci-pltfm: add -pltfm driver for imx35/51Wolfram Sang5-0/+158