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
/
host
/
sdhci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-08
mmc: sdhci: add quirk SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RST
ludovic.desroches@atmel.com
1
-0
/
+2
2015-08-27
mmc: sdhci: also get preset value and driver type for MMC_DDR52
Jisheng Zhang
1
-1
/
+3
2015-08-27
mmc: sdhci: fix dma memory leak in sdhci_pre_req()
Haibo Chen
1
-42
/
+25
2015-08-24
mmc: sdhci: switch from programmable clock mode to divided one if needed
ludovic.desroches@atmel.com
1
-9
/
+20
2015-08-17
mmc: sdhci: properly check card present state when quirk NO_CARD_NO_RESET is set
Ivan T. Ivanov
1
-2
/
+1
2015-08-17
mmc: sdhci: don't use card state polling when CD GPIO is defined
Ivan T. Ivanov
1
-1
/
+2
2015-08-17
mmc: sdhci: let GPIO based card detection have higher precedence
Ivan T. Ivanov
1
-4
/
+10
2015-08-17
mmc: sdhci: add quirk SDHCI_QUIRK_CLOCK_DIV_ZERO_BROKEN
Suneel Garapati
1
-0
/
+3
2015-07-24
mmc: sdhci: make max-frequency property in device tree work
Dong Aisheng
1
-2
/
+7
2015-07-24
mmc: sdhci check parameters before call dma_free_coherent
Peng Fan
1
-2
/
+5
2015-06-16
mmc: sdhci: fix low memory corruption
Jiri Slaby
1
-1
/
+1
2015-06-08
mmc: sdhci: Restore behavior while creating OCR mask
Ulf Hansson
1
-4
/
+5
2015-06-01
mmc: sdhci: Add a callback to select drive strength
Adrian Hunter
1
-0
/
+13
2015-06-01
mmc: sdhci: fix driver type B and D handling in sdhci_do_set_ios()
Petri Gynther
1
-0
/
+9
2015-06-01
mmc: host: sdhci: Use BUG_ON()
Fabio Estevam
1
-4
/
+2
2015-06-01
mmc: sdhci: Change to new way of doing re-tuning
Adrian Hunter
1
-99
/
+13
2015-03-23
mmc: sdhci: fix card presence logic in sdhci_request function
Scott Branden
1
-17
/
+3
2015-03-23
mmc: sdhci: do not set AUTO_CMD12 for multi-block CMD53
Corneliu Doban
1
-1
/
+3
2015-03-23
mmc: sdhci: add quirk for ACMD23 broken
Scott Branden
1
-1
/
+2
2015-01-29
mmc: sdhci: switch voltage before sdhci_set_ios in runtime resume
Jisheng Zhang
1
-1
/
+1
2015-01-20
mmc: sdhci: add a quirk for single block transactions
Vincent Yang
1
-3
/
+5
2015-01-20
mmc: sdhci: add a quirk for tuning work around
Vincent Yang
1
-0
/
+2
2015-01-20
mmc: sdhci: add a voltage switch callback function
Vincent Yang
1
-0
/
+4
2015-01-19
mmc: host: sdhci: Added a space before (
Mohammad Jamal
1
-1
/
+1
2015-01-19
mmc: sdhci: Always init buf_ready_int
Adrian Hunter
1
-2
/
+2
2015-01-19
mmc: sdhci: use pipeline mmc requests to improve performance
Haibo Chen
1
-12
/
+87
2015-01-19
mmc: sdhci: Remove redundant ADMA page boundary warnings
Andrew Gabbasov
1
-4
/
+0
2015-01-14
mmc: sdhci: Set SDHCI_POWER_ON with external vmmc
Tim Kryger
1
-0
/
+6
2015-01-12
mmc: sdhci: Fix sleep in atomic after inserting SD card
Krzysztof Kozlowski
1
-2
/
+6
2015-01-12
mmc: sdhci: Disable re-tuning for HS400
Adrian Hunter
1
-0
/
+29
2015-01-12
mmc: sdhci: Simplify use of tuning timer
Adrian Hunter
1
-15
/
+8
2015-01-12
mmc: sdhci: Add out_unlock to sdhci_execute_tuning
Adrian Hunter
1
-3
/
+2
2015-01-12
mmc: sdhci: Tuning should not change max_blk_count
Adrian Hunter
1
-6
/
+3
2014-12-10
Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+2
2014-12-05
MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Rafael J. Wysocki
1
-5
/
+2
2014-11-26
mmc: sdhci: Add HS400 support to SDHCI driver
Adrian Hunter
1
-1
/
+12
2014-11-26
mmc: sdhci: Clear also HS400 1.2V capability if 1.2V is not supported
Adrian Hunter
1
-6
/
+7
2014-11-26
mmc: sdhci: Fix vqmmc error setting
Adrian Hunter
1
-1
/
+1
2014-11-26
mmc: sdhci: Add a quirk for AMD SDHC transfer mode register need to be cleare...
Vincent Wan
1
-2
/
+7
2014-11-10
mmc: sdhci: Add 64-bit ADMA support
Adrian Hunter
1
-28
/
+81
2014-11-10
mmc: sdhci: Define ADMA descriptor structure
Adrian Hunter
1
-19
/
+11
2014-11-10
mmc: sdhci: Define ADMA constants
Adrian Hunter
1
-10
/
+13
2014-11-10
mmc: sdhci: Define maximum segments
Adrian Hunter
1
-4
/
+4
2014-11-10
mmc: sdhci: Parameterize ADMA sizes and alignment
Adrian Hunter
1
-34
/
+34
2014-11-10
mmc: sdhci: Use 'void *' for not 'u8 *' for ADMA data
Adrian Hunter
1
-6
/
+6
2014-11-10
mmc: sdhci: Add sdhci_adma_mark_end()
Adrian Hunter
1
-1
/
+8
2014-11-10
mmc: sdhci: Rename adma_desc to adma_table
Adrian Hunter
1
-15
/
+16
2014-11-10
mmc: sdhci: Rename two ADMA-related functions for consistency
Adrian Hunter
1
-7
/
+7
2014-11-10
mmc: sdhci: Fix ADMA table size warning
Adrian Hunter
1
-1
/
+1
2014-11-10
mmc: sdhci: Fix ADMA page boundary warnings
Adrian Hunter
1
-2
/
+4
[next]