summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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: 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: omap_hsmmc: Fix "Unbalanced pm_runtime_enable!" warningTony Lindgren2012-03-271-0/+1
* mmc: start removing enable / disable APIAdrian Hunter2012-03-272-16/+3
* mmc: sdhci-spear: add pm callbacks to support hibernationShiraz Hashim2012-03-271-7/+2
* mmc: tmio_mmc: do not enable card hotplug interrupts, if unusedGuennadi Liakhovetski2012-03-271-1/+6
* mmc: omap_hsmmc: Don't expect MMC1 to always have vmmc supplyRajendra Nayak2012-03-271-29/+2
* mmc: omap_hsmmc: Get rid of omap_hsmmc_4_set_power functionRajendra Nayak2012-03-271-20/+1
* mmc: omap_hsmmc: Get rid of omap_hsmmc_1_set_power functionRajendra Nayak2012-03-271-27/+3
* mmc: omap_hsmmc: Use OMAP_HSMMC_SUPPORTS_DUAL_VOLT flag to remove host->id ba...Balaji T K2012-03-271-1/+1
* mmc: omap_hsmmc: remove unused .set_sleep functionBalaji T K2012-03-271-60/+0
* mmc: omap_hsmmc: use platform_get_resource_byname for tx/rx DMA channelsBalaji T K2012-03-271-24/+11
* mmc: dw_mmc: Regression fix for non-IDMAC DMASeungwon Jeon2012-03-271-16/+9
* mmc: dw_mmc: fix compile error when CONFIG_MMC_DW_IDMAC is disabledJaehoon Chung2012-03-271-1/+1
* ARM: OMAP: hsmmc: add max_freq fieldDaniel Mack2012-03-271-2/+6
* mmc: atmel-mci: fix typoLudovic Desroches2012-03-271-1/+1
* mmc: dw_mmc: shift with slot-id for CLKENA registerJaehoon Chung2012-03-261-2/+2
* mmc: esdhc: Workaround for data crc error on p1010rdbJerry Huang2012-03-261-2/+17
* mmc: dw_mmc: Add support for pre_req and post_reqSeungwon Jeon2012-03-261-27/+102
* mmc: sdhci-tegra: Explicitly support Tegra30Stephen Warren2012-03-261-13/+87
* mmc: esdhc: Implement power management for ESDHCJerry Huang2012-03-261-0/+18
* mmc: sdhci: Add platform suspend/resume hooks.Chris Ball2012-03-262-0/+8
* mmc: dw_mmc: Override blk_settings with platdata on IDMACJaehoon Chung2012-03-261-8/+8
* mmc: Support of PCI mode in the dw_mmc driverShashidhar Hiremath2012-03-266-102/+379
* mmc: dw_mmc: add support for eMMC Power Off Notify featureJaehoon Chung2012-03-261-0/+5
* Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2012-03-212-0/+10
|\
| * Merge branch 'pm-qos'Rafael J. Wysocki2012-03-162-0/+10
| |\
| | * sh_mmcif / PM: Use PM QoS latency constraintRafael J. Wysocki2012-03-131-0/+5
| | * tmio_mmc / PM: Use PM QoS latency constraintRafael J. Wysocki2012-03-131-0/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-211-2/+2
|\ \ \
| * | | mmc: Fix typo in s3cmci.cMasanari Iida2012-02-051-2/+2
| | |/ | |/|
* | | mmc: mmci: reduce max_blk_count to avoid overflowing max_req_sizeWill Deacon2012-03-041-3/+4
* | | mmc: sdhci-esdhc-imx: fix for mmc cards on i.MX5Sascha Hauer2012-03-041-2/+3
* | | mmc: atmel-mci: don't use dma features when using DMA with no chan availableLudovic Desroches2012-03-021-11/+10
| |/ |/|
* | mmc: dw_mmc: Fix PIO mode with support of highmemSeungwon Jeon2012-02-141-69/+75
* | mmc: atmel-mci: save and restore sdioirq when soft reset is performedLudovic Desroches2012-02-141-0/+3
* | mmc: sh_mmcif: fix late delayed work initialisationGuennadi Liakhovetski2012-02-141-7/+9
* | mmc: tmio_mmc: fix card eject during IO with DMAGuennadi Liakhovetski2012-02-143-2/+23
* | mmc: sdhci-pci: set Medfield SDIO as non-removableAdrian Hunter2012-02-141-1/+1
* | mmc: esdhc: set the timeout to the max valueJerry Huang2012-02-141-0/+5
* | mmc: esdhc: add PIO mode supportJerry Huang2012-02-141-1/+4
* | mmc: of_mmc_spi: fix little endian supportJean-Christophe PLAGNIOL-VILLARD2012-02-141-2/+2
* | mmc: esdhc: fix errors when booting kernel on Freescale eSDHC version 2.3Roy Zang2012-02-121-0/+32
* | drivers: misc: Remove MISC_DEVICES config optionFabio Estevam2012-01-251-1/+0
|/