summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorFilesLines
2015-01-21mmc: rtsx: finish request if no card existMicky Ching1-2/+7
2015-01-21mmc: sdhci: host: fix odd_ptr_err.cocci warningsWu Fengguang1-1/+1
2015-01-21mmc: vub300: remove unreachable return value handlingNicholas Mc Guire1-3/+1
2015-01-20Merge branch 'tmio' into nextUlf Hansson5-110/+164
2015-01-20mmc: tmio: remove TMIO_MMC_HAVE_CTL_DMA_REG flagKuninori Morimoto2-8/+0
2015-01-20mmc: sh_mobile_sdhi: enable 32bit DMA accessKuninori Morimoto1-9/+33
2015-01-20mmc: sh_mobile_sdhi: use .enable_dmaKuninori Morimoto1-0/+6
2015-01-20mmc: sh_mobile_sdhi: add new macro for mmc_host to sh_mobile_sdhiKuninori Morimoto1-2/+4
2015-01-20mmc: sh_mobile_sdhi: tidyup mmc_data->bus_shift for latest SoCKuninori Morimoto1-1/+4
2015-01-20mmc: sh_mobile_sdhi: remove .init/.cleanupKuninori Morimoto1-25/+1
2015-01-20mmc: tmio: enable SoC specific DMA buswidth settingsKuninori Morimoto2-2/+8
2015-01-20mmc: tmio: add .enable_dma on tmio_mmc_dmaKuninori Morimoto2-0/+5
2015-01-20mmc: tmio: tmio_mmc_data has .dma_rx_offsetKuninori Morimoto3-3/+2
2015-01-20mmc: tmio: tmio_mmc_data has .alignment_shiftKuninori Morimoto3-5/+4
2015-01-20mmc: tmio: tmio_mmc_host has .bus_shiftKuninori Morimoto4-14/+15
2015-01-20mmc: tmio: tmio_mmc_host has .multi_io_quirkKuninori Morimoto3-4/+5
2015-01-20mmc: tmio: tmio_mmc_host has .clk_disableKuninori Morimoto3-3/+4
2015-01-20mmc: tmio: tmio_mmc_host has .clk_enableKuninori Morimoto3-4/+4
2015-01-20mmc: tmio: tmio_mmc_host has .write16_hookKuninori Morimoto3-3/+5
2015-01-20mmc: tmio: tmio_mmc_host has .dmaKuninori Morimoto3-15/+24
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: 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: sdhci-acpi: fix copy'n'paste typos in the commentsAndy Shevchenko1-3/+3
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: 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: 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