index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-27
mmc: mxs-mmc: Let device core handle pinctrl
Fabio Estevam
1
-8
/
+0
2013-06-27
mmc: sdhci-sirf: let device core setup the default pin configuration
Barry Song
1
-8
/
+0
2013-06-27
mmc: mvsdio: use standard MMC device-tree binding parser mmc_of_parse()
Simon Baatz
1
-33
/
+40
2013-06-27
mmc: tegra: handle mmc_of_parse() errors during probe
Simon Baatz
1
-3
/
+6
2013-06-27
mmc: sdhci-pxav3: handle mmc_of_parse() errors during probe
Simon Baatz
1
-2
/
+5
2013-06-27
mmc: mxcmmc: handle mmc_of_parse() errors during probe
Simon Baatz
1
-1
/
+3
2013-06-27
mmc: tmio-mmc: handle mmc_of_parse() errors during probe
Simon Baatz
1
-1
/
+3
2013-06-27
mmc: sh_mmcif: handle mmc_of_parse() errors during probe
Simon Baatz
1
-1
/
+6
2013-06-27
mmc: jz4740: Use clk_prepare_enable/clk_disable_unprepare
Lars-Peter Clausen
1
-2
/
+2
2013-06-24
msm_sdcc: Convert to clk_prepare/unprepare
Stephen Boyd
1
-1
/
+13
2013-06-20
Merge tag 'davinci-for-v3.11/soc-v2' of git://git.kernel.org/pub/scm/linux/ke...
Arnd Bergmann
1
-0
/
+1
2013-06-18
ARM: davinci: move private EDMA API to arm/common
Matt Porter
1
-0
/
+1
2013-06-06
mmc: tmio: reset the controller after power-up
Guennadi Liakhovetski
1
-1
/
+2
2013-06-06
mmc: tmio: fix unbalanced power-on calls with clock-gating enabled
Guennadi Liakhovetski
2
-12
/
+35
2013-06-06
mmc: sh_mmcif: don't clear masked interrupts
Guennadi Liakhovetski
1
-1
/
+2
2013-06-06
mmc: tmio: postpone controller reset during resume
Guennadi Liakhovetski
2
-1
/
+6
2013-05-31
mmc: sdhci: Add size for caller in init+register
Christian Daudt
11
-19
/
+29
2013-05-26
mmc: sdhci-pci: support runtime PM for BYT SD cards
Adrian Hunter
1
-0
/
+2
2013-05-26
mmc: sdhci-acpi: support runtime PM for ACPI HID 80860F14 SD cards
Adrian Hunter
1
-1
/
+63
2013-05-26
mmc: sdhci: add ability to stay runtime-resumed if the card is powered up
Adrian Hunter
1
-1
/
+34
2013-05-26
mmc: remove unnecessary platform_set_drvdata()
Jingoo Han
23
-40
/
+0
2013-05-26
mmc: sdhci-pltfm: Allow drivers to set quirks2 from platform data
Al Cooper
2
-1
/
+5
2013-05-26
mmc: atmel-mci: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
1
-6
/
+4
2013-05-26
mmc: sdhi/tmio: add DT DMA support
Guennadi Liakhovetski
2
-14
/
+19
2013-05-26
mmc: sdhi/tmio: switch to using dmaengine_slave_config()
Guennadi Liakhovetski
2
-17
/
+41
2013-05-26
mmc: sdhi/tmio: make DMA filter implementation specific
Guennadi Liakhovetski
2
-10
/
+11
2013-05-26
mmc: dw_mmc: clear IDSTS register when initialize IDMAC
Joonyoung Shim
1
-0
/
+6
2013-05-26
mmc: mxs-mmc: fix error return code in mxs_mmc_probe()
Wei Yongjun
1
-0
/
+1
2013-05-26
mmc: dw_mmc: fix error return code in dw_mci_probe()
Wei Yongjun
1
-1
/
+3
2013-05-26
mmc: omap_hsmmc: Skip platform_get_resource_byname() for dt case
Santosh Shilimkar
1
-13
/
+15
2013-05-26
mmc: core: Only execute tuning for SDR50 and SDR104
Fredrik Soderstedt
0
-0
/
+0
2013-05-26
mmc: omap_hsmmc: convert to dma_request_slave_channel_compat
Matt Porter
1
-2
/
+8
2013-05-26
mmc: omap_hsmmc: Fix the DT pbias workaround for MMC controllers 2 to 5
Tony Lindgren
1
-4
/
+9
2013-05-26
mmc: sdhci-pci: add more device ids
Adrian Hunter
1
-0
/
+54
2013-05-26
mmc: sdhci-acpi: add more device ids
Adrian Hunter
1
-9
/
+59
2013-05-26
mmc: sdhci-acpi: fix initial runtime pm status
Adrian Hunter
1
-0
/
+1
2013-05-26
mmc: atmel-mci: convert to dma_request_slave_channel_compat()
Ludovic Desroches
1
-13
/
+12
2013-05-26
mmc: sdhci-esdhc-imx: fix multiblock reads on i.MX53
Lucas Stach
1
-3
/
+34
2013-05-26
mmc: sdhci-esdhc-imx: Fix SDIO interrupts
Martin Fuzzey
1
-1
/
+3
2013-05-23
ARM: 7726/1: mmc: mmci: Add card_busy function to improve UHS card support
Ulf Hansson
2
-1
/
+34
2013-05-23
ARM: 7725/1: mmc: mmci: Cache MMCIDATACTRL register
Ulf Hansson
2
-3
/
+15
2013-05-23
ARM: 7724/1: mmc: mmci: Support signal voltage switch for UHS cards
Ulf Hansson
1
-0
/
+34
2013-05-23
ARM: 7721/1: mmc: mmci: Fixup regulator handling for vqmmc
Ulf Hansson
2
-4
/
+7
2013-05-23
ARM: 7713/1: mmc: mmci: Allow MMCI to request channels with information acqui...
Lee Jones
1
-21
/
+22
2013-05-23
ARM: 7719/1: mmc: mmci: Support for CMD23
Ulf Hansson
1
-4
/
+10
2013-05-23
ARM: 7718/1: mmc: mmci: Set actual clock for debug purpose
Ulf Hansson
1
-0
/
+6
2013-05-23
ARM: 7717/1: mmc: mmci: Use devm_clk_get API
Ulf Hansson
1
-6
/
+2
2013-05-15
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-2
/
+7
2013-05-10
ARM: 7714/1: mmc: mmci: Ensure return value of regulator_enable() is checked
Lee Jones
1
-2
/
+7
2013-05-07
Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-43
/
+5
[prev]
[next]