aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-21ARM: shmobile: update SDHI DT compatibility string to the <unit>-<soc> formatGuennadi Liakhovetski1-8/+8
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+1
2013-09-10Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds32-189/+298
2013-09-07Merge tag 'mfd-3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-nextLinus Torvalds1-19/+51
2013-09-06Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-9/+9
2013-09-06Revert "mmc: tmio-mmc: Remove .set_pwr() callback from platform data"Chris Ball2-0/+8
2013-08-30mmc: memstick: rtsx: Modify copyright commentsWei WANG1-2/+1
2013-08-30mmc: rtsx: Clear SD_CLK toggle enable bit if switching voltage failWei WANG1-1/+8
2013-08-30mfd: mmc: rtsx: Change default tx phaseWei WANG1-16/+42
2013-08-29mmc: dw_mmc: Add support for ARCMischa Jonker1-1/+1
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-29Merge tag 'bcm-for-3.12-late-soc' of git://github.com/broadcom/bcm11351 into next/boardsOlof Johansson1-2/+1
2013-08-27mmc: sdhci-bcm-kona: Staticize sdhci_bcm_kona_card_eventSachin Kamat1-1/+1
2013-08-27mmc: sdhci-bcm-kona: Remove unneeded version.h inclusionSachin Kamat1-1/+0
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-26mmc: core: parse voltage from device-treeHaijun Zhang1-0/+44
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 Pinchart9-9/+23
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: core: Set data timeout for mmc bus test commands (CMD14 and CMD19).Minjian Wu1-0/+1
2013-08-24mmc: fix null pointer use in mmc_blk_remove_reqFranck Jullien1-1/+1
2013-08-24mmc: mmc_test: replace strict_strtol() with kstrtol_from_user()Jingoo Han1-10/+4
2013-08-24mmc: atmel-mci: prepare clk before calling enableBoris BREZILLON1-7/+27
2013-08-24mmc: sd: fix the maximum au_size for SD3.0Jaehoon Chung1-2/+5
2013-08-24mmc: core: free mmc_card if cmd 3,9,7 fails in mmc_sd_init_cardWei WANG1-3/+3
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: block: fix a bug of error handling in MMC driverKOBAYASHI Yoshitake1-3/+42
2013-08-24mmc: sdhci: request irq after sdhci_init() is calledShawn Guo1-2/+2