summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: omap_hsmmc: Fix PM regression with deferred probe for pm_runtime_reinitTony Lindgren2016-02-151-0/+2
* Revert "mmc: block: don't use parameter prefix if built as module"Ulf Hansson2016-02-111-3/+0
* mmc: sdhci-acpi: Fix card detect race for Intel BXT/APLAdrian Hunter2016-02-111-0/+30
* mmc: sdhci-pci: Fix card detect race for Intel BXT/APLAdrian Hunter2016-02-111-0/+31
* mmc: sdhci: Allow override of get_cd() called from sdhci_request()Adrian Hunter2016-02-111-1/+1
* mmc: sdhci: Allow override of mmc host operationsAdrian Hunter2016-02-112-1/+3
* mmc: sh_mmcif: Correct TX DMA channel allocationChris Paterson2016-02-101-1/+1
* mmc: block: return error on failed mmc_blk_get()Olof Johansson2016-02-101-1/+3
* mmc: pxamci: fix the device-tree probe deferral pathRobert Jarzmik2016-02-081-26/+9
* mmc: mmc_spi: add checks for dma mapping errorAlexey Khoroshilov2016-02-081-2/+13
* mmc: sdhci-of-at91: fix pm runtime unbalanced issue in error pathJisheng Zhang2016-02-021-0/+1
* mmc: pxamci: fix again read-only gpio detection polarityRobert Jarzmik2016-02-021-1/+1
* Merge tag 'mmc-v4.5-rc1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2016-01-227-28/+47
|\
| * mmc: pwrseq_simple: Make reset-gpios optional to match docMartin Fuzzey2016-01-211-8/+14
| * mmc: sdio_cis: fix unknown tuple for CISTPL_SDIO_STDShawn Lin2016-01-201-0/+1
| * mmc: debugfs: correct wrong voltage valueChuanxiao Dong2016-01-191-1/+1
| * mmc: tmio_mmc_dma: don't print invalid DMA cookieArnd Bergmann2016-01-141-8/+7
| * mmc: core: Enable tuning according to the actual timingCarlo Caione2016-01-142-6/+6
| * mmc: mmci: support 8bit mode on the NomadikLinus Walleij2016-01-141-0/+1
| * mmc: mmci: fix an ages old detection errorLinus Walleij2016-01-141-1/+1
| * mmc: sd: limit SD card power limit according to cards capabilitiesRussell King2016-01-131-4/+16
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2016-01-181-1/+17
|\ \ | |/ |/|
| * mmc: atmel: get rid of struct mci_dma_dataMans Rullgard2016-01-141-1/+0
| * mmc: atmel-mci: restore dma on AVR32Mans Rullgard2016-01-141-0/+17
* | mmc: dw_mmc: remove the unused quirksJaehoon Chung2016-01-051-19/+0
* | mmc: sdhci-pci: use to_pci_dev()Geliang Tang2016-01-051-2/+2
* | mmc: cb710: use to_platform_device()Geliang Tang2016-01-051-2/+1
* | mmc: tegra: use correct accessor for misc ctrl registerLucas Stach2016-01-051-2/+2
* | mmc: tegra: enable UHS-I modesLucas Stach2016-01-051-20/+17
* | mmc: tegra: implement UHS tuningLucas Stach2015-12-281-0/+55
* | mmc: tegra: disable SPI_MODE_CLKENLucas Stach2015-12-281-1/+9
* | mmc: tegra: implement module external clock changeLucas Stach2015-12-281-7/+54
* | mmc: sdhci: restore behavior when setting VDD via external regulatorJisheng Zhang2015-12-281-13/+6
* | mmc: It is not an error for the card to be removed while suspendedAdrian Hunter2015-12-282-2/+2
* | mmc: block: Allow more than 8 partitions per cardColin Cross2015-12-281-5/+2
* | mmc: core: Optimize boot time by detecting cards simultaneouslyUlf Hansson2015-12-281-23/+8
* | mmc: dw_mmc: use resource_size_t to store physical addressArnd Bergmann2015-12-222-2/+2
* | mmc: core: fix __mmc_switch timeout caused by preemptChaotian Jing2015-12-221-1/+8
* | mmc: usdhi6rol0: handle NULL data in timeoutRabin Vincent2015-12-221-1/+2
* | mmc: of_mmc_spi: Add IRQF_ONESHOT to interrupt flagssaurabh2015-12-221-2/+2
* | mmc: mediatek: change some dev_err to dev_dbgChaotian Jing2015-12-221-4/+4
* | mmc: enable MMC/SD/SDIO device to suspend/resume asynchronouslyFu, Zhonghui2015-12-222-0/+3
* | mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()Adrian Hunter2015-12-221-2/+2
* | mmc: sdhci: 64-bit DMA actually has 4-byte alignmentAdrian Hunter2015-12-222-28/+24
* | mmc: sdhci: Fix DMA descriptor with zero data lengthAdrian Hunter2015-12-221-3/+6
* | mmc: sdio: Fix invalid vdd in voltage switch power cycleAdrian Hunter2015-12-221-1/+1
* | mmc: sdhci: Do not BUG on invalid vddAdrian Hunter2015-12-221-1/+3
* | mmc: sdhci-pci: Do not default to 33 Ohm driver strength for Intel SPTAdrian Hunter2015-12-221-1/+1
* | mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400Wenkai Du2015-12-221-4/+2
* | mmc: core: Introduce MMC_CAP2_NO_SDIO capCarlo Caione2015-12-221-3/+8