index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
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-10-30
mmc: add kerneldoc to mmc_regulator_get_supply()
Wolfram Sang
1
-0
/
+10
2017-10-30
mmc: core: Factor out mmc_host_set_uhs_voltage()
Adrian Hunter
1
-14
/
+24
2017-10-30
mmc: core: Export a few functions needed for blkmq support
Adrian Hunter
1
-1
/
+2
2017-10-30
mmc: core: Add support for handling CQE requests
Adrian Hunter
1
-5
/
+158
2017-10-30
mmc: core: Introduce host claiming by context
Adrian Hunter
1
-7
/
+41
2017-08-30
mmc: core: Turn off CQE before sending commands
Adrian Hunter
1
-0
/
+9
2017-08-30
mmc: core: remove the check of mmc_card_blockaddr for SD cards
Shawn Lin
1
-1
/
+1
2017-08-30
mmc: core: correct taac parameter according to the specification
Shawn Lin
1
-7
/
+7
2017-08-30
mmc: Convert to using %pOF instead of full_name
Rob Herring
1
-4
/
+4
2017-08-30
mmc: core: turn the pr_info under CONFIG_MMC_DEBUG into pr_debug
Shawn Lin
1
-9
/
+4
2017-08-30
mmc: core: always check the length of sglist with total data size
Shawn Lin
1
-6
/
+3
2017-08-30
mmc: core: remove check of host->removed for rescan routine
Shawn Lin
1
-13
/
+0
2017-06-20
mmc: slot-gpio: Add support to enable irq wake on cd_irq
Adrian Hunter
1
-1
/
+4
2017-06-20
mmc: core: Move mmc_flush_cache() from core.c to mmc_ops.c
Ulf Hansson
1
-21
/
+0
2017-06-20
mmc: core: Move mmc_interrupt_hpi() from core.c to mmc_ops.c
Ulf Hansson
1
-64
/
+0
2017-06-20
mmc: core: Move mmc bkops functions from core.c to mmc_ops.c
Ulf Hansson
1
-118
/
+0
2017-06-20
mmc: core: Don't export some eMMC specific functions from core.c
Ulf Hansson
1
-4
/
+0
2017-06-20
mmc: core: Don't do eMMC HW reset when resuming the eMMC card
Ulf Hansson
1
-0
/
+2
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
[next]