index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
sdhci.c
Age
Commit message (
Expand
)
Author
Files
Lines
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: 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-05-22
mmc: sdhci: SD tuning is broken for some controllers
Al Cooper
1
-15
/
+9
2014-05-22
mmc: sdhci: track whether preset mode is currently enabled in hardware
Russell King
1
-18
/
+26
2014-05-22
mmc: sdhci: move remaining power handling into sdhci_set_power()
Russell King
1
-9
/
+7
2014-05-22
mmc: sdhci: move regulator handling into sdhci_set_power()
Russell King
1
-37
/
+35
2014-05-22
mmc: sdhci: remove platform_suspend/platform_resume callbacks
Russell King
1
-6
/
+0
2014-05-22
mmc: sdhci: clean up sdhci_execute_tuning() decision
Russell King
1
-16
/
+15
2014-05-22
mmc: sdhci: cache timing information locally
Russell King
1
-11
/
+12
2014-05-22
mmc: sdhci: convert sdhci_set_uhs_signaling() into a library function
Russell King
1
-20
/
+24
2014-05-22
mmc: sdhci: convert sdhci_set_clock() into a library function
Russell King
1
-11
/
+6
2014-05-22
mmc: sdhci: move setting mmc->actual_clock into set_clock handlers
Russell King
1
-2
/
+2
2014-05-22
mmc: sdhci: move setting host->clock into sdhci_do_set_ios()
Russell King
1
-5
/
+4
2014-05-22
mmc: sdhci: clean up sdhci_update_clock()/sdhci_set_clock()
Russell King
1
-16
/
+5
2014-05-22
mmc: sdhci: convert ADMA descriptors to a coherent allocation
Russell King
1
-21
/
+22
2014-05-22
mmc: sdhci: avoid sync'ing the SG if there's no misalignment
Russell King
1
-1
/
+10
2014-05-22
mmc: sdhci: move FSL ESDHC reset handling quirk into esdhc code
Russell King
1
-5
/
+0
2014-05-22
mmc: sdhci: convert reset into a library function
Russell King
1
-23
/
+24
2014-05-22
mmc: sdhci: convert generic bus width setup to library function
Russell King
1
-23
/
+22
2014-05-22
mmc: sdhci: plug hole in disabling card detection interrupts
Russell King
1
-8
/
+9
2014-05-22
mmc: sdhci: more efficient interrupt enable register handling
Russell King
1
-51
/
+47
2014-05-22
mmc: sdhci: allow sdio interrupts while sdhci runtime suspended
Russell King
1
-4
/
+3
2014-05-22
mmc: sdhci: push card_tasklet into threaded irq handler
Russell King
1
-14
/
+9
2014-05-22
mmc: sdhci: convert to new SDIO IRQ handling
Russell King
1
-23
/
+39
2014-05-22
mmc: sdhci: clean up sdio interrupt enable handling
Russell King
1
-18
/
+17
2014-05-22
mmc: sdhci: clean up interrupt handling
Russell King
1
-66
/
+58
2014-05-14
mmc: sdhci: remove mdelay in eMMC tuning
Nick Sanders
1
-1
/
+4
2014-04-21
mmc: sdhci: clarify DDR timing mode between SD-UHS and eMMC
Seungwon Jeon
1
-1
/
+3
2014-03-26
sdhci: only reprogram retuning timer when flag is set
Arend van Spriel
1
-4
/
+3
2014-03-17
mmc: sdhci: Allow for irq being shared
Adrian Hunter
1
-3
/
+1
2014-02-23
mmc: core: Rename cmd_timeout_ms to busy_timeout
Ulf Hansson
1
-4
/
+4
2014-02-23
mmc: core: Rename max_discard_to to max_busy_timeout
Ulf Hansson
1
-1
/
+1
2014-02-22
mmc: sdhci: add support for realtek rts5250
Micky Ching
1
-1
/
+2
2014-01-20
mmc: sdhci: Allow for long command timeouts
Adrian Hunter
1
-1
/
+6
2014-01-18
mmc: sdhci: fix lockdep error in tuning routine
Aisheng Dong
1
-13
/
+7
2014-01-13
mmc: sdhci: add quirk for broken HS200 support
David Cohen
1
-1
/
+2
2014-01-13
mmc: sdhci: Setting the host->mrq to NULL before executing tuning
Chuansheng Liu
1
-0
/
+7
2013-11-27
mmc: sdhci: clear auto cmd setting bits for no data cmds
Dong Aisheng
1
-1
/
+6
2013-11-08
mmc: sdhci: Avoid needless loop while handling SDIO interrupts in sdhci_irq
Alexey Neyman
1
-0
/
+8
2013-10-31
mmc: sdhci: Move away from using deprecated APIs
Ulf Hansson
1
-18
/
+2
2013-10-21
mmc: sdhci: remove unneeded call when have preset value quirk
Dong Aisheng
1
-1
/
+2
2013-10-21
mmc: sdhci: report error once the maximum tuning loops exhausted or timeout
Dong Aisheng
1
-0
/
+1
2013-09-26
mmc: sdhci: allow platform access of sdhci_send_command
Dong Aisheng
1
-2
/
+2
2013-09-26
mmc: sdhci: add hooks for platform specific tuning
Dong Aisheng
1
-0
/
+8
2013-09-11
Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+5
2013-08-26
mmc: sdhci: get voltage from sdhc host
Haijun Zhang
1
-0
/
+3
2013-08-25
mmc: sdhci: request irq after sdhci_init() is called
Shawn Guo
1
-2
/
+2
2013-07-31
mmc: sdhci: Indicate that regulators may be absent
Mark Brown
1
-2
/
+2
[prev]
[next]