index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-10
mmc: sdhci: add DDR50 1.8V mode support for BayTrail eMMC Controller
Maurice Petallo
2
-2
/
+3
2014-07-10
mmc: sdhci: Preset value not supported in Baytrail eMMC
Maurice Petallo
2
-0
/
+2
2014-07-10
mmc: MMC_USDHI6ROL0 should depend on HAS_DMA
Geert Uytterhoeven
1
-0
/
+1
2014-07-10
mmc: MMC_SH_MMCIF should depend on HAS_DMA
Geert Uytterhoeven
1
-1
/
+1
2014-07-10
mmc: MMC_OMAP_HS should depend on HAS_DMA
Geert Uytterhoeven
1
-0
/
+1
2014-07-10
mmc: sdhci-st: Intial support for ST SDHCI controller
Peter Griffin
3
-0
/
+189
2014-07-09
mmc: rtsx: add support for async request
Micky Ching
1
-6
/
+127
2014-07-09
mmc: s3cmci: port DMA code to dmaengine API
Vasily Khoruzhick
3
-142
/
+52
2014-07-09
mmc: tegra: Do not include asm/gpio.h
Thierry Reding
1
-2
/
+0
2014-07-09
mmc: mxs: fix card detection in case of 'broken-cd' flag set
Roman Peniaev
1
-1
/
+2
2014-07-09
mmc: s3cmci: Move to clk_prepare_enable/clk_disable_unprepare
Vasily Khoruzhick
1
-3
/
+3
2014-07-09
mmc: sdhci: Replace host->mmc with mmc where possible
Markus Mayer
1
-15
/
+15
2014-07-09
mmc: sdhci: avoid double-delay while transitioning to 1.8V
Russell King
1
-3
/
+0
2014-07-09
mmc: sdhci-pci: SDIO host controller support for Intel Quark X1000
Derek Browne
2
-0
/
+13
2014-07-09
mmc: sdhci: Remove blank line
Ulf Hansson
1
-1
/
+0
2014-07-09
mmc: sdhci: Improve external VDD regulator support
Tim Kryger
1
-7
/
+9
2014-07-09
mmc: wmt-sdmmc: Remove deprecated IRQF_DISABLED
Axel Lin
1
-1
/
+1
2014-07-09
mmc: wmt-sdmmc: Fix settting BM_EIGHTBIT_MODE bit in wmt_mci_set_ios()
Axel Lin
1
-16
/
+15
2014-07-09
mmc: moxart: Remove unneeded version.h inclusion
Sachin Kamat
1
-1
/
+0
2014-07-09
mmc: omap_hsmmc: Pin remux workaround to support SDIO interrupt on AM335x
Andreas Fenkart
1
-3
/
+21
2014-07-09
mmc: omap_hsmmc: switch default/idle pinctrl states in runtime hooks
Andreas Fenkart
1
-6
/
+10
2014-07-09
mmc: omap_hsmmc: abort runtime suspend if pending sdio irq detected
Andreas Fenkart
1
-2
/
+21
2014-07-09
mmc: omap_hsmmc: enable wakeup event for sdio OMAP4
Balaji T K
1
-1
/
+13
2014-07-09
mmc: omap_hsmmc: Extend debugfs by SDIO IRQ handling, runtime state
Andreas Fenkart
1
-3
/
+14
2014-07-09
mmc: omap_hsmmc: Enable SDIO interrupt
Andreas Fenkart
1
-12
/
+189
2014-07-09
mmc: sh-mmcif: final error path cleanup
Ben Dooks
1
-4
/
+2
2014-07-09
mmc: sh-mmcif: no need to call pm_runtime_suspend on error
Ben Dooks
1
-4
/
+2
2014-07-09
mmc: sh-mmcif: use devm_ for irq management
Ben Dooks
1
-18
/
+8
2014-07-09
mmc: sh-mmcif: use devm_ for clock management
Ben Dooks
1
-10
/
+8
2014-07-09
mmc: sh-mmcif: use devm_ for ioremap
Ben Dooks
1
-18
/
+6
2014-07-09
mmc: sh-mmcif: update to print version and bus clock rate on probe
Ben Dooks
1
-4
/
+5
2014-07-09
mmc: sdhci: Remove unused ret variables
Markus Pargmann
1
-4
/
+3
2014-07-09
mmc: sdhci: Use mmc core regulator infrastucture
Tim Kryger
1
-61
/
+36
2014-07-09
mmc: mmci: Add Qualcomm Id to amba id table
Srinivas Kandagatla
1
-0
/
+23
2014-07-09
mmc: mmci: Add Qcom specific rx_fifocnt logic.
Srinivas Kandagatla
2
-2
/
+29
2014-07-09
mmc: mmci: add explicit clk control
Srinivas Kandagatla
2
-3
/
+28
2014-07-09
mmc: mmci: add f_max to variant structure
Srinivas Kandagatla
1
-2
/
+11
2014-07-09
mmc: mmci: Add support to data commands via variant structure.
Srinivas Kandagatla
1
-0
/
+5
2014-07-09
mmc: mmci: add edge support to data and command out in variant data.
Srinivas Kandagatla
1
-1
/
+5
2014-07-09
mmc: mmci: add 8bit bus support in variant data
Srinivas Kandagatla
1
-1
/
+6
2014-07-09
mmc: mmci: add ddrmode mask to variant data
Srinivas Kandagatla
1
-1
/
+4
2014-07-09
mmc: mmci: Add Qcom datactrl register variant
Srinivas Kandagatla
1
-0
/
+5
2014-07-09
mmc: mmci: Add enough delay between writes to CMD register.
Srinivas Kandagatla
1
-1
/
+1
2014-07-09
mmc: mmci: Add Qualcomm specific register defines.
Srinivas Kandagatla
1
-0
/
+17
2014-07-09
mmc: mmci: use NSEC_PER_SEC macro
Srinivas Kandagatla
1
-1
/
+1
2014-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-12
/
+6
2014-06-12
mmc: simplify SDHCI Kconfig dependencies
Arnd Bergmann
1
-5
/
+3
2014-06-12
mmc: omap: don't select TPS65010
Arnd Bergmann
1
-1
/
+1
2014-06-12
mmc: mvsdio: avoid compiler warning
Arnd Bergmann
1
-1
/
+1
2014-06-12
mmc: atmel-mci: incude asm/cacheclush.h
Arnd Bergmann
1
-0
/
+1
[prev]
[next]