summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmc: mvsdio: delete platform data code pathLinus Walleij2015-12-222-49/+15
* mmc: mvsdio: delete platform data headerLinus Walleij2015-12-221-1/+6
* mmc: sdhci-of-esdhc: add/remove some quirks according to vendor versionyangbo lu2015-12-221-0/+10
* mmc: atmel-mci: atmci_convert_chksize depends on controller versionludovic.desroches@atmel.com2015-12-221-16/+27
* mmc: atmel-mci: move atmel-mci-regs.h content in atmel-mci.cludovic.desroches@atmel.com2015-12-222-172/+149
* mmc: fix mmc_{un,}register_pm_notifier prototypesArnd Bergmann2015-12-221-2/+2
* mmc: sdhci-esdhc-imx: correct the tuning-step settingHaibo Chen2015-12-221-2/+5
* mmc: sh_mmcif: rework dma channel handlingArnd Bergmann2015-12-221-46/+38
* mmc: sdhci: Fix strings broken across multiple linesMarek Vasut2015-12-221-34/+23
* mmc: pwrseq: constify mmc_pwrseq_ops structuresJulia Lawall2015-12-223-3/+3
* mmc: tegra: Add Tegra210 supportThierry Reding2015-12-221-0/+17
* mmc: tegra: Constify SoC dataThierry Reding2015-12-221-3/+3
* mmc: sdhci-of-at91: add PM supportludovic.desroches@atmel.com2015-12-221-2/+73
* mmc: block: change to use kmalloc when copy data from userspaceyalin wang2015-12-221-2/+2
* mmc: core: set regulator not found message as debugludovic.desroches@atmel.com2015-12-221-2/+2
* mmc: core: Check for non-removable cards earlier in the error pathUlf Hansson2015-12-221-3/+3
* mmc: core: Refactor code to register the MMC PM notifierUlf Hansson2015-12-223-10/+24
* mmc: core: Remove MMC_CAP_RUNTIME_RESUME as it's redundantUlf Hansson2015-12-222-9/+0
* mmc: core: Make runtime resume default behavior for MMC/SDUlf Hansson2015-12-222-26/+4
* mmc: core: Keep host claimed in mmc_rescan() while calling host opsUlf Hansson2015-12-221-2/+3
* mmc: core: Invoke ->card_event() callback only when neededUlf Hansson2015-12-221-5/+5
* mmc: omap_hsmmc: No need to check DMA channel validity at module removePeter Ujfalusi2015-12-221-4/+2
* mmc: core: enable support for the standard "wakeup-source" propertySudeep Holla2015-12-222-2/+4
* mmc: remove bondage between REQ_META and reliable writeLuca Porzio2015-11-091-8/+3
OpenPOWER on IntegriCloud