summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
| * | mmc: core: sdio: Fix unconditional wake_up_process() on sdio threadFu Zhonghui2014-09-092-4/+12
| * | mmc: dw_mmc: Add support for MIPSAndrew Bresticker2014-09-091-1/+1
| * | mmc: dw_mmc: Add dependency on DMAAndrew Bresticker2014-09-091-1/+2
| * | sdhci : recompute timeout_clk when neededMatthieu CASTET2014-09-091-1/+7
| * | sdhci : handle busy timeout irqMatthieu CASTET2014-09-091-0/+5
| * | mmc: rtsx_usb_sdmmc: fix incorrect last byte in R2 responseRoger Tseng2014-09-091-0/+7
| * | mmc: rtsx_pci_sdmmc: fix incorrect last byte in R2 responseRoger Tseng2014-09-091-0/+7
| * | mmc: au1xmmc: fix error return code in au1xmmc_probe()Wei Yongjun2014-09-091-1/+4
| * | mmc: dw_mmc: Make sure we don't get stuck when we get an errorDoug Anderson2014-09-091-0/+46
| * | mmc: sdhci: fix the wrong type of currChuanxiao.Dong2014-09-091-1/+1
| * | mmc: jz4740: prepare next dma transfer in parallel with current transferApelete Seketeli2014-09-091-22/+116
| * | mmc: jz4740: add dma infrastructure for data transfersApelete Seketeli2014-09-091-8/+166
| * | mmc: dw_mmc: add support for RK3288Addy Ke2014-09-091-2/+54
| * | mmc: sdhci-pltfm: Do not use parent as the host's devicePawel Moll2014-09-091-8/+2
| * | mmc: core: Remove fixed voltage regulator logicTim Kryger2014-09-091-17/+1
| * | mmc: mmci: Add qcom dml support to the driver.Srinivas Kandagatla2014-09-095-1/+237
| * | mmc: sdhci-s3c: fix runtime PM handling on sdhci_add_host() failureBartlomiej Zolnierkiewicz2014-09-081-2/+2
| |/
* | PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.hUlf Hansson2014-09-301-0/+1
* | mmc: sdio: Convert to dev_pm_domain_attach|detach()Ulf Hansson2014-09-221-2/+2
|/
* Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-141-1/+1
|\
| * PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* | Merge tag 'mmc-v3.17-1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2014-08-1428-436/+906
|\ \ | |/ |/|
| * mmc: dw_mmc: Slot quirk "disable-wp" is deprecated.Jaehoon Chung2014-08-111-2/+9
| * mmc: mmci: Reverse IRQ handling for the arm_variantUlf Hansson2014-08-111-2/+10
| * mmc: mmci: Move all CMD irq handling to mmci_cmd_irq()Ulf Hansson2014-08-111-10/+12
| * mmc: mmci: Remove redundant check of status for DATA irqUlf Hansson2014-08-111-6/+5
| * mmc: dw_mmc: change to use recommended reset procedureSonny Rao2014-08-112-23/+69
| * mmc: sdhci-pxav3: Use devm_* managed helpersLaurent Pinchart2014-08-111-10/+3
| * mmc: tmio: Configure DMA slave bus widthLaurent Pinchart2014-07-261-0/+2
| * mmc: sh_mmcif: Configure DMA slave bus widthLaurent Pinchart2014-07-261-2/+5
| * mmc: sh_mmcif: Fix DMA slave address configurationLaurent Pinchart2014-07-261-3/+7
| * mmc: sdhci-pci: remove PCI PM functions in suspend/resume callbackChuanxiao.Dong2014-07-261-17/+6
| * mmc: Do not advertise secure discard if it is blacklistedLukas Czerner2014-07-262-4/+5
| * mmc: sdhci-msm: Get COMPILE_TEST supportGeorgi Djakov2014-07-261-1/+1
| * mmc: sdhci-msm: Remove unnecessary header file inclusionGeorgi Djakov2014-07-261-1/+0
| * mmc: sdhci: add DDR50 1.8V mode support for BayTrail eMMC ControllerMaurice Petallo2014-07-102-2/+3
| * mmc: sdhci: Preset value not supported in Baytrail eMMCMaurice Petallo2014-07-102-0/+2
| * mmc: MMC_USDHI6ROL0 should depend on HAS_DMAGeert Uytterhoeven2014-07-101-0/+1
| * mmc: MMC_SH_MMCIF should depend on HAS_DMAGeert Uytterhoeven2014-07-101-1/+1
| * mmc: MMC_OMAP_HS should depend on HAS_DMAGeert Uytterhoeven2014-07-101-0/+1
| * mmc: sdhci-st: Intial support for ST SDHCI controllerPeter Griffin2014-07-103-0/+189
| * mmc: s3cmci: port DMA code to dmaengine APIVasily Khoruzhick2014-07-093-142/+52
| * mmc: tegra: Do not include asm/gpio.hThierry Reding2014-07-091-2/+0
| * mmc: mxs: fix card detection in case of 'broken-cd' flag setRoman Peniaev2014-07-091-1/+2
| * mmc: s3cmci: Move to clk_prepare_enable/clk_disable_unprepareVasily Khoruzhick2014-07-091-3/+3
| * mmc: Allow forward compatibility for eMMCRomain Izard2014-07-091-6/+5
| * mmc: sdhci: Replace host->mmc with mmc where possibleMarkus Mayer2014-07-091-15/+15
| * mmc: sdhci: avoid double-delay while transitioning to 1.8VRussell King2014-07-091-3/+0
| * mmc: sdhci-pci: SDIO host controller support for Intel Quark X1000Derek Browne2014-07-092-0/+13
| * mmc: sdhci: Remove blank lineUlf Hansson2014-07-091-1/+0