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
/
core
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-01
mmc:fix a bug when max_discard is 0
Jiong Wu
1
-2
/
+2
2019-02-28
Merge branch 'fixes' into next
Ulf Hansson
1
-1
/
+1
2019-02-28
mmc: core: Add sd discard timeout
Avri Altman
1
-0
/
+7
2019-02-28
mmc: core: Add discard support to sd
Avri Altman
1
-4
/
+4
2019-02-27
mmc: core: Fix NULL ptr crash from mmc_should_fail_request
Ritesh Harjani
1
-1
/
+1
2019-02-25
mmc: core: Convert mmc_align_data_size() into an SDIO specific function
Ulf Hansson
1
-27
/
+0
2019-02-25
mmc: core: Move mmc_of_parse_voltage() to host.c
Ulf Hansson
1
-48
/
+0
2019-02-25
mmc: core: Move regulator helpers to separate file
Ulf Hansson
1
-242
/
+0
2019-02-25
mmc: core: Calculate the discard arg only once
Avri Altman
1
-2
/
+2
2018-12-17
mmc: core: Introduce MMC_CAP_SYNC_RUNTIME_PM
Ulf Hansson
1
-1
/
+4
2018-12-17
mmc: core: remove obsolete mmc_set_blockcount() function
Wolfram Sang
1
-14
/
+0
2018-07-16
mmc: core: Drop the unused mmc_power_save|restore_host()
Ulf Hansson
1
-46
/
+0
2018-07-16
mmc: core: Adjust and reuse the macro of R1_STATUS(x)
Shawn Lin
1
-1
/
+1
2018-05-29
mmc: Throttle calls to MMC_SEND_STATUS during mmc_do_erase()
Martin Hicks
1
-2
/
+9
2018-05-21
mmc: core: add tunable delay waiting for power to be stable
Shawn Lin
1
-2
/
+2
2018-05-08
mmc: core: Drop unused define for timeout
Ulf Hansson
1
-3
/
+0
2018-05-08
mmc: core: Share internal function to set initial signal voltage
Ulf Hansson
1
-7
/
+12
2018-05-08
mmc: core: Export a function mmc_sw_reset() to allow soft reset of cards
Ulf Hansson
1
-0
/
+24
2018-05-08
mmc: core: Rename ->reset() bus ops to ->hw_reset()
Ulf Hansson
1
-3
/
+3
2018-03-05
mmc: slot-gpio: Add a function to enable/disable card detect IRQ wakeup
Adrian Hunter
1
-2
/
+1
2018-03-05
mmc: core: optimize mmc_calc_max_discard
Sergio Valverde
1
-1
/
+1
2017-12-18
mmc: avoid removing non-removable hosts during suspend
Daniel Drake
1
-0
/
+8
2017-12-11
mmc: core: Remove code no longer needed after the switch to blk-mq
Adrian Hunter
1
-182
/
+1
2017-12-11
mmc: core: Remove option not to use blk-mq
Adrian Hunter
1
-7
/
+0
2017-12-11
mmc: core: Ensure cmd_completion is initialized
Adrian Hunter
1
-4
/
+2
2017-12-11
mmc: core: Add parameter use_blk_mq
Adrian Hunter
1
-0
/
+7
2017-12-11
mmc: core: Make mmc_pre_req() and mmc_post_req() available
Adrian Hunter
1
-31
/
+0
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
[next]