index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: dw_mmc-pci: convert to use pcim_* and devm_*
Andy Shevchenko
2013-06-27
1
-35
/
+15
*
mmc: dw_mmc: eliminate useless usage of ret
Andy Shevchenko
2013-06-27
2
-20
/
+5
*
mmc: dw_mmc-pltfm: don't check resource with devm_ioremap_resource
Andy Shevchenko
2013-06-27
1
-5
/
+3
*
mmc: sirf: fix sdhci_pltfm_init sequence
Arnd Bergmann
2013-06-27
1
-28
/
+23
*
mmc: host: use platform_{get,set}_drvdata()
Jingoo Han
2013-06-27
3
-5
/
+5
*
mmc: sh_mobile_sdhi: fix error return code in sh_mobile_sdhi_probe()
Wei Yongjun
2013-06-27
1
-1
/
+3
*
mmc: sdhci-acpi: fix error return code in sdhci_acpi_add_own_cd()
Wei Yongjun
2013-06-27
1
-1
/
+3
*
mmc: dw_mmc: change the macro name from DTO to DRTO
Jaehoon Chung
2013-06-27
2
-3
/
+3
*
mmc: mxs-mmc: Let device core handle pinctrl
Fabio Estevam
2013-06-27
1
-8
/
+0
*
mmc: sdhci-sirf: let device core setup the default pin configuration
Barry Song
2013-06-27
1
-8
/
+0
*
mmc: mvsdio: use standard MMC device-tree binding parser mmc_of_parse()
Simon Baatz
2013-06-27
1
-33
/
+40
*
mmc: tegra: handle mmc_of_parse() errors during probe
Simon Baatz
2013-06-27
1
-3
/
+6
*
mmc: sdhci-pxav3: handle mmc_of_parse() errors during probe
Simon Baatz
2013-06-27
1
-2
/
+5
*
mmc: mxcmmc: handle mmc_of_parse() errors during probe
Simon Baatz
2013-06-27
1
-1
/
+3
*
mmc: tmio-mmc: handle mmc_of_parse() errors during probe
Simon Baatz
2013-06-27
1
-1
/
+3
*
mmc: sh_mmcif: handle mmc_of_parse() errors during probe
Simon Baatz
2013-06-27
1
-1
/
+6
*
mmc: jz4740: Use clk_prepare_enable/clk_disable_unprepare
Lars-Peter Clausen
2013-06-27
1
-2
/
+2
*
mmc: tmio: reset the controller after power-up
Guennadi Liakhovetski
2013-06-06
1
-1
/
+2
*
mmc: tmio: fix unbalanced power-on calls with clock-gating enabled
Guennadi Liakhovetski
2013-06-06
2
-12
/
+35
*
mmc: sh_mmcif: don't clear masked interrupts
Guennadi Liakhovetski
2013-06-06
1
-1
/
+2
*
mmc: tmio: postpone controller reset during resume
Guennadi Liakhovetski
2013-06-06
2
-1
/
+6
*
mmc: sdhci: Add size for caller in init+register
Christian Daudt
2013-05-31
11
-19
/
+29
*
mmc: sdhci-pci: support runtime PM for BYT SD cards
Adrian Hunter
2013-05-26
1
-0
/
+2
*
mmc: sdhci-acpi: support runtime PM for ACPI HID 80860F14 SD cards
Adrian Hunter
2013-05-26
1
-1
/
+63
*
mmc: sdhci: add ability to stay runtime-resumed if the card is powered up
Adrian Hunter
2013-05-26
1
-1
/
+34
*
mmc: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-05-26
23
-40
/
+0
*
mmc: sdhci-pltfm: Allow drivers to set quirks2 from platform data
Al Cooper
2013-05-26
2
-1
/
+5
*
mmc: atmel-mci: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
2013-05-26
1
-6
/
+4
*
mmc: sdhi/tmio: add DT DMA support
Guennadi Liakhovetski
2013-05-26
2
-14
/
+19
*
mmc: sdhi/tmio: switch to using dmaengine_slave_config()
Guennadi Liakhovetski
2013-05-26
2
-17
/
+41
*
mmc: sdhi/tmio: make DMA filter implementation specific
Guennadi Liakhovetski
2013-05-26
2
-10
/
+11
*
mmc: dw_mmc: clear IDSTS register when initialize IDMAC
Joonyoung Shim
2013-05-26
1
-0
/
+6
*
mmc: mxs-mmc: fix error return code in mxs_mmc_probe()
Wei Yongjun
2013-05-26
1
-0
/
+1
*
mmc: dw_mmc: fix error return code in dw_mci_probe()
Wei Yongjun
2013-05-26
1
-1
/
+3
*
mmc: omap_hsmmc: Skip platform_get_resource_byname() for dt case
Santosh Shilimkar
2013-05-26
1
-13
/
+15
*
mmc: omap_hsmmc: convert to dma_request_slave_channel_compat
Matt Porter
2013-05-26
1
-2
/
+8
*
mmc: omap_hsmmc: Fix the DT pbias workaround for MMC controllers 2 to 5
Tony Lindgren
2013-05-26
1
-4
/
+9
*
mmc: sdhci-pci: add more device ids
Adrian Hunter
2013-05-26
1
-0
/
+54
*
mmc: sdhci-acpi: add more device ids
Adrian Hunter
2013-05-26
1
-9
/
+59
*
mmc: sdhci-acpi: fix initial runtime pm status
Adrian Hunter
2013-05-26
1
-0
/
+1
*
mmc: atmel-mci: convert to dma_request_slave_channel_compat()
Ludovic Desroches
2013-05-26
1
-13
/
+12
*
mmc: sdhci-esdhc-imx: fix multiblock reads on i.MX53
Lucas Stach
2013-05-26
1
-3
/
+34
*
mmc: sdhci-esdhc-imx: Fix SDIO interrupts
Martin Fuzzey
2013-05-26
1
-1
/
+3
*
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
2013-05-15
1
-2
/
+7
|
\
|
*
ARM: 7714/1: mmc: mmci: Ensure return value of regulator_enable() is checked
Lee Jones
2013-05-10
1
-2
/
+7
*
|
Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2013-05-07
1
-43
/
+5
|
\
\
|
*
\
Merge tag 'davinci-for-v3.10/dt-2-v2' of git://git.kernel.org/pub/scm/linux/k...
Olof Johansson
2013-04-18
1
-5
/
+83
|
|
\
\
|
*
\
\
Merge tag 'dt-exynos-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Olof Johansson
2013-04-13
1
-2
/
+81
|
|
\
\
\
|
*
|
|
|
mmc: mxs-mmc: move to use generic DMA helper
Shawn Guo
2013-04-04
1
-43
/
+5
*
|
|
|
|
Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2013-05-04
31
-502
/
+716
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
[next]