aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2015-01-20mmc: tmio: tmio_mmc_host has .dmaKuninori Morimoto
2015-01-20mmc: tmio: add tmio_mmc_host_alloc/free()Kuninori Morimoto
2015-01-20mmc: sdhci: host: add new f_sdh30Vincent Yang
2015-01-20mmc: sdhci: add a quirk for single block transactionsVincent Yang
2015-01-20mmc: sdhci: add a quirk for tuning work aroundVincent Yang
2015-01-20mmc: sdhci: add a voltage switch callback functionVincent Yang
2015-01-19mmc: dw_mmc: Power on vqmmc in MMC_POWER_ON, not MMC_POWER_UPDoug Anderson
2015-01-19mmc: host: sdhci: Added a space before (Mohammad Jamal
2015-01-19mmc: sdhci-pxav3: fix pm unbalanced issue in -> remove()Jisheng Zhang
2015-01-19mmc: sdhci-pxav3: fix unbalanced clock issues during probeJisheng Zhang
2015-01-19mmc: sdhci: Always init buf_ready_intAdrian Hunter
2015-01-19mmc: core: Move mmc_card_removed() into mmc_start_request()Adrian Hunter
2015-01-19mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter
2015-01-19mmc: omap_hsmmc: use mmc_of_parse to parse common mmc configuration.NeilBrown
2015-01-19mmc: omap_hsmmc: use slot-gpio library for gpio support.NeilBrown
2015-01-19mmc: slot-gpio: Allow host driver to provide isr for card-detect interruptsNeilBrown
2015-01-19mmc: sdhci-acpi: fix copy'n'paste typos in the commentsAndy Shevchenko
2015-01-19mmc: sd: add reset bus_ops callbackJohan Rudholm
2015-01-19mmc: core: refactor the hw_reset routinesJohan Rudholm
2015-01-19mmc: core: always check status after resetJohan Rudholm
2015-01-19mmc: Add SDIO function devicetree subnode parsingSascha Hauer
2015-01-19mmc: sdhci-acpi: Remove redundant runtime PM idle callbackUlf Hansson
2015-01-19mmc: sdhci: use pipeline mmc requests to improve performanceHaibo Chen
2015-01-19mmc: sdhci: Remove redundant ADMA page boundary warningsAndrew Gabbasov
2015-01-19mmc: core: Make tuning block patterns staticUlf Hansson
2015-01-19mmc: dw_mmc: Convert to mmc_send_tuning()Ulf Hansson
2015-01-19mmc: mmci: Do pm_runtime_put() after the host has been addedUlf Hansson
2015-01-19mmc: sdhci-pci: Remove redundant runtime PM idle callbackUlf Hansson
2015-01-19mmc: sdhci-esdhc-imx: Fixup runtime PM conditions during ->probe()Ulf Hansson
2015-01-19mmc: sdhci-esdhc-imx: Fixup ->remove()Ulf Hansson
2015-01-19mmc: mvsdio: don't use devm_pinctrl_get_select_default() in probeWolfram Sang
2015-01-19mmc: dw_mmc: remove unnecessary debug messageBeomho Seo
2015-01-19mmc: rtsx: swap function position to avoid pre declarationMicky Ching
2015-01-19mmc: rtsx: add support for sdio cardMicky Ching
2015-01-19mmc: rtsx: add helper function to simplify codeMicky Ching
2015-01-19mmc: rtsx: init cookie at probe/card_eventMicky Ching
2015-01-19mmc: rtsx: add dump_reg_range to simplify dump registerMicky Ching
2015-01-19mmc: slot-gpio: Rework how to handle allocation of slot-gpio dataUlf Hansson
2015-01-19mmc: core: Free all resources for the class device at ->dev_release()Ulf Hansson
2015-01-19mmc: slot-gpio: Make mmc_gpio_alloc() available for MMC coreUlf Hansson
2015-01-19mmc: slot-gpio: Use the parent device while allocating dataUlf Hansson
2015-01-19mmc: slot-gpio: Remove option to explicitly free requested CD/WP GPIOsUlf Hansson
2015-01-19mmc: sdhci-sirf: Remove redundant use of mmc_gpio_free_cd()Ulf Hansson
2015-01-19mmc: mvsdio: Remove redundant use of mmc_gpio_free_cd|ro()Ulf Hansson
2015-01-19mmc: core: Return error at failure of request CD/WP in mmc_of_parse()Ulf Hansson
2015-01-19mmc: sdhci-st: Do cleanup while mmc_of_parse() return an errorUlf Hansson
2015-01-19mmc: sdhci-s3c: Handle error from mmc_of_parse()Ulf Hansson
2015-01-19mmc: sdhci-of-esdhc: Handle error from mmc_of_parse()Ulf Hansson
2015-01-19mmc: sdhci-bcm-kona: Handle error from mmc_of_parse()Ulf Hansson
2015-01-19mmc: moxart: Handle error from mmc_of_parse()Ulf Hansson