summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
* | | mmc: Standardise capability typeLee Jones2012-12-061-1/+1
* | | mmc: mxs-mmc: Remove platform dataFabio Estevam2012-12-061-21/+10
* | | mmc: sdio: Use multiple scatter/gather listKyoungil Kim2012-12-062-11/+31
* | | mmc: core: Fix some driver hangs when dealing with broken devicesTrey Ramsay2012-12-063-1/+43
* | | mmc: dw_mmc: fix more const pointer warningsArnd Bergmann2012-12-061-5/+5
* | | mmc: at91-mci: remove obsolete driverLudovic Desroches2012-12-064-1356/+1
* | | mmc: omap_hsmmc: remove warning message for debounce clockBalaji T K2012-12-061-1/+0
* | | mmc: omap_hsmmc: add DT property for max bus frequencyDaniel Mack2012-12-061-1/+4
* | | mmc: omap_hsmmc: claim pinctrl at probe timeDaniel Mack2012-12-061-0/+7
* | | mmc: mxcmmc: fix SD cards not being detected sometimes.Javier Martin2012-12-061-1/+1
* | | mmc: dw_mmc: use helper macro module_platform_driver()Andy Shevchenko2012-12-061-12/+2
* | | mmc: dw_mmc: use __devexit_p macro for .remove()Andy Shevchenko2012-12-062-2/+2
* | | mmc: queue: amend buffer swap for non-blocking transferSeungwon Jeon2012-12-061-7/+10
* | | mmc: core: debugfs: Add signal_voltage to ios dumpJohan Rudholm2012-12-061-0/+16
* | | mmc: sdhci: Balance vmmc regulator_enable(), and always enable vqmmcKevin Liu2012-12-061-7/+8
* | | mmc: sh-mmcif: avoid oops on spurious interrupts (second try)Guennadi Liakhovetski2012-12-061-2/+2
* | | Revert misapplied "mmc: sh-mmcif: avoid oops on spurious interrupts"Chris Ball2012-12-061-4/+0
* | | mmc: sdhci-s3c: fix missing clock for gpio card-detectHeiko Stübner2012-12-061-0/+7
|/ /
* | mmc: sdhci-s3c: fix the card detection in runtime-pmSeungwon Jeon2012-11-071-2/+4
* | mmc: sdhci-s3c: use clk_prepare_enable and clk_disable_unprepareThomas Abraham2012-11-071-14/+14
* | mmc: dw_mmc: constify dw_mci_idmac_ops in exynos back-endArnd Bergmann2012-11-074-6/+6
* | mmc: dw_mmc: fix modular build for exynos back-endArnd Bergmann2012-11-071-1/+1
* | mmc: sdhci: fix NULL dereference in sdhci_request() tuningChris Ball2012-11-071-10/+13
* | mmc: sdhci: fix IS_ERR() checking of regulator_get()Kevin Liu2012-11-071-6/+12
* | mmc: fix sdhci-dove probe/removalRussell King - ARM Linux2012-11-071-18/+20
* | mmc: sh_mmcif: fix use after freeGuennadi Liakhovetski2012-11-071-1/+1
* | mmc: sdhci-pci: fix 'Invalid iomem size' error message conditionAdrian Hunter2012-11-071-1/+1
* | mmc: mxcmmc: Fix MODULE_ALIASFabio Estevam2012-11-071-1/+1
* | mmc: omap_hsmmc: fix NULL pointer dereference for dt bootBalaji T K2012-11-071-6/+11
* | mmc: omap_hsmmc: fix host reference after mmc_free_hostBalaji T K2012-11-071-1/+1
* | mmc: dw_mmc: fix multiple drv_data NULL dereferencesJames Hogan2012-11-072-14/+19
* | mmc: dw_mmc: enable controller interrupt before calling mmc_start_hostYuvaraj CD2012-11-071-14/+15
* | mmc: sdhci-of-esdhc: disable CMD23 for some Freescale SoCsJerry Huang2012-11-074-0/+22
* | mmc: dw_mmc: remove _dev_info compile warningSeungwon Jeon2012-11-071-1/+1
|/
* mmc: mxs-mmc: Fix merge issue causing build errorMarek Vasut2012-10-111-1/+1
* Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-111-1/+0
|\
| * ARM: tegra: fix mismerges of header file inclusionsOlof Johansson2012-10-071-1/+0
* | Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-1037-784/+1873
|\ \ | |/ |/|
| * mmc: core: Fixup broken suspend and eMMC4.5 power off notifyUlf Hansson2012-10-074-87/+35
| * mmc: sdhci-spear: Add clk_{un}prepare() supportViresh Kumar2012-10-071-5/+5
| * mmc: sdhci-spear: add device tree bindingsViresh Kumar2012-10-071-2/+55
| * mmc: sdhci-s3c: Add clk_(enable/disable) in runtime suspend/resumeChander Kashyap2012-10-071-2/+27
| * mmc: core: Replace MMC_CAP2_BROKEN_VOLTAGE with test for fixed regulatorChris Ball2012-10-071-4/+6
| * mmc: sdhci-pxav3: Use sdhci_get_of_property for parsing DT quirksChris Ball2012-10-071-0/+2
| * mmc: dt: Support "broken-cd" property in sdhci-pltfmChris Ball2012-10-071-0/+3
| * mmc: sdhci-s3c: fix the wrong number of max bus clocksJaehoon Chung2012-10-071-1/+1
| * mmc: sh-mmcif: avoid oops on spurious interruptsGuennadi Liakhovetski2012-10-031-0/+4
| * mmc: sh-mmcif: properly handle MMC_WRITE_MULTIPLE_BLOCK completion IRQGuennadi Liakhovetski2012-10-031-1/+3
| * mmc: sdhci-s3c: Fix crash on module insertion for second timeChander Kashyap2012-10-031-0/+1
| * mmc: sdhci-s3c: Enable only required bus clockChander Kashyap2012-10-031-5/+7
OpenPOWER on IntegriCloud