index
:
Linux Stable
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.13.y
linux-6.14.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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: sdhci: Do not disable interrupts while waiting for clock
Adrian Hunter
2017-03-30
1
-1
/
+3
*
mmc: sdhci: Ignore unexpected CARD_INT interrupts
Gabriel Krisman Bertazi
2017-02-09
1
-1
/
+2
*
mmc: sdhci: Fix recovery from tuning timeout
Adrian Hunter
2017-01-09
1
-0
/
+20
*
mmc: sdhci: cast unsigned int to unsigned long long to avoid unexpeted error
Haibo Chen
2016-10-28
1
-1
/
+1
*
mmc: sdhci: Do not BUG on invalid vdd
Adrian Hunter
2016-09-15
1
-1
/
+3
*
mmc: sdhci: 64-bit DMA actually has 4-byte alignment
Adrian Hunter
2016-09-15
1
-19
/
+12
*
mmc: sdhci: Fix override of timeout clk wrt max_busy_timeout
Adrian Hunter
2016-04-12
1
-3
/
+3
*
mmc: sdhci: fix data timeout (part 2)
Russell King
2016-04-12
1
-2
/
+13
*
mmc: sdhci: fix data timeout (part 1)
Russell King
2016-04-12
1
-1
/
+1
*
mmc: sdhci: Allow override of get_cd() called from sdhci_request()
Adrian Hunter
2016-03-03
1
-1
/
+1
*
mmc: sdhci: Allow override of mmc host operations
Adrian Hunter
2016-03-03
1
-1
/
+2
*
mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()
Adrian Hunter
2016-03-03
1
-2
/
+2
*
mmc: sdhci: Fix DMA descriptor with zero data length
Adrian Hunter
2016-03-03
1
-3
/
+6
*
mmc: sdhci: enable tuning for DDR50
Weijun Yang
2015-10-26
1
-3
/
+4
*
mmc: sdhci: call sdhci_init() before request irq
Haibo Chen
2015-10-26
1
-11
/
+11
*
mmc: sdhci: add quirk SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RST
ludovic.desroches@atmel.com
2015-10-08
1
-0
/
+2
*
mmc: sdhci: also get preset value and driver type for MMC_DDR52
Jisheng Zhang
2015-08-27
1
-1
/
+3
*
mmc: sdhci: fix dma memory leak in sdhci_pre_req()
Haibo Chen
2015-08-27
1
-42
/
+25
*
mmc: sdhci: switch from programmable clock mode to divided one if needed
ludovic.desroches@atmel.com
2015-08-24
1
-9
/
+20
*
mmc: sdhci: properly check card present state when quirk NO_CARD_NO_RESET is set
Ivan T. Ivanov
2015-08-17
1
-2
/
+1
*
mmc: sdhci: don't use card state polling when CD GPIO is defined
Ivan T. Ivanov
2015-08-17
1
-1
/
+2
*
mmc: sdhci: let GPIO based card detection have higher precedence
Ivan T. Ivanov
2015-08-17
1
-4
/
+10
*
mmc: sdhci: add quirk SDHCI_QUIRK_CLOCK_DIV_ZERO_BROKEN
Suneel Garapati
2015-08-17
1
-0
/
+3
*
mmc: sdhci: make max-frequency property in device tree work
Dong Aisheng
2015-07-24
1
-2
/
+7
*
mmc: sdhci check parameters before call dma_free_coherent
Peng Fan
2015-07-24
1
-2
/
+5
*
mmc: sdhci: fix low memory corruption
Jiri Slaby
2015-06-16
1
-1
/
+1
*
mmc: sdhci: Restore behavior while creating OCR mask
Ulf Hansson
2015-06-08
1
-4
/
+5
*
mmc: sdhci: Add a callback to select drive strength
Adrian Hunter
2015-06-01
1
-0
/
+13
*
mmc: sdhci: fix driver type B and D handling in sdhci_do_set_ios()
Petri Gynther
2015-06-01
1
-0
/
+9
*
mmc: host: sdhci: Use BUG_ON()
Fabio Estevam
2015-06-01
1
-4
/
+2
*
mmc: sdhci: Change to new way of doing re-tuning
Adrian Hunter
2015-06-01
1
-99
/
+13
*
mmc: sdhci: fix card presence logic in sdhci_request function
Scott Branden
2015-03-23
1
-17
/
+3
*
mmc: sdhci: do not set AUTO_CMD12 for multi-block CMD53
Corneliu Doban
2015-03-23
1
-1
/
+3
*
mmc: sdhci: add quirk for ACMD23 broken
Scott Branden
2015-03-23
1
-1
/
+2
*
mmc: sdhci: switch voltage before sdhci_set_ios in runtime resume
Jisheng Zhang
2015-01-29
1
-1
/
+1
*
mmc: sdhci: add a quirk for single block transactions
Vincent Yang
2015-01-20
1
-3
/
+5
*
mmc: sdhci: add a quirk for tuning work around
Vincent Yang
2015-01-20
1
-0
/
+2
*
mmc: sdhci: add a voltage switch callback function
Vincent Yang
2015-01-20
1
-0
/
+4
*
mmc: host: sdhci: Added a space before (
Mohammad Jamal
2015-01-19
1
-1
/
+1
*
mmc: sdhci: Always init buf_ready_int
Adrian Hunter
2015-01-19
1
-2
/
+2
*
mmc: sdhci: use pipeline mmc requests to improve performance
Haibo Chen
2015-01-19
1
-12
/
+87
*
mmc: sdhci: Remove redundant ADMA page boundary warnings
Andrew Gabbasov
2015-01-19
1
-4
/
+0
*
mmc: sdhci: Set SDHCI_POWER_ON with external vmmc
Tim Kryger
2015-01-14
1
-0
/
+6
*
mmc: sdhci: Fix sleep in atomic after inserting SD card
Krzysztof Kozlowski
2015-01-12
1
-2
/
+6
*
mmc: sdhci: Disable re-tuning for HS400
Adrian Hunter
2015-01-12
1
-0
/
+29
*
mmc: sdhci: Simplify use of tuning timer
Adrian Hunter
2015-01-12
1
-15
/
+8
*
mmc: sdhci: Add out_unlock to sdhci_execute_tuning
Adrian Hunter
2015-01-12
1
-3
/
+2
*
mmc: sdhci: Tuning should not change max_blk_count
Adrian Hunter
2015-01-12
1
-6
/
+3
*
Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-12-10
1
-5
/
+2
|
\
|
*
MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Rafael J. Wysocki
2014-12-05
1
-5
/
+2
[next]