summaryrefslogtreecommitdiff
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorFilesLines
2011-01-09mmc: tmio_mmc: handle missing HW interruptsArnd Hannemann1-4/+86
2011-01-09mmc: tmio_mmc: implement SDIO IRQ supportArnd Hannemann1-0/+79
2011-01-09mmc: tmio_mmc: silence compiler warningsArnd Hannemann1-2/+6
2011-01-09mmc: tmio_mmc: implement a bounce buffer for unaligned DMAGuennadi Liakhovetski1-6/+83
2011-01-09mmc: tmio_mmc: merge the private header into the driverGuennadi Liakhovetski2-231/+210
2011-01-09mmc: tmio_mmc: fix PIO fallback on DMA descriptor allocation failureGuennadi Liakhovetski2-46/+25
2011-01-09mmc: tmio_mmc: allow multi-element scatter-gather listsGuennadi Liakhovetski1-2/+7
2011-01-09mmc: dw_mmc: Add Synopsys DesignWare mmc host driver.Will Newton4-0/+1981
2011-01-09mmc: add sdhci-tegra driver for Tegra SoCsOlof Johansson5-0/+272
2011-01-09mmc: sdhci: add quirk for max len ADMA descriptorsOlof Johansson1-3/+7
2011-01-09mmc: sdhci-s3c: Support controllers with no internal clock dividerJeongbae Seo1-0/+62
2011-01-09mmc: sdhci-s3c: Support additional host capabilitiesJeongbae Seo1-0/+4
2011-01-09mmc: sdhci: Enable bus-width test for JMicron controllersTakashi Iwai1-0/+2
2011-01-09mmc: Test bus-width for old MMC devicesAries Lee2-1/+7
2011-01-09mmc: Add support for JMicron 388 SD/MMC controllerTakashi Iwai2-11/+59
2011-01-09mmc: davinci_mmc: Remove unnecessary semicolonJoe Perches1-1/+1
2011-01-09mmc: sdhci: print SD Command and CAPABILITY_1 when dumping registersPhilip Rakity2-2/+5
2011-01-09mmc: sdhci: Disable ADMA on some O2Micro SD/MMC parts.Jennifer Li1-0/+112
2011-01-09mmc: mxcmmc: remove a unnecessary release_resource() callAxel Lin1-1/+0
2011-01-09mmc: mxcmmc: update the regulator support code to the latest APIAlberto Panizzo1-8/+12
2011-01-09mmc: mxcmmc: Allow binding a regulator to manage the MMC card voltageAlberto Panizzo1-6/+42
2011-01-09mmc: Add support for the Marvell Dove SDHCI controllerMike Rapoport5-0/+86
2011-01-08Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-7/+19
2011-01-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Paul Mundt6-74/+320
2011-01-07Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-30/+186
2011-01-07Merge 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 rmo...Paul 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 Heo2-7/+19
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-21Merge 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-20Merge branch 'rmobile/urgent' into rmobile-latestPaul Mundt7-32/+110
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-18mmc: omap4: hsmmc: Fix improper card detection while bootingkishore kadiyala1-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