summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2016-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds
2016-01-14mmc: atmel: get rid of struct mci_dma_dataMans Rullgard
2016-01-14mmc: atmel-mci: restore dma on AVR32Mans Rullgard
2016-01-05mmc: dw_mmc: remove the unused quirksJaehoon Chung
2016-01-05mmc: sdhci-pci: use to_pci_dev()Geliang Tang
2016-01-05mmc: cb710: use to_platform_device()Geliang Tang
2016-01-05mmc: tegra: use correct accessor for misc ctrl registerLucas Stach
2016-01-05mmc: tegra: enable UHS-I modesLucas Stach
2015-12-28mmc: tegra: implement UHS tuningLucas Stach
2015-12-28mmc: tegra: disable SPI_MODE_CLKENLucas Stach
2015-12-28mmc: tegra: implement module external clock changeLucas Stach
2015-12-28mmc: sdhci: restore behavior when setting VDD via external regulatorJisheng Zhang
2015-12-28mmc: It is not an error for the card to be removed while suspendedAdrian Hunter
2015-12-28mmc: block: Allow more than 8 partitions per cardColin Cross
2015-12-28mmc: core: Optimize boot time by detecting cards simultaneouslyUlf Hansson
2015-12-22mmc: dw_mmc: use resource_size_t to store physical addressArnd Bergmann
2015-12-22mmc: core: fix __mmc_switch timeout caused by preemptChaotian Jing
2015-12-22mmc: usdhi6rol0: handle NULL data in timeoutRabin Vincent
2015-12-22mmc: of_mmc_spi: Add IRQF_ONESHOT to interrupt flagssaurabh
2015-12-22mmc: mediatek: change some dev_err to dev_dbgChaotian Jing
2015-12-22mmc: enable MMC/SD/SDIO device to suspend/resume asynchronouslyFu, Zhonghui
2015-12-22mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()Adrian Hunter
2015-12-22mmc: sdhci: 64-bit DMA actually has 4-byte alignmentAdrian Hunter
2015-12-22mmc: sdhci: Fix DMA descriptor with zero data lengthAdrian Hunter
2015-12-22mmc: sdio: Fix invalid vdd in voltage switch power cycleAdrian Hunter
2015-12-22mmc: sdhci: Do not BUG on invalid vddAdrian Hunter
2015-12-22mmc: sdhci-pci: Do not default to 33 Ohm driver strength for Intel SPTAdrian Hunter
2015-12-22mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400Wenkai Du
2015-12-22mmc: core: Introduce MMC_CAP2_NO_SDIO capCarlo Caione
2015-12-22mmc: mvsdio: delete platform data code pathLinus Walleij
2015-12-22mmc: mvsdio: delete platform data headerLinus Walleij
2015-12-22mmc: sdhci-of-esdhc: add/remove some quirks according to vendor versionyangbo lu
2015-12-22mmc: atmel-mci: atmci_convert_chksize depends on controller versionludovic.desroches@atmel.com
2015-12-22mmc: atmel-mci: move atmel-mci-regs.h content in atmel-mci.cludovic.desroches@atmel.com
2015-12-22mmc: fix mmc_{un,}register_pm_notifier prototypesArnd Bergmann
2015-12-22mmc: sdhci-esdhc-imx: correct the tuning-step settingHaibo Chen
2015-12-22mmc: sh_mmcif: rework dma channel handlingArnd Bergmann
2015-12-22mmc: sdhci: Fix strings broken across multiple linesMarek Vasut
2015-12-22mmc: pwrseq: constify mmc_pwrseq_ops structuresJulia Lawall
2015-12-22mmc: tegra: Add Tegra210 supportThierry Reding
2015-12-22mmc: tegra: Constify SoC dataThierry Reding
2015-12-22mmc: sdhci-of-at91: add PM supportludovic.desroches@atmel.com
2015-12-22mmc: block: change to use kmalloc when copy data from userspaceyalin wang
2015-12-22mmc: core: set regulator not found message as debugludovic.desroches@atmel.com
2015-12-22mmc: core: Check for non-removable cards earlier in the error pathUlf Hansson
2015-12-22mmc: core: Refactor code to register the MMC PM notifierUlf Hansson
2015-12-22mmc: core: Remove MMC_CAP_RUNTIME_RESUME as it's redundantUlf Hansson
2015-12-22mmc: core: Make runtime resume default behavior for MMC/SDUlf Hansson
2015-12-22mmc: core: Keep host claimed in mmc_rescan() while calling host opsUlf Hansson
2015-12-22mmc: core: Invoke ->card_event() callback only when neededUlf Hansson