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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-29
mfd: Adding twl6030 mmc card detect support for MMC1
kishore kadiyala
1
-2
/
+2
2010-10-29
mmc: Allow 2 byte requests in 4-bit mode for tmio_mmc
Yusuke Goda
1
-5
/
+12
2010-10-29
mmc: Allow the platform to specify the sh_mmcif get_cd handler
Arnd Hannemann
1
-0
/
+12
2010-10-29
mmc: Allow the tmio_mmc mfd driver to specify get_cd handler
Arnd Hannemann
1
-0
/
+13
2010-10-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...
Linus Torvalds
51
-558
/
+2285
2010-10-26
at91/atmel-mci: inclusion of sd/mmc driver in at91sam9g45 chip and board
Nicolas Ferre
1
-1
/
+1
2010-10-25
Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-16
/
+27
2010-10-25
mmc: add new sdhci-pxa driver for Marvell SoCs
Zhangfei Gao
3
-0
/
+266
2010-10-25
mmc: make number of mmcblk minors configurable
Olof Johansson
2
-12
/
+48
2010-10-23
mmc_spi: Recover from CRC errors for r/w operation over SPI.
Sonic Zhang
1
-0
/
+21
2010-10-23
mmc: sdhci-pltfm: add -pltfm driver for imx35/51
Wolfram Sang
5
-0
/
+158
2010-10-23
mmc: sdhci-of-esdhc: factor out common stuff
Wolfram Sang
2
-62
/
+91
2010-10-23
mmc: sdhci_pltfm: pass more data on custom init call
Wolfram Sang
1
-3
/
+5
2010-10-23
mmc: sdhci: introduce get_ro private write-protect hook
Wolfram Sang
2
-6
/
+10
2010-10-23
mmc: sdhci-pltfm: move .h file into appropriate subdir
Wolfram Sang
3
-3
/
+3
2010-10-23
mmc: sdhci-pltfm: Add structure for host-specific data
Wolfram Sang
2
-3
/
+14
2010-10-23
mmc: fix cb710 kconfig dependency warning
Randy Dunlap
1
-0
/
+1
2010-10-23
mmc: cb710: remove debugging printk (info duplicated from mmc-core)
Michał Mirosław
1
-2
/
+0
2010-10-23
mmc: cb710: clear irq handler on init() error path
Michał Mirosław
1
-0
/
+1
2010-10-23
mmc: cb710: remove unnecessary msleep()
Michał Mirosław
1
-1
/
+0
2010-10-23
mmc: cb710: implement get_cd() callback
Michał Mirosław
1
-20
/
+13
2010-10-23
mmc: cb710: partially demystify clock selection
Michał Mirosław
1
-7
/
+12
2010-10-23
mmc: add a file to debugfs for changing host clock at runtime
Andy Shevchenko
1
-2
/
+33
2010-10-23
mmc: sdhci: allow for eMMC 74 clock generation by controller
Philip Rakity
2
-0
/
+5
2010-10-23
mmc: sdhci: highspeed: check for mmc as well as sd cards
Philip Rakity
1
-2
/
+3
2010-10-23
mmc: sdhci: Add Moorestown device support
Alan Cox
1
-0
/
+39
2010-10-23
mmc: sdhci: Intel Medfield support
Xiaochen Shen
1
-0
/
+48
2010-10-23
mmc: sdhci: Allow the probe handler to override slots
Alan Cox
1
-0
/
+2
2010-10-23
mmc: sdio: support suspend/resume while runtime suspended
Ohad Ben-Cohen
1
-0
/
+29
2010-10-23
mmc: sdio: ensure mmc_sdio_detect is powered
Ohad Ben-Cohen
1
-0
/
+9
2010-10-23
mmc: sdio: enable runtime PM for SDIO functions
Ohad Ben-Cohen
2
-3
/
+40
2010-10-23
mmc: sdio: enable runtime PM for SDIO cards
Ohad Ben-Cohen
1
-0
/
+13
2010-10-23
mmc: sdio: use the generic runtime PM handlers
Ohad Ben-Cohen
1
-0
/
+20
2010-10-23
mmc: add runtime PM handlers
Ohad Ben-Cohen
1
-0
/
+37
2010-10-23
mmc: sdio: add power_restore support
Ohad Ben-Cohen
1
-0
/
+18
2010-10-23
mmc: propagate power save/restore ops return value
Ohad Ben-Cohen
4
-12
/
+28
2010-10-23
mmc: sdio: fully reconfigure oldcard on resume
Ohad Ben-Cohen
1
-9
/
+0
2010-10-23
mmc: sdhci: split up sdhci.h for sdhci-pltfm users
Giuseppe Cavallaro
1
-131
/
+7
2010-10-23
mmc: sdhci: fix "pwr may be used uninitialized" warning
Giuseppe Cavallaro
1
-4
/
+2
2010-10-23
mmc: sdhci-pltfm: add suspend/resume functions
Giuseppe Cavallaro
1
-0
/
+21
2010-10-23
mmc: name mmc queue thread by host index
Ethan Du
1
-1
/
+3
2010-10-23
mmc: refine DDR support
Adrian Hunter
3
-7
/
+9
2010-10-23
mmc: Fixes for Dual Data Rate (DDR) support
Adrian Hunter
6
-41
/
+46
2010-10-23
mmc: MMC 4.4 DDR support
Hanumath Prasad
2
-5
/
+42
2010-10-23
mmc: Move regulator handling closer to core
Linus Walleij
4
-36
/
+80
2010-10-23
mmc: sdhci: mmc_rescan: reduce verbosity
Eric Bénard
1
-1
/
+2
2010-10-23
mmc: Make ID freq configurable
Hein Tibosch
1
-45
/
+57
2010-10-23
mmc: sdhci: disable MMC_CAP_NEEDS_POLL in nonremovable case
Jaehoon Chung
1
-1
/
+2
2010-10-23
mmc: Add helper function to check if a card is removable
Matt Fleming
4
-3
/
+3
2010-10-23
mmc: Makefile: Fix EXTRA_CFLAGS assignment
matt mooney
4
-15
/
+1
[next]