summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
AgeCommit message (Expand)AuthorLines
2016-02-15mmc: omap_hsmmc: Fix PM regression with deferred probe for pm_runtime_reinitTony Lindgren-0/+2
2016-02-11Revert "mmc: block: don't use parameter prefix if built as module"Ulf Hansson-3/+0
2016-02-11mmc: sdhci-acpi: Fix card detect race for Intel BXT/APLAdrian Hunter-0/+30
2016-02-11mmc: sdhci-pci: Fix card detect race for Intel BXT/APLAdrian Hunter-0/+31
2016-02-11mmc: sdhci: Allow override of get_cd() called from sdhci_request()Adrian Hunter-1/+1
2016-02-11mmc: sdhci: Allow override of mmc host operationsAdrian Hunter-1/+3
2016-02-10mmc: sh_mmcif: Correct TX DMA channel allocationChris Paterson-1/+1
2016-02-10mmc: block: return error on failed mmc_blk_get()Olof Johansson-1/+3
2016-02-08mmc: pxamci: fix the device-tree probe deferral pathRobert Jarzmik-26/+9
2016-02-08mmc: mmc_spi: add checks for dma mapping errorAlexey Khoroshilov-2/+13
2016-02-02mmc: sdhci-of-at91: fix pm runtime unbalanced issue in error pathJisheng Zhang-0/+1
2016-02-02mmc: pxamci: fix again read-only gpio detection polarityRobert Jarzmik-1/+1
2016-01-22Merge tag 'mmc-v4.5-rc1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds-28/+47
2016-01-21mmc: pwrseq_simple: Make reset-gpios optional to match docMartin Fuzzey-8/+14
2016-01-20mmc: sdio_cis: fix unknown tuple for CISTPL_SDIO_STDShawn Lin-0/+1
2016-01-19mmc: debugfs: correct wrong voltage valueChuanxiao Dong-1/+1
2016-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds-1/+17
2016-01-14mmc: atmel: get rid of struct mci_dma_dataMans Rullgard-1/+0
2016-01-14mmc: atmel-mci: restore dma on AVR32Mans Rullgard-0/+17
2016-01-14mmc: tmio_mmc_dma: don't print invalid DMA cookieArnd Bergmann-8/+7
2016-01-14mmc: core: Enable tuning according to the actual timingCarlo Caione-6/+6
2016-01-14mmc: mmci: support 8bit mode on the NomadikLinus Walleij-0/+1
2016-01-14mmc: mmci: fix an ages old detection errorLinus Walleij-1/+1
2016-01-13mmc: sd: limit SD card power limit according to cards capabilitiesRussell King-4/+16
2016-01-05mmc: dw_mmc: remove the unused quirksJaehoon Chung-19/+0
2016-01-05mmc: sdhci-pci: use to_pci_dev()Geliang Tang-2/+2
2016-01-05mmc: cb710: use to_platform_device()Geliang Tang-2/+1
2016-01-05mmc: tegra: use correct accessor for misc ctrl registerLucas Stach-2/+2
2016-01-05mmc: tegra: enable UHS-I modesLucas Stach-20/+17
2015-12-28mmc: tegra: implement UHS tuningLucas Stach-0/+55
2015-12-28mmc: tegra: disable SPI_MODE_CLKENLucas Stach-1/+9
2015-12-28mmc: tegra: implement module external clock changeLucas Stach-7/+54
2015-12-28mmc: sdhci: restore behavior when setting VDD via external regulatorJisheng Zhang-13/+6
2015-12-28mmc: It is not an error for the card to be removed while suspendedAdrian Hunter-2/+2
2015-12-28mmc: block: Allow more than 8 partitions per cardColin Cross-5/+2
2015-12-28mmc: core: Optimize boot time by detecting cards simultaneouslyUlf Hansson-23/+8
2015-12-22mmc: dw_mmc: use resource_size_t to store physical addressArnd Bergmann-2/+2
2015-12-22mmc: core: fix __mmc_switch timeout caused by preemptChaotian Jing-1/+8
2015-12-22mmc: usdhi6rol0: handle NULL data in timeoutRabin Vincent-1/+2
2015-12-22mmc: of_mmc_spi: Add IRQF_ONESHOT to interrupt flagssaurabh-2/+2
2015-12-22mmc: mediatek: change some dev_err to dev_dbgChaotian Jing-4/+4
2015-12-22mmc: enable MMC/SD/SDIO device to suspend/resume asynchronouslyFu, Zhonghui-0/+3
2015-12-22mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()Adrian Hunter-2/+2
2015-12-22mmc: sdhci: 64-bit DMA actually has 4-byte alignmentAdrian Hunter-28/+24
2015-12-22mmc: sdhci: Fix DMA descriptor with zero data lengthAdrian Hunter-3/+6
2015-12-22mmc: sdio: Fix invalid vdd in voltage switch power cycleAdrian Hunter-1/+1
2015-12-22mmc: sdhci: Do not BUG on invalid vddAdrian Hunter-1/+3
2015-12-22mmc: sdhci-pci: Do not default to 33 Ohm driver strength for Intel SPTAdrian Hunter-1/+1
2015-12-22mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400Wenkai Du-4/+2
2015-12-22mmc: core: Introduce MMC_CAP2_NO_SDIO capCarlo Caione-3/+8