summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-04-271-0/+3
|\
| * dma: mxs-dma: enable channel in device_issue_pending callShawn Guo2012-04-201-0/+3
* | mmc: dw_mmc: prevent NULL dereference for dma_opsJaehoon Chung2012-04-211-1/+2
* | mmc: unbreak sdhci-esdhc-imx on i.MX25Eric Bénard2012-04-211-2/+1Star
* | mmc: sdhci: refine non-removable card checking for card detectionDaniel Drake2012-04-211-1/+1
* | mmc: dw_mmc: Fix switch from DMA to PIOSeungwon Jeon2012-04-211-1/+3
* | mmc: omap_hsmmc: Get rid of of_have_populated_dt() usageRajendra Nayak2012-04-211-2/+2
* | mmc: omap_hsmmc: build fix for CONFIG_OF=y and CONFIG_MMC_OMAP_HS=mChris Ball2012-04-211-1/+1
* | mmc: sdhci-dove: Fix compile error by including module.hAlf Høgemark2012-04-061-0/+1
* | mmc: Prevent 1.8V switch for SD hosts that don't support UHS modes.Al Cooper2012-04-061-2/+3
* | Revert "mmc: sdhci-pci: Add MSI support"Chris Ball2012-04-061-6/+0Star
* | Revert "mmc: sdhci-pci: add quirks for broken MSI on O2Micro controllers"Chris Ball2012-04-061-3/+1Star
* | mmc: omap_hsmmc: fix module re-insertionBalaji T K2012-04-061-3/+1Star
* | mmc: omap_hsmmc: convert to module_platform_driverFelipe Balbi2012-04-061-15/+1Star
* | mmc: omap_hsmmc: make it behave well as a moduleFelipe Balbi2012-04-061-4/+5
* | mmc: omap_hsmmc: trivial cleanupsFelipe Balbi2012-04-061-77/+70Star
* | mmc: omap_hsmmc: context save after enabling runtime pmBalaji T K2012-04-061-2/+2
* | mmc: omap_hsmmc: use runtime put sync in probe error patchBalaji T K2012-04-061-2/+1Star
* | mmc: sdhci-pci: add quirks for broken MSI on O2Micro controllersManuel Lauss2012-04-061-1/+3
* | mmc: sh_mmcif: Simplify calculation of mmc->f_minSimon Horman2012-04-061-7/+1Star
* | mmc: sh_mmcif: mmc->f_max should be half of the bus clockSimon Horman2012-04-061-6/+6
* | mmc: sh_mmcif: double clock speedSimon Horman2012-04-061-1/+2
* | mmc: atmel-mci: add support for odd clock dividersLudovic Desroches2012-04-062-19/+30
* | mmc: atmel-mci: r/w proof capability only available since v2xxLudovic Desroches2012-04-061-0/+2
* | mmc: atmel-mci: correct data timeout computationLudovic Desroches2012-04-061-1/+8
* | mmc: sdhci-s3c: Enable runtime power managementMark Brown2012-04-061-0/+28
* | mmc: sdhci-s3c: Use CONFIG_PM_SLEEP to ifdef system suspendMark Brown2012-04-061-4/+7
* | mmc: sdhci-s3c: use devm_ functionsJulia Lawall2012-04-061-24/+3Star
* | mmc: sdhci-s3c: Keep a copy of platform data and use itThomas Abraham2012-04-061-2/+9
* | mmc: sdhci-s3c: derive transfer width host cap from max_width in platdataThomas Abraham2012-04-061-0/+8
* | mmc: sdhci-s3c: Remove usage of clk_type member in platform dataThomas Abraham2012-04-061-4/+70
|/
* Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-03-311-6/+6
|\
| * mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg()Huang Shijie2012-03-271-5/+5
| * mxs-dma : move the mxs dma.h to a more common placeHuang Shijie2012-03-271-1/+1
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-306-14/+26
|\ \
| * | dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine2012-03-216-8/+8
| * | dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changesViresh Kumar2012-02-221-8/+16
| * | dmaengine: Pass dma_slave_config .device_fc = NULL for all existing usersViresh Kumar2012-02-222-0/+4
| * | mmc: mxcmmc: add missing dma_async_issue_pendingSascha Hauer2012-01-301-0/+1
* | | Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-03-2919-417/+931
|\ \ \
| * | | mmc: sh_mobile_sdhi: support modular mmc-core with non-standard hotplugGuennadi Liakhovetski2012-03-271-1/+10
| * | | mmc: sh_mobile_sdhi: add a callback for board specific init codeBastian Hecht2012-03-271-0/+13
| * | | mmc: tmio: cosmetic: prettify the tmio_mmc_set_ios() functionGuennadi Liakhovetski2012-03-271-4/+5
| * | | mmc: sh_mobile_sdhi: do not manage PM clocks manuallyGuennadi Liakhovetski2012-03-271-4/+0Star
| * | | mmc: tmio_mmc: remove unused sdio_irq_enabled flagGuennadi Liakhovetski2012-03-272-3/+0Star
| * | | mmc: tmio_mmc: power status flag doesn't have to be exposed in platform dataGuennadi Liakhovetski2012-03-272-7/+9
| * | | mmc: sh_mobile_sdhi: pass card hotplug GPIO number to TMIO MMCGuennadi Liakhovetski2012-03-271-1/+2
| * | | mmc: tmio_mmc: support the generic MMC GPIO card hotplug helperGuennadi Liakhovetski2012-03-272-42/+31Star
| * | | mmc: tmio: calculate the native hotplug condition only onceGuennadi Liakhovetski2012-03-272-6/+7
| * | | mmc: sdhci-pci: allow 8-bit bus width for Intel PCHAlexander Stein2012-03-271-0/+33