aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32Linus Torvalds1-1/+17
2016-01-14mmc: atmel: get rid of struct mci_dma_dataMans Rullgard1-1/+0
2016-01-14mmc: atmel-mci: restore dma on AVR32Mans Rullgard1-0/+17
2016-01-05mmc: dw_mmc: remove the unused quirksJaehoon Chung1-19/+0
2016-01-05mmc: sdhci-pci: use to_pci_dev()Geliang Tang1-2/+2
2016-01-05mmc: cb710: use to_platform_device()Geliang Tang1-2/+1
2016-01-05mmc: tegra: use correct accessor for misc ctrl registerLucas Stach1-2/+2
2016-01-05mmc: tegra: enable UHS-I modesLucas Stach1-20/+17
2015-12-28mmc: tegra: implement UHS tuningLucas Stach1-0/+55
2015-12-28mmc: tegra: disable SPI_MODE_CLKENLucas Stach1-1/+9
2015-12-28mmc: tegra: implement module external clock changeLucas Stach1-7/+54
2015-12-28mmc: sdhci: restore behavior when setting VDD via external regulatorJisheng Zhang1-13/+6
2015-12-22mmc: dw_mmc: use resource_size_t to store physical addressArnd Bergmann2-2/+2
2015-12-22mmc: usdhi6rol0: handle NULL data in timeoutRabin Vincent1-1/+2
2015-12-22mmc: of_mmc_spi: Add IRQF_ONESHOT to interrupt flagssaurabh1-2/+2
2015-12-22mmc: mediatek: change some dev_err to dev_dbgChaotian Jing1-4/+4
2015-12-22mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()Adrian Hunter1-2/+2
2015-12-22mmc: sdhci: 64-bit DMA actually has 4-byte alignmentAdrian Hunter2-28/+24
2015-12-22mmc: sdhci: Fix DMA descriptor with zero data lengthAdrian Hunter1-3/+6
2015-12-22mmc: sdhci: Do not BUG on invalid vddAdrian Hunter1-1/+3
2015-12-22mmc: sdhci-pci: Do not default to 33 Ohm driver strength for Intel SPTAdrian Hunter1-1/+1
2015-12-22mmc: mvsdio: delete platform data code pathLinus Walleij2-49/+15
2015-12-22mmc: mvsdio: delete platform data headerLinus Walleij1-1/+6
2015-12-22mmc: sdhci-of-esdhc: add/remove some quirks according to vendor versionyangbo lu1-0/+10
2015-12-22mmc: atmel-mci: atmci_convert_chksize depends on controller versionludovic.desroches@atmel.com1-16/+27
2015-12-22mmc: atmel-mci: move atmel-mci-regs.h content in atmel-mci.cludovic.desroches@atmel.com2-172/+149
2015-12-22mmc: sdhci-esdhc-imx: correct the tuning-step settingHaibo Chen1-2/+5
2015-12-22mmc: sh_mmcif: rework dma channel handlingArnd Bergmann1-46/+38
2015-12-22mmc: sdhci: Fix strings broken across multiple linesMarek Vasut1-34/+23
2015-12-22mmc: tegra: Add Tegra210 supportThierry Reding1-0/+17
2015-12-22mmc: tegra: Constify SoC dataThierry Reding1-3/+3
2015-12-22mmc: sdhci-of-at91: add PM supportludovic.desroches@atmel.com1-2/+73
2015-12-22mmc: core: Remove MMC_CAP_RUNTIME_RESUME as it's redundantUlf Hansson2-9/+0
2015-12-22mmc: omap_hsmmc: No need to check DMA channel validity at module removePeter Ujfalusi1-4/+2
2015-12-22mmc: core: enable support for the standard "wakeup-source" propertySudeep Holla1-1/+2
2015-11-09mmc: MMC_GOLDFISH should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2015-11-09mmc: mediatek: Preinitialize delay_phase in get_best_delay()Geert Uytterhoeven1-1/+1
2015-11-09mmc: pxamci: fix read-only gpio detection polarityRobert Jarzmik1-1/+1
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-1/+0
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-nextMark Brown1-1/+0
2015-10-29mmc: dw_mmc: fix the wrong setting for UHS-DDR50 modeJaehoon Chung1-0/+1
2015-10-29mmc: dw_mmc: fix the CardThreshold boundary at CardThrCtl registerJaehoon Chung1-1/+1
2015-10-29mmc: dw_mmc: NULL dereference in error messageDan Carpenter1-3/+1
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-10-27mmc: mediatek: add HS400 supportChaotian Jing1-5/+244
2015-10-27mmc: mmc: extend the mmc_send_tuning()Chaotian Jing7-11/+11
2015-10-27mmc: mediatek: add implement of ops->hw_reset()Chaotian Jing1-0/+11
2015-10-27mmc: mediatek: fix got GPD checksum error interrupt when data transferChaotian Jing1-4/+7
2015-10-27mmc: mediatek: change the argument "ddr" to "timing"Chaotian Jing1-12/+8
2015-10-27mmc: mediatek: make cmd_ints_mask to constChaotian Jing1-9/+6