aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-20mmc: tmio: add tmio_mmc_host_alloc/free()Kuninori Morimoto4-23/+51
2015-01-20mmc: sdhci: host: add new f_sdh30Vincent Yang3-0/+249
2015-01-20mmc: sdhci: add a quirk for single block transactionsVincent Yang1-3/+5
2015-01-20mmc: sdhci: add a quirk for tuning work aroundVincent Yang1-0/+2
2015-01-20mmc: sdhci: add a voltage switch callback functionVincent Yang2-0/+5
2015-01-19mmc: dw_mmc: Power on vqmmc in MMC_POWER_ON, not MMC_POWER_UPDoug Anderson1-4/+6
2015-01-19mmc: host: sdhci: Added a space before (Mohammad Jamal1-1/+1
2015-01-19mmc: sdhci-pxav3: fix pm unbalanced issue in -> remove()Jisheng Zhang1-1/+3
2015-01-19mmc: sdhci-pxav3: fix unbalanced clock issues during probeJisheng Zhang1-3/+4
2015-01-19mmc: sdhci: Always init buf_ready_intAdrian Hunter1-2/+2
2015-01-19mmc: core: Move mmc_card_removed() into mmc_start_request()Adrian Hunter1-12/+20
2015-01-19mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter5-32/+36
2015-01-19mmc: omap_hsmmc: use mmc_of_parse to parse common mmc configuration.NeilBrown1-25/+8
2015-01-19mmc: omap_hsmmc: use slot-gpio library for gpio support.NeilBrown1-54/+13
2015-01-19mmc: slot-gpio: Allow host driver to provide isr for card-detect interruptsNeilBrown1-1/+17
2015-01-19mmc: sdhci-acpi: fix copy'n'paste typos in the commentsAndy Shevchenko1-3/+3
2015-01-19mmc: sd: add reset bus_ops callbackJohan Rudholm1-0/+7
2015-01-19mmc: core: refactor the hw_reset routinesJohan Rudholm3-34/+51
2015-01-19mmc: core: always check status after resetJohan Rudholm2-30/+12
2015-01-19mmc: Add SDIO function devicetree subnode parsingSascha Hauer4-0/+46
2015-01-19mmc: sdhci-acpi: Remove redundant runtime PM idle callbackUlf Hansson1-6/+1
2015-01-19mmc: sdhci: use pipeline mmc requests to improve performanceHaibo Chen1-12/+87
2015-01-19mmc: sdhci: Remove redundant ADMA page boundary warningsAndrew Gabbasov1-4/+0
2015-01-19mmc: core: Make tuning block patterns staticUlf Hansson2-32/+30
2015-01-19mmc: dw_mmc: Convert to mmc_send_tuning()Ulf Hansson3-74/+8
2015-01-19mmc: mmci: Do pm_runtime_put() after the host has been addedUlf Hansson1-1/+1
2015-01-19mmc: sdhci-pci: Remove redundant runtime PM idle callbackUlf Hansson1-6/+1
2015-01-19mmc: sdhci-esdhc-imx: Fixup runtime PM conditions during ->probe()Ulf Hansson1-1/+1
2015-01-19mmc: sdhci-esdhc-imx: Fixup ->remove()Ulf Hansson1-8/+7
2015-01-19mmc: mvsdio: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-6/+0
2015-01-19mmc: dw_mmc: remove unnecessary debug messageBeomho Seo2-6/+2
2015-01-19mmc: rtsx: swap function position to avoid pre declarationMicky Ching1-103/+100
2015-01-19mmc: rtsx: add support for sdio cardMicky Ching1-96/+138
2015-01-19mmc: rtsx: add helper function to simplify codeMicky Ching1-44/+51
2015-01-19mmc: rtsx: init cookie at probe/card_eventMicky Ching1-0/+2
2015-01-19mmc: rtsx: add dump_reg_range to simplify dump registerMicky Ching1-17/+21
2015-01-19mmc: slot-gpio: Rework how to handle allocation of slot-gpio dataUlf Hansson2-59/+23
2015-01-19mmc: core: Free all resources for the class device at ->dev_release()Ulf Hansson1-7/+6
2015-01-19mmc: slot-gpio: Make mmc_gpio_alloc() available for MMC coreUlf Hansson2-1/+16
2015-01-19mmc: slot-gpio: Use the parent device while allocating dataUlf Hansson1-4/+4
2015-01-19mmc: slot-gpio: Remove option to explicitly free requested CD/WP GPIOsUlf Hansson1-88/+4
2015-01-19mmc: sdhci-sirf: Remove redundant use of mmc_gpio_free_cd()Ulf Hansson1-3/+0
2015-01-19mmc: mvsdio: Remove redundant use of mmc_gpio_free_cd|ro()Ulf Hansson1-4/+0
2015-01-19mmc: core: Return error at failure of request CD/WP in mmc_of_parse()Ulf Hansson1-22/+6
2015-01-19mmc: sdhci-st: Do cleanup while mmc_of_parse() return an errorUlf Hansson1-2/+2
2015-01-19mmc: sdhci-s3c: Handle error from mmc_of_parse()Ulf Hansson1-1/+3
2015-01-19mmc: sdhci-of-esdhc: Handle error from mmc_of_parse()Ulf Hansson1-2/+8
2015-01-19mmc: sdhci-bcm-kona: Handle error from mmc_of_parse()Ulf Hansson1-1/+3
2015-01-19mmc: moxart: Handle error from mmc_of_parse()Ulf Hansson1-1/+3
2015-01-19mmc: dw_mmc: exynos: move definitions to header fileSeungwon Jeon2-42/+62