index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
mxcmmc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM i.MX dma: Fix burstsize settings
Sascha Hauer
2011-07-07
1
-4
/
+4
*
mmc: mxcmmc: use dmaengine API
Sascha Hauer
2011-03-15
1
-77
/
+104
*
mmc: mxcmmc: remove a unnecessary release_resource() call
Axel Lin
2011-01-08
1
-1
/
+0
*
mmc: mxcmmc: update the regulator support code to the latest API
Alberto Panizzo
2011-01-08
1
-8
/
+12
*
mmc: mxcmmc: Allow binding a regulator to manage the MMC card voltage
Alberto Panizzo
2011-01-08
1
-6
/
+42
*
mmc: Remove distinction between hw and phys segments
Martin K. Petersen
2010-10-23
1
-2
/
+1
*
mxcmmc: convert to pm_ops and enable/disable clock
Eric Bénard
2010-07-26
1
-14
/
+18
*
Merge branch 'imx/for-2.6.36' of git://git.pengutronix.de/git/ukl/linux-2.6 i...
Uwe Kleine-König
2010-07-26
1
-1
/
+1
|
\
|
*
mmc: remove the "state" argument to mmc_suspend_host()
Matt Fleming
2010-05-27
1
-1
/
+1
*
|
mxcmmc: add card detect through DAT3 possibility
Eric Bénard
2010-07-26
1
-3
/
+13
|
/
*
ARM: mx3: Fix a race condition in mxcmmc
Daniel Mack
2010-05-17
1
-1
/
+12
*
ARM: MXC: mxcmmc: work around a bug in the SDHC busy line handling
Daniel Mack
2010-04-14
1
-0
/
+16
*
ARM: MXC: mxcmmc: Teach the driver SDIO operations
Daniel Mack
2010-04-14
1
-11
/
+59
*
ARM: MXC: mxcmmc: misc cleanups
Daniel Mack
2010-04-14
1
-4
/
+13
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2010-03-12
1
-1
/
+1
|
\
|
*
tree-wide: Assorted spelling fixes
Daniel Mack
2010-02-09
1
-1
/
+1
*
|
mxcmmc: fixed max_seg_size value on initialization
Vladimir Zapolskiy
2010-03-12
1
-1
/
+1
|
/
*
mxcmmc: fix error path in mxcmci_probe
Uwe Kleine-König
2009-12-15
1
-5
/
+5
*
trivial: fix typo "to to" in multiple files
Anand Gadiyar
2009-09-21
1
-1
/
+1
*
mxcmmc: remove frequency workaround
Pierre Ossman
2009-06-13
1
-2
/
+0
*
mxcmmc: Fix missing return value checking in DMA setup code.
Martin Fuzzey
2009-06-03
1
-10
/
+26
*
mxcmmc : Reset the SDHC hardware if software timeout occurs.
Martin Fuzzey
2009-06-03
1
-1
/
+6
*
mxcmmc: decrease minimum frequency to make MMC cards work
Sascha Hauer
2009-06-03
1
-1
/
+3
*
MX2/MX3 SDHC driver: rename platform driver
Sascha Hauer
2009-03-13
1
-1
/
+1
*
mxcmmc: Do not pass clock name, we have only one clock for this device
Sascha Hauer
2009-03-13
1
-1
/
+1
*
mmc: Add a MX2/MX3 specific SDHC driver
Sascha Hauer
2009-02-02
1
-0
/
+880