aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-27mmc: tmio: cosmetic: prettify the tmio_mmc_set_ios() functionGuennadi Liakhovetski1-4/+5
2012-03-27mmc: sh_mobile_sdhi: do not manage PM clocks manuallyGuennadi Liakhovetski1-4/+0
2012-03-27mmc: tmio_mmc: remove unused sdio_irq_enabled flagGuennadi Liakhovetski2-3/+0
2012-03-27mmc: tmio_mmc: power status flag doesn't have to be exposed in platform dataGuennadi Liakhovetski2-7/+9
2012-03-27mmc: sh_mobile_sdhi: pass card hotplug GPIO number to TMIO MMCGuennadi Liakhovetski1-1/+2
2012-03-27mmc: tmio_mmc: support the generic MMC GPIO card hotplug helperGuennadi Liakhovetski2-42/+31
2012-03-27mmc: tmio: calculate the native hotplug condition only onceGuennadi Liakhovetski2-6/+7
2012-03-27mmc: simplify mmc_cd_gpio_request() by removing two parametersGuennadi Liakhovetski1-4/+9
2012-03-27mmc: sdhci-pci: allow 8-bit bus width for Intel PCHAlexander Stein1-0/+33
2012-03-27mmc: sdhci: check interrupt flags in ISR againAlexander Stein1-7/+12
2012-03-27mmc: sdhci-pci: Add MSI supportAlexander Stein1-0/+6
2012-03-27mmc: core: warn when card doesn't support HPIJaehoon Chung1-4/+8
2012-03-27mmc: davinci: Poll status for small size transfersIdo Yariv1-1/+28
2012-03-27mmc: davinci: Eliminate spurious interruptsIdo Yariv1-6/+27
2012-03-27mmc: omap_hsmmc: Avoid a regulator voltage change with dtRajendra Nayak1-1/+14
2012-03-27mmc: omap_hsmmc: Convert hsmmc driver to use device treeRajendra Nayak1-0/+73
2012-03-27mmc: sdhci-pci: add SDHCI_QUIRK2_HOST_OFF_CARD_ON for Medfield SDIOAdrian Hunter1-0/+5
2012-03-27mmc: sdhci: add quirk for keeping card power during suspendAdrian Hunter1-2/+11
2012-03-27mmc: sdhci-pci: select HC erase size for Medfield eMMCAdrian Hunter1-1/+2
2012-03-27mmc: core: add high-capacity erase size capability flagAdrian Hunter1-1/+2
2012-03-27mmc: omap_hsmmc: convert all pr_* to dev_*Rajendra Nayak1-4/+4
2012-03-27mmc: sh_mmcif: fix MMC_GEN_CMD settingShimoda, Yoshihiro1-2/+0
2012-03-27mmc: core: hs200 fixesSubhash Jadavani1-17/+21
2012-03-27mmc: omap_hsmmc: Fix "Unbalanced pm_runtime_enable!" warningTony Lindgren1-0/+1
2012-03-27mmc: core: Clean up after mmc_pre_req if card was removedUlf Hansson1-20/+15
2012-03-27mmc: start removing enable / disable APIAdrian Hunter5-190/+18
2012-03-27mmc: sdhci-spear: add pm callbacks to support hibernationShiraz Hashim1-7/+2
2012-03-27mmc: tmio_mmc: do not enable card hotplug interrupts, if unusedGuennadi Liakhovetski1-1/+6
2012-03-27mmc: omap_hsmmc: Don't expect MMC1 to always have vmmc supplyRajendra Nayak1-29/+2
2012-03-27mmc: omap_hsmmc: Get rid of omap_hsmmc_4_set_power functionRajendra Nayak1-20/+1
2012-03-27mmc: omap_hsmmc: Get rid of omap_hsmmc_1_set_power functionRajendra Nayak1-27/+3
2012-03-27mmc: omap_hsmmc: Use OMAP_HSMMC_SUPPORTS_DUAL_VOLT flag to remove host->id based hardcodingBalaji T K1-1/+1
2012-03-27mmc: omap_hsmmc: remove unused .set_sleep functionBalaji T K1-60/+0
2012-03-27mmc: omap_hsmmc: use platform_get_resource_byname for tx/rx DMA channelsBalaji T K1-24/+11
2012-03-27mmc: core: Detect card removal on I/O errorUlf Hansson1-3/+21
2012-03-27mmc: dw_mmc: Regression fix for non-IDMAC DMASeungwon Jeon1-16/+9
2012-03-27mmc: dw_mmc: fix compile error when CONFIG_MMC_DW_IDMAC is disabledJaehoon Chung1-1/+1
2012-03-27ARM: OMAP: hsmmc: add max_freq fieldDaniel Mack1-2/+6
2012-03-27mmc: atmel-mci: fix typoLudovic Desroches1-1/+1
2012-03-27mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg()Huang Shijie1-5/+5
2012-03-27mxs-dma : move the mxs dma.h to a more common placeHuang Shijie1-1/+1
2012-03-25mmc: dw_mmc: shift with slot-id for CLKENA registerJaehoon Chung1-2/+2
2012-03-25mmc: esdhc: Workaround for data crc error on p1010rdbJerry Huang1-2/+17
2012-03-25mmc: core: add a debug message for SET_BLOCK_COUNTJaehoon Chung1-0/+6
2012-03-25mmc: dw_mmc: Add support for pre_req and post_reqSeungwon Jeon1-27/+102
2012-03-25mmc: sdhci-tegra: Explicitly support Tegra30Stephen Warren1-13/+87
2012-03-25mmc: esdhc: Implement power management for ESDHCJerry Huang1-0/+18
2012-03-25mmc: sdhci: Add platform suspend/resume hooks.Chris Ball2-0/+8
2012-03-25mmc: dw_mmc: Override blk_settings with platdata on IDMACJaehoon Chung1-8/+8
2012-03-25mmc: Support of PCI mode in the dw_mmc driverShashidhar Hiremath6-102/+379