summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
|\
| * ARM: tegra: fix mismerges of header file inclusionsOlof Johansson2012-10-071-1/+0Star
* | 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/+35Star
| * 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
| * mmc: Revert "mmc: dw_mmc: Add check for IDMAC configuration"Seungwon Jeon2012-10-031-13/+2Star
| * mmc: mxcmmc: fix bug that may block a data transfer foreverJavier Martin2012-10-031-6/+70
| * mmc: omap_hsmmc: Pass on the suspend failure to the PM coreVaibhav Bedia2012-10-031-2/+1Star
| * mmc: atmel-mci: AP700x PDC is not connected to MCIHein_Tibosch2012-10-032-1/+8
| * mmc: atmel-mci: DMA can be used with other controllersHein_Tibosch2012-10-031-13/+13
| * mmc: mmci: use clk_prepare_enable and clk_disable_unprepareJulia Lawall2012-10-031-10/+3Star
| * mmc: sdhci-s3c: Add device tree supportThomas Abraham2012-10-031-6/+152
| * mmc: dw_mmc: add support for exynos specific implementation of dw-mshcThomas Abraham2012-10-033-0/+263
| * mmc: dw_mmc: add support for implementation specific callbacksThomas Abraham2012-10-034-4/+82
| * mmc: dw_mmc: prepare functions in dw_mmc-pltfm for reuseThomas Abraham2012-10-032-2/+29
| * mmc: dw_mmc: add device tree supportThomas Abraham2012-10-032-7/+132
| * mmc: dw_mmc: add quirk to indicate missing write protect lineThomas Abraham2012-10-031-1/+3
| * mmc: dw_mmc: lookup for optional biu and ciu clocksThomas Abraham2012-10-031-3/+49
| * mmc: dw_mmc: allow probe to succeed even if one slot is initializedThomas Abraham2012-10-031-10/+13
| * mmc: dw_mmc: Use devm_* functions in dw_mmc platform driverThomas Abraham2012-10-031-21/+8Star
| * mmc: dw_mmc: convert copy of struct device in struct dw_mci to a referenceThomas Abraham2012-10-033-30/+30
| * mmc: support BKOPS feature for eMMCJaehoon Chung2012-10-033-8/+189
| * mmc: sdhci: Test cd-gpio instead of SDHCI presence when probingGuennadi Liakhovetski2012-09-191-0/+8