summaryrefslogtreecommitdiff
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorFilesLines
2017-04-24mmc: meson-gx: add CMD23 modeHeiner Kallweit1-4/+17
2017-04-24mmc: meson-gx: switch to dynamic timeout valuesHeiner Kallweit1-1/+13
2017-04-24mmc: meson-gx: use per port interrupt namesHeiner Kallweit1-1/+1
2017-04-24mmc: meson-gx: use bitfield macrosHeiner Kallweit1-54/+40
2017-04-24mmc: sdhci: clarify the get_timeout_clock callbackShawn Lin4-25/+13
2017-04-24mmc: sunxi: change controller error info to debug levelIcenowy Zheng1-1/+1
2017-04-24mmc: meson-gx: simplify setting timeout configuration parametersHeiner Kallweit1-6/+5
2017-04-24mmc: meson-gx: improve setting data->bytes_xferedHeiner Kallweit1-4/+7
2017-04-24mmc: meson-gx: improve response readingHeiner Kallweit1-4/+3
2017-04-24mmc: meson-gx: improve variable usage in meson_mmc_start_cmdHeiner Kallweit1-31/+24
2017-04-24mmc: meson-gx: replace cmd->data in meson_mmc_start_cmdHeiner Kallweit1-12/+13
2017-04-24mmc: meson-gx: remove unneeded configuration bit resetsHeiner Kallweit1-5/+0
2017-04-24mmc: mediatek: Use data tune for CMD line tuneyong mao1-16/+152
2017-04-24mmc: tmio: always get number of tapsMasaharu Hayakawa1-9/+7
2017-04-24mmc: tmio: always unmap DMA before waiting for interruptWolfram Sang1-2/+5
2017-04-24mmc: sdhci-pci: Move a function to avoid later forward declarationAdrian Hunter1-38/+38
2017-04-24mmc: sdhci-pci: Add runtime suspend/resume callbacksAdrian Hunter2-40/+62
2017-04-24mmc: sdhci-pci: Let suspend/resume callbacks replace default callbacksAdrian Hunter3-72/+104
2017-04-24mmc: sdhci-pci: Conditionally compile pm sleep functionsAdrian Hunter3-0/+14
2017-04-24mmc: sdhci-pci: Do not use suspend/resume callbacks with runtime pmAdrian Hunter1-12/+0
2017-04-24mmc: sdhci-pci: Let devices define how to add the hostAdrian Hunter2-1/+5
2017-04-24mmc: sdhci: Add CQE supportAdrian Hunter2-3/+146
2017-04-24mmc: sdhci: Factor out sdhci_set_default_irqsAdrian Hunter1-8/+13
2017-04-24mmc: sdhci: Add sdhci_cleanup_hostAdrian Hunter2-11/+27
2017-04-24mmc: sdhci: Get rid of 'extern' in header fileAdrian Hunter1-17/+15
2017-04-24mmc: sdhci: Export sdhci_dumpregsAdrian Hunter2-1/+4
2017-04-24mmc: sdhci: Improve register dump print formatAdrian Hunter1-51/+53
2017-04-24mmc: sdhci: Use sdhci_readl() not readl() in sdhci_dumpregs()Adrian Hunter1-5/+5
2017-04-24mmc: sdhci: Add response register to register dumpAdrian Hunter1-0/+7
2017-04-24mmc: sdhci: Improve debug print formatAdrian Hunter1-16/+12
2017-04-24mmc: sdhci: Reduce spin lock usage in sdhci_execute_tuningAdrian Hunter1-22/+14
2017-04-24mmc: sdhci: Do not use spin lock in set_ios pathsAdrian Hunter7-37/+1
2017-04-24mmc: sdhci: Remove ->select_drive_strength() callbackAdrian Hunter4-42/+0
2017-04-24mmc: sdhci-pci: Use ACPI DSM to get driver strength for some Intel devicesAdrian Hunter2-66/+14
2017-04-24mmc: sdhci-pci: Don't re-tune with runtime pm for some Intel devicesAdrian Hunter1-0/+90
2017-04-24mmc: sdhci-pci: Let devices define their own private dataAdrian Hunter2-1/+9
2017-04-24mmc: sdhci: Let drivers decide whether to use mmc_retune_needed() with pmAdrian Hunter15-11/+73
2017-04-24mmc: sdhci: Optimize delay loopsAdrian Hunter1-10/+9
2017-04-24mmc: bcm2835: Add new driver for the sdhost controller.Eric Anholt3-0/+1480
2017-04-24mmc: meson-gx: fix error path when driver initialization fails before enablin...Michał Zegan1-2/+3
2017-04-24mmc: sdhci-st: remove unnecessary platform_set_drvdata() callJisheng Zhang1-2/+0
2017-04-24mmc: sdhci-pxav2: remove unnecessary platform_set_drvdata() callJisheng Zhang1-2/+0
2017-04-24mmc: sdhci-pxav3: remove unnecessary platform_set_drvdata() callJisheng Zhang1-2/+0
2017-04-24mmc: sdhci-cadence: add HS400 enhanced strobe supportPiotr Sroka1-7/+50
2017-04-24mmc: tegra: Add Tegra186 supportThierry Reding1-0/+16
2017-04-24mmc: tegra: Support module resetThierry Reding1-1/+42
2017-04-24mmc: meson-gx: remove mmc host on device removalMichał Zegan1-0/+2
2017-04-24mmc: host: tmio: fill in response from auto cmd12Wolfram Sang1-0/+3
2017-04-24mmc: host: tmio: don't BUG on unsupported stop commandsWolfram Sang1-4/+5
2017-04-24mmc: host: tmio: fix minor typos in commentsWolfram Sang1-3/+3