summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
* | mmc: sh_mmcif: Simplify calculation of mmc->f_minSimon Horman2012-04-051-7/+1
* | mmc: sh_mmcif: mmc->f_max should be half of the bus clockSimon Horman2012-04-051-6/+6
* | mmc: sh_mmcif: double clock speedSimon Horman2012-04-051-1/+2
* | mmc: block: Remove use of mmc_blk_set_blksizeUlf Hansson2012-04-051-26/+1
* | mmc: atmel-mci: add support for odd clock dividersLudovic Desroches2012-04-052-19/+30
* | mmc: atmel-mci: r/w proof capability only available since v2xxLudovic Desroches2012-04-051-0/+2
* | mmc: atmel-mci: correct data timeout computationLudovic Desroches2012-04-051-1/+8
* | mmc: sdhci-s3c: Enable runtime power managementMark Brown2012-04-051-0/+28
* | mmc: sdhci-s3c: Use CONFIG_PM_SLEEP to ifdef system suspendMark Brown2012-04-051-4/+7
* | mmc: sdhci-s3c: use devm_ functionsJulia Lawall2012-04-051-24/+3
* | mmc: sdhci-s3c: Keep a copy of platform data and use itThomas Abraham2012-04-051-2/+9
* | mmc: sdhci-s3c: derive transfer width host cap from max_width in platdataThomas Abraham2012-04-051-0/+8
* | mmc: sdhci-s3c: Remove usage of clk_type member in platform dataThomas Abraham2012-04-051-4/+70
|/
* Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-03-301-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-296-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-2826-645/+1058
|\ \ \
| * | | 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/+0
| * | | mmc: tmio_mmc: remove unused sdio_irq_enabled flagGuennadi Liakhovetski2012-03-272-3/+0
| * | | 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/+31
| * | | mmc: tmio: calculate the native hotplug condition only onceGuennadi Liakhovetski2012-03-272-6/+7
| * | | mmc: simplify mmc_cd_gpio_request() by removing two parametersGuennadi Liakhovetski2012-03-271-4/+9
| * | | mmc: sdhci-pci: allow 8-bit bus width for Intel PCHAlexander Stein2012-03-271-0/+33
| * | | mmc: sdhci: check interrupt flags in ISR againAlexander Stein2012-03-271-7/+12
| * | | mmc: sdhci-pci: Add MSI supportAlexander Stein2012-03-271-0/+6
| * | | mmc: core: warn when card doesn't support HPIJaehoon Chung2012-03-271-4/+8
| * | | mmc: davinci: Poll status for small size transfersIdo Yariv2012-03-271-1/+28
| * | | mmc: davinci: Eliminate spurious interruptsIdo Yariv2012-03-271-6/+27
| * | | mmc: omap_hsmmc: Avoid a regulator voltage change with dtRajendra Nayak2012-03-271-1/+14
| * | | mmc: omap_hsmmc: Convert hsmmc driver to use device treeRajendra Nayak2012-03-271-0/+73
| * | | mmc: sdhci-pci: add SDHCI_QUIRK2_HOST_OFF_CARD_ON for Medfield SDIOAdrian Hunter2012-03-271-0/+5
| * | | mmc: sdhci: add quirk for keeping card power during suspendAdrian Hunter2012-03-271-2/+11
| * | | mmc: sdhci-pci: select HC erase size for Medfield eMMCAdrian Hunter2012-03-271-1/+2
| * | | mmc: core: add high-capacity erase size capability flagAdrian Hunter2012-03-271-1/+2
| * | | mmc: omap_hsmmc: convert all pr_* to dev_*Rajendra Nayak2012-03-271-4/+4
| * | | mmc: sh_mmcif: fix MMC_GEN_CMD settingShimoda, Yoshihiro2012-03-271-2/+0
| * | | mmc: core: hs200 fixesSubhash Jadavani2012-03-271-17/+21
| * | | mmc: omap_hsmmc: Fix "Unbalanced pm_runtime_enable!" warningTony Lindgren2012-03-271-0/+1
| * | | mmc: core: Clean up after mmc_pre_req if card was removedUlf Hansson2012-03-271-20/+15
| * | | mmc: start removing enable / disable APIAdrian Hunter2012-03-275-190/+18