summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorLines
2015-02-21Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds-15/+48
2015-02-04mmc: sdhci-s3c: solve problem with sleeping in atomic contextPaul Osmialowski-0/+8
2015-02-04mmc: moxart: fix probe logicArnd Bergmann-11/+9
2015-02-02Merge branch 'clk-next' into v3.19-rc7Michael Turquette-24/+49
2015-01-30mmc: Add hardware dependencies for sdhci-pxav3 and sdhci-pxav2Jean Delvare-0/+2
2015-01-29mmc: sdhci-pxav3: Modify clock settings for the SDR50 and DDR50 modesMarcin Wojtas-8/+50
2015-01-29mmc: sdhci-pxav3: Fix Armada 38x controller's caps according to erratum ERR-7...Marcin Wojtas-5/+23
2015-01-29mmc: sdhci-pxav3: Fix SDR50 and DDR50 capabilities for the Armada 38x flavorGregory CLEMENT-0/+17
2015-01-29mmc: sdhci: switch voltage before sdhci_set_ios in runtime resumeJisheng Zhang-1/+1
2015-01-29mmc: tegra: Write xfer_mode, CMD regs in togetherPavan Kunapuli-1/+29
2015-01-29mmc: sdhci-pxav3: fix setting of pdata->clk_delay_cyclesJisheng Zhang-2/+2
2015-01-28mmc: dw_mmc: rockchip: remove incorrect __exit_p()Dmitry Torokhov-1/+1
2015-01-28mmc: dw_mmc: exynos: remove incorrect __exit_p()Dmitry Torokhov-1/+1
2015-01-28mmc: Fix menuconfig alignment of MMC_SDHCI_* optionsJean Delvare-0/+1
2015-01-28mmc: Enable Ricoh MMC quirk by defaultJean Delvare-0/+1
2015-01-28mmc: mmci: Get rid of dead code in mmci_dma_setupPramod Gurav-5/+0
2015-01-28mmc: sdhci-pxav3: fix race between runtime pm and irqJisheng Zhang-10/+5
2015-01-21mmc: sdhci-pxav3: Remove checks for optional core clock in error/remove pathJisheng Zhang-4/+2
2015-01-21mmc: rtsx: check sg_count before long data xferMicky Ching-2/+9
2015-01-21mmc: rtsx: finish request if no card existMicky Ching-2/+7
2015-01-21mmc: sdhci: host: fix odd_ptr_err.cocci warningsWu Fengguang-1/+1
2015-01-21mmc: vub300: remove unreachable return value handlingNicholas Mc Guire-3/+1
2015-01-20Merge branch 'tmio' into nextUlf Hansson-110/+164
2015-01-20mmc: tmio: remove TMIO_MMC_HAVE_CTL_DMA_REG flagKuninori Morimoto-8/+0
2015-01-20mmc: sh_mobile_sdhi: enable 32bit DMA accessKuninori Morimoto-9/+33
2015-01-20mmc: sh_mobile_sdhi: use .enable_dmaKuninori Morimoto-0/+6
2015-01-20mmc: sh_mobile_sdhi: add new macro for mmc_host to sh_mobile_sdhiKuninori Morimoto-2/+4
2015-01-20mmc: sh_mobile_sdhi: tidyup mmc_data->bus_shift for latest SoCKuninori Morimoto-1/+4
2015-01-20mmc: sh_mobile_sdhi: remove .init/.cleanupKuninori Morimoto-25/+1
2015-01-20mmc: tmio: enable SoC specific DMA buswidth settingsKuninori Morimoto-2/+8
2015-01-20mmc: tmio: add .enable_dma on tmio_mmc_dmaKuninori Morimoto-0/+5
2015-01-20mmc: tmio: tmio_mmc_data has .dma_rx_offsetKuninori Morimoto-3/+2
2015-01-20mmc: tmio: tmio_mmc_data has .alignment_shiftKuninori Morimoto-5/+4
2015-01-20mmc: tmio: tmio_mmc_host has .bus_shiftKuninori Morimoto-14/+15
2015-01-20mmc: tmio: tmio_mmc_host has .multi_io_quirkKuninori Morimoto-4/+5
2015-01-20mmc: tmio: tmio_mmc_host has .clk_disableKuninori Morimoto-3/+4
2015-01-20mmc: tmio: tmio_mmc_host has .clk_enableKuninori Morimoto-4/+4
2015-01-20mmc: tmio: tmio_mmc_host has .write16_hookKuninori Morimoto-3/+5
2015-01-20mmc: tmio: tmio_mmc_host has .dmaKuninori Morimoto-15/+24
2015-01-20mmc: tmio: add tmio_mmc_host_alloc/free()Kuninori Morimoto-23/+51
2015-01-20mmc: sdhci: host: add new f_sdh30Vincent Yang-0/+249
2015-01-20mmc: sdhci: add a quirk for single block transactionsVincent Yang-3/+5
2015-01-20mmc: sdhci: add a quirk for tuning work aroundVincent Yang-0/+2
2015-01-20mmc: sdhci: add a voltage switch callback functionVincent Yang-0/+5
2015-01-19mmc: dw_mmc: Power on vqmmc in MMC_POWER_ON, not MMC_POWER_UPDoug Anderson-4/+6
2015-01-19mmc: host: sdhci: Added a space before (Mohammad Jamal-1/+1
2015-01-19mmc: sdhci-pxav3: fix pm unbalanced issue in -> remove()Jisheng Zhang-1/+3
2015-01-19mmc: sdhci-pxav3: fix unbalanced clock issues during probeJisheng Zhang-3/+4
2015-01-19mmc: sdhci: Always init buf_ready_intAdrian Hunter-2/+2
2015-01-19mmc: omap_hsmmc: use mmc_of_parse to parse common mmc configuration.NeilBrown-25/+8