aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
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
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-08-20ARM: DT: binding fixup to align with vendor-prefixes.txt (drivers)Christian Daudt1-1/+2
2013-08-19ARM: mmc: fix NONREMOVABLE test in sdhci-bcm-konaChristian Daudt1-2/+2
2013-08-19mmc: sdhci-bcm-kona: make linker-section warning go awayMarkus Mayer1-4/+4
2013-07-31mmc: pxamci: Indicate that regulators may be absentMark Brown1-1/+1
2013-07-31mmc: dw_mmc: Indicate that regulators may be absentMark Brown1-1/+1
2013-07-31mmc: sdhci: Indicate that regulators may be absentMark Brown1-2/+2
2013-07-31mmc: core: Indicate that vmmcq may be absentMark Brown1-1/+1
2013-07-23ARM: pxa: propagate errors from regulator_enable() to pxamciArnd Bergmann1-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/ke...Linus Torvalds63-780/+1726
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: core: Fixup Oops for SDIO shutdownUlf Hansson1-1/+2
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: core: production year for eMMC 4.41 and laterRomain Izard1-0/+4
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