summaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci-spear: add pm callbacks to support hibernationShiraz Hashim2012-03-271-7/+2
* mmc: tmio_mmc: do not enable card hotplug interrupts, if unusedGuennadi Liakhovetski2012-03-271-1/+6
* mmc: omap_hsmmc: Don't expect MMC1 to always have vmmc supplyRajendra Nayak2012-03-271-29/+2
* mmc: omap_hsmmc: Get rid of omap_hsmmc_4_set_power functionRajendra Nayak2012-03-271-20/+1
* mmc: omap_hsmmc: Get rid of omap_hsmmc_1_set_power functionRajendra Nayak2012-03-271-27/+3
* mmc: omap_hsmmc: Use OMAP_HSMMC_SUPPORTS_DUAL_VOLT flag to remove host->id ba...Balaji T K2012-03-271-1/+1
* mmc: omap_hsmmc: remove unused .set_sleep functionBalaji T K2012-03-271-60/+0
* mmc: omap_hsmmc: use platform_get_resource_byname for tx/rx DMA channelsBalaji T K2012-03-271-24/+11
* mmc: core: Detect card removal on I/O errorUlf Hansson2012-03-271-3/+21
* mmc: dw_mmc: Regression fix for non-IDMAC DMASeungwon Jeon2012-03-271-16/+9
* mmc: dw_mmc: fix compile error when CONFIG_MMC_DW_IDMAC is disabledJaehoon Chung2012-03-271-1/+1
* ARM: OMAP: hsmmc: add max_freq fieldDaniel Mack2012-03-271-2/+6
* mmc: atmel-mci: fix typoLudovic Desroches2012-03-271-1/+1
* mmc: dw_mmc: shift with slot-id for CLKENA registerJaehoon Chung2012-03-261-2/+2
* mmc: esdhc: Workaround for data crc error on p1010rdbJerry Huang2012-03-261-2/+17
* mmc: core: add a debug message for SET_BLOCK_COUNTJaehoon Chung2012-03-261-0/+6
* mmc: dw_mmc: Add support for pre_req and post_reqSeungwon Jeon2012-03-261-27/+102
* mmc: sdhci-tegra: Explicitly support Tegra30Stephen Warren2012-03-261-13/+87
* mmc: esdhc: Implement power management for ESDHCJerry Huang2012-03-261-0/+18
* mmc: sdhci: Add platform suspend/resume hooks.Chris Ball2012-03-262-0/+8
* mmc: dw_mmc: Override blk_settings with platdata on IDMACJaehoon Chung2012-03-261-8/+8
* mmc: Support of PCI mode in the dw_mmc driverShashidhar Hiremath2012-03-266-102/+379
* mmc: dw_mmc: add support for eMMC Power Off Notify featureJaehoon Chung2012-03-261-0/+5
* mmc: MMC-4.5 Data Tag SupportSaugata Das2012-03-262-5/+30
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-1/+1
|\
| * debugfs-related mode_t whack-a-moleAl Viro2012-03-211-1/+1
* | Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2012-03-212-0/+10
|\ \
| * \ Merge branch 'pm-qos'Rafael J. Wysocki2012-03-162-0/+10
| |\ \
| | * | sh_mmcif / PM: Use PM QoS latency constraintRafael J. Wysocki2012-03-131-0/+5
| | * | tmio_mmc / PM: Use PM QoS latency constraintRafael J. Wysocki2012-03-131-0/+5
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-211-2/+2
|\ \ \ \
| * | | | mmc: Fix typo in s3cmci.cMasanari Iida2012-02-051-2/+2
| | |/ / | |/| |
* | | | Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-03-201-7/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-1/+0
| * | | Merge tag 'tty-3.3-rc3' tty-nextGreg Kroah-Hartman2012-02-101-6/+3
| |\ \ \
| | * | | TTY: use tty_standard_installJiri Slaby2012-02-031-6/+3
| | |/ /
* | | | mmc: core: Fixup suspend/resume issues for UHS-I cardsUlf Hansson2012-03-044-5/+17
* | | | mmc: mmci: reduce max_blk_count to avoid overflowing max_req_sizeWill Deacon2012-03-041-3/+4
* | | | mmc: sdhci-esdhc-imx: fix for mmc cards on i.MX5Sascha Hauer2012-03-041-2/+3
* | | | mmc: core: fix regression: set default clock gating delay to 0Guennadi Liakhovetski2012-03-041-2/+2
* | | | mmc: atmel-mci: don't use dma features when using DMA with no chan availableLudovic Desroches2012-03-021-11/+10
| |_|/ |/| |
* | | mmc: dw_mmc: Fix PIO mode with support of highmemSeungwon Jeon2012-02-141-69/+75
* | | mmc: atmel-mci: save and restore sdioirq when soft reset is performedLudovic Desroches2012-02-141-0/+3
* | | mmc: block: Init ro_lock sysfs attr to fix lockdep warningsRabin Vincent2012-02-141-0/+1
* | | mmc: sh_mmcif: fix late delayed work initialisationGuennadi Liakhovetski2012-02-141-7/+9
* | | mmc: tmio_mmc: fix card eject during IO with DMAGuennadi Liakhovetski2012-02-143-2/+23
* | | mmc: core: Fix comparison issue in mmc_compare_ext_csdsJurgen Heeks2012-02-141-2/+2
* | | mmc: core: Fix PowerOff Notify suspend/resumeGirish K S2012-02-142-12/+31
* | | mmc: sdhci-pci: set Medfield SDIO as non-removableAdrian Hunter2012-02-141-1/+1
* | | mmc: core: add the capability for broken voltageJaehoon Chung2012-02-141-0/+4