summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
AgeCommit message (Expand)Author
2017-04-24mmc: core: move some code in mmc_start_areq()Linus Walleij
2017-04-24mmc: core: Factor out mrq preparation from mmc_start_request()Adrian Hunter
2017-04-24mmc: core: Factor out debug prints from mmc_start_request()Adrian Hunter
2017-04-24mmc: block: Factor out data preparationAdrian Hunter
2017-04-24mmc: block: Change mmc_apply_rel_rw() to get block address from the requestAdrian Hunter
2017-04-24mmc: block: Disable Command Queue while RPMB is usedAdrian Hunter
2017-04-24mmc: mmc_test: Disable Command Queue while mmc_test is usedAdrian Hunter
2017-04-24mmc: mmc: Add functions to enable / disable the Command QueueAdrian Hunter
2017-04-24mmc: queue: Share mmc request array between partitionsAdrian Hunter
2017-04-24mmc: block: Introduce queue semanticsAdrian Hunter
2017-04-24mmc: block: Use local var for mqrq_curAdrian Hunter
2017-04-24mmc: host: s3cmci: allow probing from device treeSergio Prado
2017-04-24mmc: sdhci-pci: Set MMC_CAP_AGGRESSIVE_PM for BYT-related Intel controllersAzhar Shaikh
2017-04-24mmc: sdhci-acpi: Set MMC_CAP_AGGRESSIVE_PM for BYT-related Intel controllersAzhar Shaikh
2017-04-24mmc: meson-gx: factor out setting response configuration bitsHeiner Kallweit
2017-04-24mmc: meson-gx: factor out setting block sizeHeiner Kallweit
2017-04-24mmc: sdhci-cadence: refactor probe functionPiotr Sroka
2017-04-24mmc: sdhci-cadence: Update PHY delay configurationPiotr Sroka
2017-04-24mmc: sdhci-cadence: Fix writing PHY delayPiotr Sroka
2017-04-24mmc: bcm2835: Fix possible NULL ptr dereference in bcm2835_requestStefan Wahren
2017-04-24mmc: use new core function mmc_get_dma_dirHeiner Kallweit
2017-04-24mmc: meson-gx: add CMD23 modeHeiner Kallweit
2017-04-24mmc: meson-gx: switch to dynamic timeout valuesHeiner Kallweit
2017-04-24mmc: meson-gx: use per port interrupt namesHeiner Kallweit
2017-04-24mmc: meson-gx: use bitfield macrosHeiner Kallweit
2017-04-24mmc: sdhci: clarify the get_timeout_clock callbackShawn Lin
2017-04-24mmc: sunxi: change controller error info to debug levelIcenowy Zheng
2017-04-24mmc: meson-gx: simplify setting timeout configuration parametersHeiner Kallweit
2017-04-24mmc: meson-gx: improve setting data->bytes_xferedHeiner Kallweit
2017-04-24mmc: meson-gx: improve response readingHeiner Kallweit
2017-04-24mmc: meson-gx: improve variable usage in meson_mmc_start_cmdHeiner Kallweit
2017-04-24mmc: meson-gx: replace cmd->data in meson_mmc_start_cmdHeiner Kallweit
2017-04-24mmc: meson-gx: remove unneeded configuration bit resetsHeiner Kallweit
2017-04-24mmc: mediatek: Use data tune for CMD line tuneyong mao
2017-04-24mmc: sdio: improve mmc_io_rw_extendedHeiner Kallweit
2017-04-24mmc: tmio: always get number of tapsMasaharu Hayakawa
2017-04-24mmc: tmio: always unmap DMA before waiting for interruptWolfram Sang
2017-04-24mmc: sdhci-pci: Move a function to avoid later forward declarationAdrian Hunter
2017-04-24mmc: sdhci-pci: Add runtime suspend/resume callbacksAdrian Hunter
2017-04-24mmc: sdhci-pci: Let suspend/resume callbacks replace default callbacksAdrian Hunter
2017-04-24mmc: sdhci-pci: Conditionally compile pm sleep functionsAdrian Hunter
2017-04-24mmc: sdhci-pci: Do not use suspend/resume callbacks with runtime pmAdrian Hunter
2017-04-24mmc: sdhci-pci: Let devices define how to add the hostAdrian Hunter
2017-04-24mmc: sdhci: Add CQE supportAdrian Hunter
2017-04-24mmc: sdhci: Factor out sdhci_set_default_irqsAdrian Hunter
2017-04-24mmc: sdhci: Add sdhci_cleanup_hostAdrian Hunter
2017-04-24mmc: sdhci: Get rid of 'extern' in header fileAdrian Hunter
2017-04-24mmc: sdhci: Export sdhci_dumpregsAdrian Hunter
2017-04-24mmc: sdhci: Improve register dump print formatAdrian Hunter
2017-04-24mmc: sdhci: Use sdhci_readl() not readl() in sdhci_dumpregs()Adrian Hunter