index
:
~funfunctor/linux
SP4
amd-trivial-cleanup
amdgpu-ratelimit-vmfaults
amdkfd-hacking
amdkfd-next
amdkfd-next-4.9
amdkfd-next-4.9-revised
bug100058
master
nativeaux-bug100745
nativeaux-bug100745_v2
thrustmaster-tx
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-24
mmc: core: Export API to allow hosts to get the card address
Ulf Hansson
1
-0
/
+6
2017-04-24
mmc: sdio: Fix sdio wait busy implement limitation
jiajie.hao@mediatek.com
1
-1
/
+3
2017-04-24
mmc: core: refactor mmc_request_done()
Linus Walleij
1
-11
/
+16
2017-04-24
mmc: core: refactor asynchronous request finalization
Linus Walleij
1
-53
/
+33
2017-04-24
mmc: core: move some code in mmc_start_areq()
Linus Walleij
1
-8
/
+5
2017-04-24
mmc: core: Factor out mrq preparation from mmc_start_request()
Adrian Hunter
1
-13
/
+27
2017-04-24
mmc: core: Factor out debug prints from mmc_start_request()
Adrian Hunter
1
-13
/
+20
2017-02-14
mmc: core: start to break apart mmc_start_areq()
Linus Walleij
1
-22
/
+43
2017-02-13
mmc: core: rename mmc_start_req() to *areq()
Linus Walleij
1
-7
/
+7
2017-02-13
mmc: core/mmci: restore pre/post_req behaviour
Linus Walleij
1
-9
/
+0
2017-02-13
mmc: core: Rename __mmc_set_signal_voltage() to mmc_set_signal_voltage()
Ulf Hansson
1
-5
/
+5
2017-02-13
mmc: core: Clarify usage of mmc_set_signal_voltage()
Ulf Hansson
1
-2
/
+2
2017-02-13
mmc: core: Remove redundant code in mmc_set_signal_voltage()
Ulf Hansson
1
-7
/
+0
2017-02-13
mmc: core: Move public functions from card.h to private headers
Ulf Hansson
1
-0
/
+1
2017-02-13
mmc: use empty initializer list to zero-clear structures
Masahiro Yamada
1
-5
/
+5
2016-12-20
mmc: core: Further fix thread wake-up
Adrian Hunter
1
-7
/
+5
2016-12-05
mmc: core: remove BUG_ONs from core.c
Shawn Lin
1
-25
/
+9
2016-12-05
mmc: queue: Fix queue thread wake-up
Adrian Hunter
1
-6
/
+0
2016-11-29
mmc: delete is_first_req parameter from pre-request callback
Linus Walleij
1
-7
/
+4
2016-11-29
mmc: core: Enable __mmc_switch() to change bus speed timing for the host
Ulf Hansson
1
-1
/
+1
2016-11-29
mmc: core: use enum mmc_blk_status properly
Linus Walleij
1
-17
/
+18
2016-11-29
mmc: core: Don't power off the card when starting the host
Ulf Hansson
1
-5
/
+4
2016-09-26
mmc: core: don't try to switch block size for dual rate mode
Ziyuan Xu
1
-1
/
+2
2016-09-26
mmc: core: Add support for sending commands during data transfer
Adrian Hunter
1
-6
/
+89
2016-09-26
mmc: core: Optimize the mmc erase size alignment
Baolin Wang
1
-8
/
+26
2016-09-26
mmc: core: Factor out the alignment of erase size
Baolin Wang
1
-16
/
+32
2016-09-26
mmc: core: Use a default maximum erase timeout
Ulf Hansson
1
-7
/
+10
2016-07-25
mmc: Change the max discard sectors and erase response when HW busy detect
Baolin Wang
1
-10
/
+50
2016-07-25
mmc: core: Allow hosts to specify non-support for MMC commands
Shawn Lin
1
-2
/
+3
2016-07-25
mmc: core: Allow hosts to specify non-support for SD commands
Ulf Hansson
1
-3
/
+6
2016-07-25
mmc: Set pref erase size based on size
Gwendal Grignou
1
-7
/
+5
2016-07-25
mmc: core: implement enhanced strobe support
Shawn Lin
1
-0
/
+9
2016-05-23
mmc: longer timeout for long read time quirk
Matt Gumbel
1
-2
/
+2
2016-05-02
mmc: core: Do regular power cycle when lacking eMMC HW reset support
Gwendal Grignou
1
-2
/
+3
2016-05-02
mmc: core: Provide tracepoints for request processing
Baolin Wang
1
-0
/
+7
2016-02-29
mmc: core: report tuning command execution failure reason
Russell King
1
-1
/
+2
2016-02-29
mmc: core: improve mmc_of_parse_voltage() to return better status
Russell King
1
-4
/
+5
2016-02-29
mmc: core: shut up "voltage-ranges unspecified" pr_info()
Russell King
1
-2
/
+6
2016-02-29
mmc: sanitize 'bus width' in debug output
Wolfram Sang
1
-1
/
+1
2016-02-29
mmc: core: use the defined function to check whether card is removable
Jaehoon Chung
1
-5
/
+4
2015-12-28
mmc: core: Optimize boot time by detecting cards simultaneously
Ulf Hansson
1
-23
/
+8
2015-12-22
mmc: core: Introduce MMC_CAP2_NO_SDIO cap
Carlo Caione
1
-3
/
+8
2015-12-22
mmc: core: set regulator not found message as debug
ludovic.desroches@atmel.com
1
-2
/
+2
2015-12-22
mmc: core: Check for non-removable cards earlier in the error path
Ulf Hansson
1
-3
/
+3
2015-12-22
mmc: core: Refactor code to register the MMC PM notifier
Ulf Hansson
1
-4
/
+14
2015-12-22
mmc: core: Keep host claimed in mmc_rescan() while calling host ops
Ulf Hansson
1
-2
/
+3
2015-12-22
mmc: core: Invoke ->card_event() callback only when needed
Ulf Hansson
1
-5
/
+5
2015-10-26
mmc: core: Add mmc_regulator_set_vqmmc()
Douglas Anderson
1
-0
/
+78
2015-10-26
mmc: core: move ocr-bit to voltage translation into separate function
Heiko Stuebner
1
-16
/
+35
2015-10-26
mmc: core: Remove MMC_CLKGATE
Ulf Hansson
1
-124
/
+15
[next]