aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-29mmc: sdhci-s3c: initialize host->quirks2 for using quirks2Jaehoon Chung1-0/+1
2013-08-29mmc: sdhci-s3c: fix the wrong register value, when clock is disabledJaehoon Chung1-2/+5
2013-08-26mmc: esdhc: add support to get voltage from device-treeHaijun Zhang1-0/+1
2013-08-26mmc: sdhci: get voltage from sdhc hostHaijun Zhang1-0/+3
2013-08-25mmc: omap_hsmmc: use the generic config for omap2plus devicesAmarinder Bindra1-3/+3
2013-08-25mmc: omap_hsmmc: clear status flags before starting a new commandFrancesco Lavra1-1/+1
2013-08-25mmc: dw_mmc: exynos: Add a new compatible string for exynos5420Yuvaraj Kumar C D1-1/+8
2013-08-25mmc: sh_mmcif: revision-specific CLK_CTRL2 handlingGuennadi Liakhovetski1-0/+4
2013-08-25mmc: sh_mmcif: revision-specific Command Completion Signal handlingGuennadi Liakhovetski1-6/+21
2013-08-25mmc: sh_mmcif: add support for Device Tree DMA bindingsGuennadi Liakhovetski1-10/+16
2013-08-25mmc: sh_mmcif: move header include from header into .cGuennadi Liakhovetski1-0/+1
2013-08-25mmc: SDHI: add DT compatibility strings for further SoCsGuennadi Liakhovetski1-0/+5
2013-08-25mmc: dw_mmc-pci: enable bus-mastering modeAndy Shevchenko1-0/+2
2013-08-25mmc: dw_mmc-pci: get resources from a proper BARAndy Shevchenko1-1/+1
2013-08-24mmc: tmio-mmc: Remove .set_pwr() callback from platform dataLaurent Pinchart2-8/+0
2013-08-24mmc: tmio-mmc: Remove .get_cd() callback from platform dataLaurent Pinchart1-15/+1
2013-08-24mmc: sh_mobile_sdhi: Remove .set_pwr() callback from platform dataLaurent Pinchart1-9/+0
2013-08-24mmc: sh_mobile_sdhi: Remove .get_cd() callback from platform dataLaurent Pinchart1-9/+0
2013-08-24mmc: sh_mmcif: Remove .set_pwr() callback from platform dataLaurent Pinchart1-3/+0
2013-08-24mmc: mmc_spi: Remove platform data .get_cd() and .get_ro() callbacksLaurent Pinchart1-22/+2
2013-08-24mmc: mmc_spi: Support CD/RO GPIOsLaurent Pinchart2-43/+36
2013-08-24mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()Laurent Pinchart7-7/+9
2013-08-24mmc: dw_mmc-pltfm: include 'dw_mmc-pltfm.h'Jingoo Han1-0/+1
2013-08-24mmc: tmio_mmc_dma: fix PIO fallback on SDHISergei Shtylyov1-2/+2
2013-08-24mmc: dw_mmc: add missing MFD_SYSCON dependency for SOCFPGAJingoo Han1-1/+1
2013-08-24mmc: atmel-mci: prepare clk before calling enableBoris BREZILLON1-7/+27
2013-08-24mmc: host: Remove a duplicate line in MakefileWei WANG1-2/+0
2013-08-24mmc: omap_hsmmc: fix dependency on indirect header inclusionFelipe Balbi1-0/+1
2013-08-24mmc: dw_mmc: Handle DW_MCI_QUIRK_IDMAC_DTO properlyDoug Anderson1-11/+10
2013-08-24mmc: sdhci: request irq after sdhci_init() is calledShawn Guo1-2/+2
2013-08-24mmc: mxs-mmc: Check the return value from stmp_reset_block()Fabio Estevam1-3/+11
2013-08-24mmc: mxs-mmc: Use devm_clk_get()Fabio Estevam1-5/+3
2013-08-24mmc: jz4740: fix return value check in jz4740_mmc_probe()Wei Yongjun1-3/+2
2013-08-24mmc: vub300: Staticize vub300_init_cardSachin Kamat1-1/+1
2013-08-24mmc: sdhci-bcm2835: Staticize bcm2835_sdhci_get_min_clockSachin Kamat1-1/+1
2013-07-23mmc: tmio: fix compiler warningGuennadi Liakhovetski1-1/+5
2013-07-10Merge tag 'mmc-updates-for-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds50-472/+1168
2013-07-05mmc: bcm281xx SDHCI driverChristian Daudt3-0/+360
2013-07-05mmc: sdhci: add card_event callback to sdhciChristian Daudt2-0/+5
2013-07-05mmc: sdhci-pci: add another device idAdrian Hunter1-0/+9
2013-07-05mmc: esdhc: Fix bug when writing to SDHCI_HOST_CONTROL registerOded Gabbay1-0/+17
2013-07-05mmc: esdhc: Add support for 8-bit bus width and non-removable cardOded Gabbay2-1/+50
2013-07-05mmc: omap: remove unnecessary #if 0'sLuciano Coelho1-16/+0
2013-07-05mmc: sdhci: fix ctrl_2 on super-speed selectionGiuseppe CAVALLARO1-4/+3
2013-07-05mmc: dw_mmc-pltfm: add Rockchip variantHeiko Stübner1-1/+20
2013-07-05mmc: dw_mmc-pltfm: move probe and remove below dt match tableHeiko Stübner1-14/+14
2013-07-05mmc: dw_mmc-pltfm: remove static from dw_mci_pltfm_removeHeiko Stübner1-1/+1
2013-07-05mmc: sdhci-acpi: add support for eMMC hardware reset for HID 80860F14Adrian Hunter1-1/+27
2013-07-05mmc: sdhci-pci: add support for eMMC hardware reset for BYT eMMC.Adrian Hunter1-2/+30
2013-07-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-39/+130