index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
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: 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
*
|
mmc: sdhci: Add HS400 support to SDHCI driver
Adrian Hunter
2014-11-26
1
-1
/
+12
*
|
mmc: sdhci: Clear also HS400 1.2V capability if 1.2V is not supported
Adrian Hunter
2014-11-26
1
-6
/
+7
*
|
mmc: sdhci: Fix vqmmc error setting
Adrian Hunter
2014-11-26
1
-1
/
+1
*
|
mmc: sdhci: Add a quirk for AMD SDHC transfer mode register need to be cleare...
Vincent Wan
2014-11-26
1
-2
/
+7
*
|
mmc: sdhci: Add 64-bit ADMA support
Adrian Hunter
2014-11-10
1
-28
/
+81
*
|
mmc: sdhci: Define ADMA descriptor structure
Adrian Hunter
2014-11-10
1
-19
/
+11
*
|
mmc: sdhci: Define ADMA constants
Adrian Hunter
2014-11-10
1
-10
/
+13
*
|
mmc: sdhci: Define maximum segments
Adrian Hunter
2014-11-10
1
-4
/
+4
*
|
mmc: sdhci: Parameterize ADMA sizes and alignment
Adrian Hunter
2014-11-10
1
-34
/
+34
*
|
mmc: sdhci: Use 'void *' for not 'u8 *' for ADMA data
Adrian Hunter
2014-11-10
1
-6
/
+6
*
|
mmc: sdhci: Add sdhci_adma_mark_end()
Adrian Hunter
2014-11-10
1
-1
/
+8
*
|
mmc: sdhci: Rename adma_desc to adma_table
Adrian Hunter
2014-11-10
1
-15
/
+16
*
|
mmc: sdhci: Rename two ADMA-related functions for consistency
Adrian Hunter
2014-11-10
1
-7
/
+7
*
|
mmc: sdhci: Fix ADMA table size warning
Adrian Hunter
2014-11-10
1
-1
/
+1
*
|
mmc: sdhci: Fix ADMA page boundary warnings
Adrian Hunter
2014-11-10
1
-2
/
+4
*
|
mmc: sdhci: Fix incorrect ADMA2 descriptor table size
Adrian Hunter
2014-11-10
1
-1
/
+7
*
|
mmc: sdhci: fix error conditions for controller reset
Andrew Gabbasov
2014-11-10
1
-3
/
+4
*
|
mmc: sdhci: Balance vmmc regulator_disable()
Andrew Gabbasov
2014-11-10
1
-3
/
+0
|
/
*
mmc: sdhci: Let a driver override timeout clock frequency
Adrian Hunter
2014-10-03
1
-0
/
+6
*
mmc: sdhci: Add quirk for always getting TC with stop cmd
Adrian Hunter
2014-10-03
1
-2
/
+6
*
mmc: sdhci: execute tuning when device is not busy
Yi Sun
2014-09-24
1
-3
/
+4
*
mmc: Convert pr_warning to pr_warn
Joe Perches
2014-09-24
1
-18
/
+16
*
mmc: sdhci: check 1.2v IO capability for SDHC host
Chuanxiao.Dong
2014-09-09
1
-1
/
+6
*
mmc: sdhci: handle busy-end interrupt during command
Chanho Min
2014-09-09
1
-2
/
+15
*
sdhci: Make sdhci_disable_irq_wakeups() static
Fabio Estevam
2014-09-09
1
-2
/
+1
*
mmc: sdhci: move timeout_clk dynamically calculation code into common code
Aisheng Dong
2014-09-09
1
-11
/
+13
*
mmc: sdhci: calculate timeout_clk conditionally in sdhci_add_host
Aisheng Dong
2014-09-09
1
-17
/
+17
*
mmc: sdhci: add platform set_timeout hook
Aisheng Dong
2014-09-09
1
-5
/
+14
*
mmc: sdhci: add platform get_max_timeout_count hook
Aisheng Dong
2014-09-09
1
-2
/
+7
*
sdhci : recompute timeout_clk when needed
Matthieu CASTET
2014-09-09
1
-1
/
+7
*
sdhci : handle busy timeout irq
Matthieu CASTET
2014-09-09
1
-0
/
+5
[next]