aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-26mmc: omap: Fix I2C dependency and make driver usable with device treeTony Lindgren1-1/+10
2013-11-26mmc: omap: Fix DMA configuration to not rely on device idTony Lindgren1-22/+12
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+1
2013-11-18Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds45-1231/+1786
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki1-2/+1
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-21/+61
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-3/+5
2013-11-12Merge branches 'fixes', 'mmci' and 'sa11x0' into for-nextRussell King2-21/+61
2013-11-08mmc: wbsd: Silence compiler warningUlf Hansson1-1/+0
2013-11-08mmc: core: Silence compiler warning in __mmc_switchUlf Hansson1-1/+1
2013-11-08mmc: sh_mmcif: Convert to clk_prepare|unprepareUlf Hansson1-6/+6
2013-11-08mmc: sh_mmcif: Convert to PM macros when defining dev_pm_opsUlf Hansson1-7/+3
2013-11-08mmc: dw_mmc: exynos: Revert the sdr_timing assignmentYuvaraj Kumar C D1-1/+2
2013-11-08mmc: sdhci: Avoid needless loop while handling SDIO interrupts in sdhci_irqAlexey Neyman1-0/+8
2013-10-31ARM: 7797/1: mmc: Use dma_max_pfn(dev) helper for bounce_limit calculationsSantosh Shilimkar1-1/+2
2013-10-31DMA-API: mmc: sdhci-acpi: use dma_coerce_mask_and_coherent()Russell King1-2/+3
2013-10-30mmc: core: Add MMC_CAP_RUNTIME_RESUME to resume at runtime_resumeUlf Hansson2-10/+14
2013-10-30mmc: core: Improve runtime PM support during suspend/resume for sd/mmcUlf Hansson2-17/+66
2013-10-30mmc: core: Remove redundant mmc_power_up|off at runtime callbacksUlf Hansson2-24/+2
2013-10-30mmc: Don't force card to active state when entering suspend/shutdownUlf Hansson3-17/+51
2013-10-30mmc: core: Remove deprecated mmc_suspend|resume_host APIsUlf Hansson1-22/+0
2013-10-30mmc: mmci: Move away from using deprecated APIsUlf Hansson1-13/+4
2013-10-30mmc: via-sdmmc: Move away from using deprecated APIsUlf Hansson1-6/+1
2013-10-30mmc: tmio: Move away from using deprecated APIsUlf Hansson1-6/+3
2013-10-30mmc: sh_mmcif: Move away from using deprecated APIsUlf Hansson1-7/+3
2013-10-30mmc: sdricoh_cs: Move away from using deprecated APIsUlf Hansson1-3/+0
2013-10-30mmc: rtsx: Remove redundant suspend and resume callbacksUlf Hansson1-33/+0
2013-10-30mmc: wbsd: Move away from using deprecated APIsUlf Hansson1-28/+5
2013-10-30mmc: pxamci: Remove redundant suspend and resume callbacksUlf Hansson1-32/+0
2013-10-30mmc: s3cmci: Remove redundant suspend and resume callbacksUlf Hansson1-29/+0
2013-10-30mmc: wmt-sdmmc: Move away from using deprecated APIsUlf Hansson1-17/+10
2013-10-30mmc: mxcmmc: Move away from using deprecated APIsUlf Hansson1-10/+2
2013-10-30mmc: mxs-mmc: Move away from using deprecated APIsUlf Hansson1-10/+2
2013-10-30mmc: omap: Remove redundant suspend and resume callbacksUlf Hansson2-86/+3
2013-10-30mmc: tifm_sd: Move away from using deprecated APIsUlf Hansson1-3/+1
2013-10-30mmc: sdhci: Move away from using deprecated APIsUlf Hansson1-18/+2
2013-10-30mmc: vub300: Move away from using deprecated APIsUlf Hansson1-16/+2
2013-10-30mmc: mvsdio: Remove redundant suspend and resume callbacksUlf Hansson1-29/+0
2013-10-30mmc: msm_sdcc: Move away from using deprecated APIsUlf Hansson1-25/+2
2013-10-30mmc: jz4740: Move away from using deprecated APIsUlf Hansson1-4/+0
2013-10-30mmc: dw_mmc: Move away from using deprecated APIsUlf Hansson1-21/+0
2013-10-30mmc: davinci_mmc: Move away from using deprecated APIsUlf Hansson1-21/+5
2013-10-30mmc: cb710: Move away from using deprecated APIsUlf Hansson1-9/+1
2013-10-30mmc: bfin_sdh: Move away from using deprecated APIsUlf Hansson1-11/+1
2013-10-30mmc: au1xmmc: Move away from using deprecated APIsUlf Hansson1-6/+1
2013-10-30mmc: atmel-mci: Remove redundant suspend and resume callbacksUlf Hansson1-61/+0
2013-10-30mmc: core: Signal wakeup event at card insert/removalUlf Hansson1-12/+27
2013-10-30mmc: core: Collect common code for card ocr validationUlf Hansson4-40/+10
2013-10-30mmc: core: Prevent violation of specs while initializing cardsUlf Hansson4-37/+13
2013-10-30mmc: core: Move cached value of the negotiated ocr mask to card structUlf Hansson4-34/+40