aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-22mmc: omap_hsmmc: split omap-dma header fileBalaji T K1-1/+1
2014-05-22mmc: omap_hsmmc: fix cmd23 multiblock read/writeBalaji T K1-2/+3
2014-05-22mmc: omap_hsmmc: use devm_ioremap_resourceBalaji T K1-14/+5
2014-05-22mmc: omap_hsmmc: use devm_request_threaded_irqBalaji T K1-6/+3
2014-05-22mmc: omap_hsmmc: use devm_request_irqBalaji T K1-5/+2
2014-05-22mmc: omap_hsmmc: use devm_clk_getBalaji T K1-11/+4
2014-05-22mmc: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCsDavid Lanzendörfer3-0/+1057
2014-05-22mmc: wmt-sdmmc: Use GFP_KERNEL instead of hard-coded valueAxel Lin1-1/+1
2014-05-22mmc: omap: Use DIV_ROUND_UP instead of open codedAxel Lin1-5/+5
2014-05-22mmc: dw_mmc: Don't print data errorsDoug Anderson1-1/+1
2014-05-22mmc: sdhci: track whether preset mode is currently enabled in hardwareRussell King1-18/+26
2014-05-22mmc: sdhci: move remaining power handling into sdhci_set_power()Russell King1-9/+7
2014-05-22mmc: sdhci: move regulator handling into sdhci_set_power()Russell King1-37/+35
2014-05-22mmc: sdhci-tegra: get rid of special PRESENT_STATE register handlingRussell King1-14/+0
2014-05-22mmc: sdhci: remove platform_suspend/platform_resume callbacksRussell King2-8/+0
2014-05-22mmc: sdhci-of-esdhc: remove platform_suspend/platform_resume callbacksRussell King1-19/+36
2014-05-22mmc: sdhci-esdhc-imx: remove emulation of uhs_modeRussell King1-14/+3
2014-05-22mmc: sdhci: clean up sdhci_execute_tuning() decisionRussell King1-16/+15
2014-05-22mmc: sdhci: cache timing information locallyRussell King1-11/+12
2014-05-22mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionRussell King18-20/+42
2014-05-22mmc: sdhci: set_uhs_signaling() need not return a valueRussell King3-6/+4
2014-05-22mmc: sdhci-esdhc-imx: fix lockdep splat upon tuningRussell King1-4/+2
2014-05-22mmc: sdhci-esdhc-imx: comment runtime_pm_get_sync() in esdhc_prepare_tuning()Russell King1-0/+1
2014-05-22mmc: sdhci-esdhc-imx: avoid DMA to kernel stackRussell King1-9/+16
2014-05-22mmc: sdhci: convert sdhci_set_clock() into a library functionRussell King18-19/+36
2014-05-22mmc: sdhci: move setting mmc->actual_clock into set_clock handlersRussell King5-3/+12
2014-05-22mmc: sdhci: move setting host->clock into sdhci_do_set_ios()Russell King5-17/+7
2014-05-22mmc: sdhci: clean up sdhci_update_clock()/sdhci_set_clock()Russell King2-19/+5
2014-05-22mmc: sdhci: convert ADMA descriptors to a coherent allocationRussell King1-21/+22
2014-05-22mmc: sdhci: avoid sync'ing the SG if there's no misalignmentRussell King1-1/+10
2014-05-22mmc: sdhci: move FSL ESDHC reset handling quirk into esdhc codeRussell King3-8/+10
2014-05-22mmc: sdhci: convert reset into a library functionRussell King19-31/+53
2014-05-22mmc: sdhci: convert generic bus width setup to library functionRussell King19-50/+50
2014-05-22mmc: sdhci: plug hole in disabling card detection interruptsRussell King1-8/+9
2014-05-22mmc: sdhci: more efficient interrupt enable register handlingRussell King1-51/+47
2014-05-22mmc: sdhci: allow sdio interrupts while sdhci runtime suspendedRussell King3-8/+16
2014-05-22mmc: sdhci: push card_tasklet into threaded irq handlerRussell King1-14/+9
2014-05-22mmc: sdhci: convert to new SDIO IRQ handlingRussell King1-23/+39
2014-05-22mmc: sdhci: clean up sdio interrupt enable handlingRussell King1-18/+17
2014-05-22mmc: sdhci: clean up interrupt handlingRussell King1-66/+58
2014-05-22mmc: sdio_irq: rework sdio irq handlingRussell King1-10/+31
2014-05-13mmc: sdhci: remove mdelay in eMMC tuningNick Sanders1-1/+4
2014-05-12mmc: core: Improve support for deferred regulatorsTim Kryger1-12/+19
2014-05-12mmc: mxcmmc: Use mmc_regulator_get_supply() APIAlexander Shiyan1-27/+17
2014-05-12mmc: atmel: don't test host->dataAlexandre Belloni1-10/+3
2014-05-12mmc: rtsx: fix possible linking error if built-inArnd Bergmann1-2/+3
2014-05-12mmc: mxs: fix card detection function for broken card detectDaniel Willmann1-0/+7
2014-05-12mmc: jz4740: don't wait for PRG_DONE after stop command with R1 responseAlex Smith1-4/+7
2014-05-12mmc: core: add DT bindings for eMMC HS400 1.8/1.2VSeungwon Jeon1-0/+4
2014-05-12mmc: add support for HS400 mode of eMMC5.0Seungwon Jeon3-5/+97