summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci-acpi: Remove redundant runtime PM idle callbackUlf Hansson2015-01-191-6/+1
* mmc: sdhci: use pipeline mmc requests to improve performanceHaibo Chen2015-01-191-12/+87
* mmc: sdhci: Remove redundant ADMA page boundary warningsAndrew Gabbasov2015-01-191-4/+0
* mmc: dw_mmc: Convert to mmc_send_tuning()Ulf Hansson2015-01-193-74/+8
* mmc: mmci: Do pm_runtime_put() after the host has been addedUlf Hansson2015-01-191-1/+1
* mmc: sdhci-pci: Remove redundant runtime PM idle callbackUlf Hansson2015-01-191-6/+1
* mmc: sdhci-esdhc-imx: Fixup runtime PM conditions during ->probe()Ulf Hansson2015-01-191-1/+1
* mmc: sdhci-esdhc-imx: Fixup ->remove()Ulf Hansson2015-01-191-8/+7
* mmc: mvsdio: don't use devm_pinctrl_get_select_default() in probeWolfram Sang2015-01-191-6/+0
* mmc: dw_mmc: remove unnecessary debug messageBeomho Seo2015-01-192-6/+2
* mmc: rtsx: swap function position to avoid pre declarationMicky Ching2015-01-191-103/+100
* mmc: rtsx: add support for sdio cardMicky Ching2015-01-191-96/+138
* mmc: rtsx: add helper function to simplify codeMicky Ching2015-01-191-44/+51
* mmc: rtsx: init cookie at probe/card_eventMicky Ching2015-01-191-0/+2
* mmc: rtsx: add dump_reg_range to simplify dump registerMicky Ching2015-01-191-17/+21
* mmc: sdhci-sirf: Remove redundant use of mmc_gpio_free_cd()Ulf Hansson2015-01-191-3/+0
* mmc: mvsdio: Remove redundant use of mmc_gpio_free_cd|ro()Ulf Hansson2015-01-191-4/+0
* mmc: sdhci-st: Do cleanup while mmc_of_parse() return an errorUlf Hansson2015-01-191-2/+2
* mmc: sdhci-s3c: Handle error from mmc_of_parse()Ulf Hansson2015-01-191-1/+3
* mmc: sdhci-of-esdhc: Handle error from mmc_of_parse()Ulf Hansson2015-01-191-2/+8
* mmc: sdhci-bcm-kona: Handle error from mmc_of_parse()Ulf Hansson2015-01-191-1/+3
* mmc: moxart: Handle error from mmc_of_parse()Ulf Hansson2015-01-191-1/+3
* mmc: dw_mmc: exynos: move definitions to header fileSeungwon Jeon2015-01-192-42/+62
* mmc: dw_mmc: exynos: don't use if clock isn't availableSeungwon Jeon2015-01-191-4/+7
* mmc: dw_mmc: fix the max_blk_count in IDMACSeungwon Jeon2015-01-191-2/+2
* mmc: mxs-mmc: remove unneeded NULL checkDan Carpenter2015-01-191-2/+1
* mmc: sunxi: Removing unused codeDavid Lanzendörfer2015-01-191-9/+1
* mmc: sunxi: Correcting SDXC_HARDWARE_RESET bitDavid Lanzendörfer2015-01-191-1/+1
* mmc: sunxi: Lock fixDavid Lanzendörfer2015-01-191-1/+12
* mmc: sunxi: Fix setup of last descriptor of dma transferHans de Goede2015-01-191-1/+3
* mmc: omap_hsmmc: remove prepare/complete system suspend support.NeilBrown2015-01-191-50/+0
* mmc: toshsd: Fix unbalanced lockingAxel Lin2015-01-191-1/+3
* mmc: toshsd: use module_pci_driver to simplify the codeWei Yongjun2015-01-191-12/+1
* mmc: sdhci: Fix FSL ESDHC reset handling quirkAlessio Igor Bogani2015-01-191-1/+9
* mmc: sdhci-sirf: add sirf tuning function (cmd 19)Minda Chen2015-01-191-0/+71
* mmc: dw_mmc: Protect read-modify-write of INTMASK with a lockDoug Anderson2015-01-191-0/+13
* mmc: dw_mmc: Cleanup disable of low power mode w/ SDIO interruptsDoug Anderson2015-01-192-34/+36
* mmc: sdhci: Set SDHCI_POWER_ON with external vmmcTim Kryger2015-01-141-0/+6
* mmc: sdhci-pci: Add support for Intel SPTAdrian Hunter2015-01-122-0/+28
* mmc: sdhci-acpi: Add ACPI HID INT344DAdrian Hunter2015-01-121-0/+2
* mmc: sdhci: Fix sleep in atomic after inserting SD cardKrzysztof Kozlowski2015-01-121-2/+6
* mmc: sdhci-pxav3: do the mbus window configuration after enabling clocksThomas Petazzoni2015-01-121-8/+7
* mmc: sdhci: Disable re-tuning for HS400Adrian Hunter2015-01-121-0/+29
* mmc: sdhci: Simplify use of tuning timerAdrian Hunter2015-01-121-15/+8
* mmc: sdhci: Add out_unlock to sdhci_execute_tuningAdrian Hunter2015-01-121-3/+2
* mmc: sdhci: Tuning should not change max_blk_countAdrian Hunter2015-01-121-6/+3
* Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-181-1/+1
|\
| * mmc: atmel-mci: use SET_RUNTIME_PM_OPS() macroLudovic Desroches2014-12-131-1/+1
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-147-7/+0
|\ \ | |/ |/|
| * mmc: host: drop owner assignment from platform_driversWolfram Sang2014-10-207-7/+0