summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sh: ecovec24: Remove MMCIF and SDHI .set_pwr() callbacksLaurent Pinchart2013-08-241-41/+0
* sh: ecovec24: Remove mmcif .down_pwr() callbackLaurent Pinchart2013-08-241-6/+0
* sh: ecovec24: Use MMC/SDHI CD and RO GPIOLaurent Pinchart2013-08-241-34/+8
* ARM: ep93xx: vision_ep9307: Use MMC CD and RO GPIOLaurent Pinchart2013-08-241-52/+5
* mmc: mmc_spi: Support CD/RO GPIOsLaurent Pinchart2013-08-243-43/+52
* mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()Laurent Pinchart2013-08-2410-10/+25
* mmc: dw_mmc-pltfm: include 'dw_mmc-pltfm.h'Jingoo Han2013-08-241-0/+1
* mmc: tmio_mmc_dma: fix PIO fallback on SDHISergei Shtylyov2013-08-241-2/+2
* mmc: dw_mmc: add missing MFD_SYSCON dependency for SOCFPGAJingoo Han2013-08-241-1/+1
* mmc: core: Set data timeout for mmc bus test commands (CMD14 and CMD19).Minjian Wu2013-08-241-0/+1
* mmc: fix null pointer use in mmc_blk_remove_reqFranck Jullien2013-08-241-1/+1
* mmc: mmc_test: replace strict_strtol() with kstrtol_from_user()Jingoo Han2013-08-241-10/+4
* mmc: atmel-mci: prepare clk before calling enableBoris BREZILLON2013-08-241-7/+27
* mmc: sd: fix the maximum au_size for SD3.0Jaehoon Chung2013-08-241-2/+5
* mmc: core: free mmc_card if cmd 3,9,7 fails in mmc_sd_init_cardWei WANG2013-08-241-3/+3
* mmc: host: Remove a duplicate line in MakefileWei WANG2013-08-241-2/+0
* mmc: omap_hsmmc: fix dependency on indirect header inclusionFelipe Balbi2013-08-241-0/+1
* mmc: dw_mmc: Handle DW_MCI_QUIRK_IDMAC_DTO properlyDoug Anderson2013-08-241-11/+10
* mmc: block: fix a bug of error handling in MMC driverKOBAYASHI Yoshitake2013-08-241-3/+42
* mmc: sdhci: request irq after sdhci_init() is calledShawn Guo2013-08-241-2/+2
* mmc: mxs-mmc: Check the return value from stmp_reset_block()Fabio Estevam2013-08-241-3/+11
* mmc: mxs-mmc: Use devm_clk_get()Fabio Estevam2013-08-241-5/+3
* mmc: jz4740: fix return value check in jz4740_mmc_probe()Wei Yongjun2013-08-241-3/+2
* mmc: vub300: Staticize vub300_init_cardSachin Kamat2013-08-241-1/+1
* mmc: sdhci-bcm2835: Staticize bcm2835_sdhci_get_min_clockSachin Kamat2013-08-241-1/+1
* mmc: tmio: fix compiler warningGuennadi Liakhovetski2013-07-231-1/+5
* Merge tag 'mmc-updates-for-3.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-1073-790/+1807
|\
| * mmc: bcm281xx SDHCI driverChristian Daudt2013-07-054-0/+367
| * mmc: sdhci: add card_event callback to sdhciChristian Daudt2013-07-052-0/+5
| * mmc: core: Fixup Oops for SDIO shutdownUlf Hansson2013-07-051-1/+2
| * mmc: sdhci-pci: add another device idAdrian Hunter2013-07-051-0/+9
| * mmc: esdhc: Fix bug when writing to SDHCI_HOST_CONTROL registerOded Gabbay2013-07-052-0/+19
| * mmc: esdhc: Add support for 8-bit bus width and non-removable cardOded Gabbay2013-07-052-1/+50
| * mmc: core: production year for eMMC 4.41 and laterRomain Izard2013-07-051-0/+4
| * mmc: omap: remove unnecessary #if 0'sLuciano Coelho2013-07-051-16/+0
| * mmc: sdhci: fix ctrl_2 on super-speed selectionGiuseppe CAVALLARO2013-07-051-4/+3
| * mmc: dw_mmc-pltfm: add Rockchip variantHeiko Stübner2013-07-052-1/+43
| * mmc: dw_mmc-pltfm: move probe and remove below dt match tableHeiko Stübner2013-07-051-14/+14
| * mmc: dw_mmc-pltfm: remove static from dw_mci_pltfm_removeHeiko Stübner2013-07-051-1/+1
| * mmc: sdhci-acpi: add support for eMMC hardware reset for HID 80860F14Adrian Hunter2013-07-051-1/+27
| * mmc: sdhci-pci: add support for eMMC hardware reset for BYT eMMC.Adrian Hunter2013-07-051-2/+30
| * mmc: dw_mmc: Add support DW SD/MMC driver on SOCFPGADinh Nguyen2013-06-275-2/+150
| * mmc: sdhci: fix caps2 for HS200Giuseppe CAVALLARO2013-06-272-6/+10
| * sdhci-pxav3: Fix runtime PM initializationDaniel Drake2013-06-271-4/+3
| * mmc: core: Add DT-bindings for MMC_CAP2_FULL_PWR_CYCLEUlf Hansson2013-06-272-0/+3
| * mmc: core: Invent MMC_CAP2_FULL_PWR_CYCLEUlf Hansson2013-06-272-2/+2
| * mmc: core: Enable power_off_notify for eMMC shutdown sequenceUlf Hansson2013-06-271-5/+4
| * mmc: core: Add shutdown callback for (e)MMC bus_opsUlf Hansson2013-06-271-0/+10
| * mmc: core: Handle both poweroff notification types for eMMCUlf Hansson2013-06-271-5/+12
| * mmc: core: Add shutdown callback for SD bus_opsUlf Hansson2013-06-271-0/+2
OpenPOWER on IntegriCloud