index
:
linux-stable.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
sdhci-dove.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: remove .owner field for drivers using module_platform_driver
Peter Griffin
2014-09-09
1
-1
/
+0
*
mmc: sdhci-dove: use mmc_of_parse() and remove card_tasklet CD handler
Sebastian Hesselbarth
2014-05-23
1
-69
/
+5
*
mmc: sdhci: convert sdhci_set_uhs_signaling() into a library function
Russell King
2014-05-22
1
-0
/
+1
*
mmc: sdhci: convert sdhci_set_clock() into a library function
Russell King
2014-05-22
1
-0
/
+1
*
mmc: sdhci: convert reset into a library function
Russell King
2014-05-22
1
-0
/
+1
*
mmc: sdhci: convert generic bus width setup to library function
Russell King
2014-05-22
1
-0
/
+1
*
mmc: sdhci-dove: Remove redundant of_match_ptr
Sachin Kamat
2014-02-25
1
-1
/
+1
*
mmc: sdhci: Add size for caller in init+register
Christian Daudt
2013-05-31
1
-1
/
+1
*
mmc: sdhci: Constify sdhci_ops structs where possible
Lars-Peter Clausen
2013-03-22
1
-1
/
+1
*
mmc: sdhci_pltfm: Constify sdhci_pltfm_data
Lars-Peter Clausen
2013-03-22
1
-1
/
+1
*
Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2012-12-11
1
-4
/
+4
|
\
|
*
mmc: remove use of __devexit
Bill Pemberton
2012-11-28
1
-1
/
+1
|
*
mmc: remove use of __devinitdata
Bill Pemberton
2012-11-28
1
-1
/
+1
|
*
mmc: remove use of __devinit
Bill Pemberton
2012-11-28
1
-1
/
+1
|
*
mmc: remove use of __devexit_p
Bill Pemberton
2012-11-28
1
-1
/
+1
*
|
mmc: sdhci-dove: allow GPIOs to be used for card detection on Dove
Russell King
2012-12-06
1
-6
/
+67
*
|
mmc: sdhci-dove: use two-stage initialization for sdhci-pltfm
Russell King
2012-12-06
1
-7
/
+17
*
|
mmc: sdhci-dove: use devm_clk_get()
Russell King
2012-12-06
1
-7
/
+4
|
/
*
mmc: fix sdhci-dove probe/removal
Russell King - ARM Linux
2012-11-07
1
-18
/
+20
*
mmc: sdhci-dove: DT support for sdhci-dove
Sebastian Hesselbarth
2012-09-04
1
-0
/
+8
*
mmc: sdhci-dove: Prepare for common clock framework
Sebastian Hesselbarth
2012-07-22
1
-1
/
+47
*
mmc: sdhci-dove: Add SDHCI_QUIRK_NO_HISPD_BIT
Sebastian Hesselbarth
2012-07-22
1
-1
/
+2
*
mmc: sdhci-dove: Fix compile error by including module.h
Alf Høgemark
2012-04-05
1
-0
/
+1
*
mmc: convert drivers/mmc/host/* to use module_platform_driver()
Axel Lin
2012-01-11
1
-11
/
+1
*
mmc: sdhci: remove "state" argument from sdhci_suspend_host
Manuel Lauss
2011-12-19
1
-4
/
+1
*
mmc: sdhci: change sdhci-pltfm into a module
Shawn Guo
2011-07-20
1
-1
/
+0
*
mmc: sdhci: make sdhci-pltfm device drivers self registered
Shawn Guo
2011-07-20
1
-1
/
+41
*
mmc: Add support for the Marvell Dove SDHCI controller
Mike Rapoport
2011-01-08
1
-0
/
+70