index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: core: Drop the unused mmc_power_save|restore_host()
Ulf Hansson
2018-07-16
1
-46
/
+0
*
mmc: core: Adjust and reuse the macro of R1_STATUS(x)
Shawn Lin
2018-07-16
1
-1
/
+1
*
mmc: Throttle calls to MMC_SEND_STATUS during mmc_do_erase()
Martin Hicks
2018-05-29
1
-2
/
+9
*
mmc: core: add tunable delay waiting for power to be stable
Shawn Lin
2018-05-21
1
-2
/
+2
*
mmc: core: Drop unused define for timeout
Ulf Hansson
2018-05-08
1
-3
/
+0
*
mmc: core: Share internal function to set initial signal voltage
Ulf Hansson
2018-05-08
1
-7
/
+12
*
mmc: core: Export a function mmc_sw_reset() to allow soft reset of cards
Ulf Hansson
2018-05-08
1
-0
/
+24
*
mmc: core: Rename ->reset() bus ops to ->hw_reset()
Ulf Hansson
2018-05-08
1
-3
/
+3
*
mmc: slot-gpio: Add a function to enable/disable card detect IRQ wakeup
Adrian Hunter
2018-03-05
1
-2
/
+1
*
mmc: core: optimize mmc_calc_max_discard
Sergio Valverde
2018-03-05
1
-1
/
+1
*
mmc: avoid removing non-removable hosts during suspend
Daniel Drake
2017-12-18
1
-0
/
+8
*
mmc: core: Remove code no longer needed after the switch to blk-mq
Adrian Hunter
2017-12-11
1
-182
/
+1
*
mmc: core: Remove option not to use blk-mq
Adrian Hunter
2017-12-11
1
-7
/
+0
*
mmc: core: Ensure cmd_completion is initialized
Adrian Hunter
2017-12-11
1
-4
/
+2
*
mmc: core: Add parameter use_blk_mq
Adrian Hunter
2017-12-11
1
-0
/
+7
*
mmc: core: Make mmc_pre_req() and mmc_post_req() available
Adrian Hunter
2017-12-11
1
-31
/
+0
*
mmc: add kerneldoc to mmc_regulator_get_supply()
Wolfram Sang
2017-10-30
1
-0
/
+10
*
mmc: core: Factor out mmc_host_set_uhs_voltage()
Adrian Hunter
2017-10-30
1
-14
/
+24
*
mmc: core: Export a few functions needed for blkmq support
Adrian Hunter
2017-10-30
1
-1
/
+2
*
mmc: core: Add support for handling CQE requests
Adrian Hunter
2017-10-30
1
-5
/
+158
*
mmc: core: Introduce host claiming by context
Adrian Hunter
2017-10-30
1
-7
/
+41
*
mmc: core: Turn off CQE before sending commands
Adrian Hunter
2017-08-30
1
-0
/
+9
*
mmc: core: remove the check of mmc_card_blockaddr for SD cards
Shawn Lin
2017-08-30
1
-1
/
+1
*
mmc: core: correct taac parameter according to the specification
Shawn Lin
2017-08-30
1
-7
/
+7
*
mmc: Convert to using %pOF instead of full_name
Rob Herring
2017-08-30
1
-4
/
+4
*
mmc: core: turn the pr_info under CONFIG_MMC_DEBUG into pr_debug
Shawn Lin
2017-08-30
1
-9
/
+4
*
mmc: core: always check the length of sglist with total data size
Shawn Lin
2017-08-30
1
-6
/
+3
*
mmc: core: remove check of host->removed for rescan routine
Shawn Lin
2017-08-30
1
-13
/
+0
*
mmc: slot-gpio: Add support to enable irq wake on cd_irq
Adrian Hunter
2017-06-20
1
-1
/
+4
*
mmc: core: Move mmc_flush_cache() from core.c to mmc_ops.c
Ulf Hansson
2017-06-20
1
-21
/
+0
*
mmc: core: Move mmc_interrupt_hpi() from core.c to mmc_ops.c
Ulf Hansson
2017-06-20
1
-64
/
+0
*
mmc: core: Move mmc bkops functions from core.c to mmc_ops.c
Ulf Hansson
2017-06-20
1
-118
/
+0
*
mmc: core: Don't export some eMMC specific functions from core.c
Ulf Hansson
2017-06-20
1
-4
/
+0
*
mmc: core: Don't do eMMC HW reset when resuming the eMMC card
Ulf Hansson
2017-06-20
1
-0
/
+2
*
mmc: core: Export API to allow hosts to get the card address
Ulf Hansson
2017-04-24
1
-0
/
+6
*
mmc: sdio: Fix sdio wait busy implement limitation
jiajie.hao@mediatek.com
2017-04-24
1
-1
/
+3
*
mmc: core: refactor mmc_request_done()
Linus Walleij
2017-04-24
1
-11
/
+16
*
mmc: core: refactor asynchronous request finalization
Linus Walleij
2017-04-24
1
-53
/
+33
*
mmc: core: move some code in mmc_start_areq()
Linus Walleij
2017-04-24
1
-8
/
+5
*
mmc: core: Factor out mrq preparation from mmc_start_request()
Adrian Hunter
2017-04-24
1
-13
/
+27
*
mmc: core: Factor out debug prints from mmc_start_request()
Adrian Hunter
2017-04-24
1
-13
/
+20
*
mmc: core: start to break apart mmc_start_areq()
Linus Walleij
2017-02-14
1
-22
/
+43
*
mmc: core: rename mmc_start_req() to *areq()
Linus Walleij
2017-02-13
1
-7
/
+7
*
mmc: core/mmci: restore pre/post_req behaviour
Linus Walleij
2017-02-13
1
-9
/
+0
*
mmc: core: Rename __mmc_set_signal_voltage() to mmc_set_signal_voltage()
Ulf Hansson
2017-02-13
1
-5
/
+5
*
mmc: core: Clarify usage of mmc_set_signal_voltage()
Ulf Hansson
2017-02-13
1
-2
/
+2
*
mmc: core: Remove redundant code in mmc_set_signal_voltage()
Ulf Hansson
2017-02-13
1
-7
/
+0
*
mmc: core: Move public functions from card.h to private headers
Ulf Hansson
2017-02-13
1
-0
/
+1
*
mmc: use empty initializer list to zero-clear structures
Masahiro Yamada
2017-02-13
1
-5
/
+5
*
mmc: core: Further fix thread wake-up
Adrian Hunter
2016-12-20
1
-7
/
+5
[next]