index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/headers: Prepare for new header dependencies before moving code to <uap...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
Merge tag 'mmc-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
2017-02-21
36
-562
/
+1110
|
\
|
*
mmc: core: add mmc prefix for blk_fixups
Shawn Lin
2017-02-15
2
-2
/
+2
|
*
mmc: core: move all quirks together into quirks.h
Shawn Lin
2017-02-15
3
-91
/
+91
|
*
mmc: core: improve the quirks for sdio devices
Shawn Lin
2017-02-15
2
-6
/
+2
|
*
mmc: core: move some sdio IDs out of quirks file
Shawn Lin
2017-02-15
1
-20
/
+0
|
*
mmc: core: change quirks.c to be a header file
Shawn Lin
2017-02-15
6
-9
/
+6
|
*
Merge branch 'fixes' into next
Ulf Hansson
2017-02-14
1
-2
/
+2
|
|
\
|
*
|
mmc: Adding AUTO_BKOPS_EN bit set for Auto BKOPS support
Uri Yanai
2017-02-14
1
-0
/
+6
|
*
|
mmc: MAN_BKOPS_EN inverse debug message logic
Uri Yanai
2017-02-14
1
-2
/
+2
|
*
|
mmc: core: start to break apart mmc_start_areq()
Linus Walleij
2017-02-14
1
-22
/
+43
|
*
|
mmc: block: respect bool returned from blk_end_request()
Linus Walleij
2017-02-14
1
-25
/
+24
|
*
|
mmc: block: return errorcode from mmc_sd_num_wr_blocks()
Linus Walleij
2017-02-14
1
-8
/
+11
|
*
|
mmc: queue: turn queue flags into bools
Linus Walleij
2017-02-13
3
-12
/
+11
|
*
|
mmc: block: rename mmc_active to areq
Linus Walleij
2017-02-13
2
-8
/
+8
|
*
|
mmc: block: refactor mmc_blk_rw_try_restart()
Linus Walleij
2017-02-13
1
-14
/
+21
|
*
|
mmc: core: rename mmc_start_req() to *areq()
Linus Walleij
2017-02-13
3
-15
/
+15
|
*
|
mmc: block: rename rqc and req
Linus Walleij
2017-02-13
1
-28
/
+28
|
*
|
mmc: block: inline the command abort and start new goto:s
Linus Walleij
2017-02-13
1
-19
/
+27
|
*
|
mmc: core: switch to ida_simple_ functions in block.c
Heiner Kallweit
2017-02-13
1
-26
/
+5
|
*
|
mmc: core/mmci: restore pre/post_req behaviour
Linus Walleij
2017-02-13
1
-9
/
+0
|
*
|
mmc: core: fix error path in mmc_host_alloc
Heiner Kallweit
2017-02-13
1
-0
/
+2
|
*
|
mmc: core: simplify ida handling
Heiner Kallweit
2017-02-13
1
-16
/
+4
|
*
|
mmc: core: Extend mmc_of_parse() to check for mmc-ddr-3_3v
Ulf Hansson
2017-02-13
1
-0
/
+2
|
*
|
mmc: core: Invent MMC_CAP_3_3V_DDR
Ulf Hansson
2017-02-13
1
-4
/
+7
|
*
|
mmc: core: Rename __mmc_set_signal_voltage() to mmc_set_signal_voltage()
Ulf Hansson
2017-02-13
3
-14
/
+14
|
*
|
mmc: core: Clarify usage of mmc_set_signal_voltage()
Ulf Hansson
2017-02-13
4
-7
/
+5
|
*
|
mmc: core: Remove redundant code in mmc_set_signal_voltage()
Ulf Hansson
2017-02-13
1
-7
/
+0
|
*
|
mmc: block: stop passing around pointless return values
Linus Walleij
2017-02-13
2
-25
/
+15
|
*
|
mmc: block: introduce new_areq and old_areq
Linus Walleij
2017-02-13
1
-6
/
+8
|
*
|
mmc: block: inline command abortions
Linus Walleij
2017-02-13
1
-5
/
+13
|
*
|
mmc: block: do not assign mq_rq when aborting command
Linus Walleij
2017-02-13
1
-1
/
+0
|
*
|
mmc: block: break out mmc_blk_rw_start_new()
Linus Walleij
2017-02-13
1
-10
/
+17
|
*
|
mmc: block: break out mmc_blk_rw_cmd_abort()
Linus Walleij
2017-02-13
1
-5
/
+12
|
*
|
mmc: pwrseq: add support for Marvell SD8787 chip
Matt Ranostay
2017-02-13
3
-0
/
+128
|
*
|
mmc: core: Move public functions from host.h to private headers
Ulf Hansson
2017-02-13
7
-1
/
+54
|
*
|
mmc: core: Move public functions from card.h to private headers
Ulf Hansson
2017-02-13
15
-2
/
+263
|
*
|
mmc: core: Move public functions from core.h to private headers
Ulf Hansson
2017-02-13
9
-1
/
+58
|
*
|
mmc: core: First step in cleaning up private mmc header files
Ulf Hansson
2017-02-13
13
-4
/
+54
|
*
|
mmc: sdio: don't use rocr to check if the card could support UHS mode
Shawn Lin
2017-02-13
1
-7
/
+17
|
*
|
mmc: sdio: Factor out retry init card helper function
Shawn Lin
2017-02-13
1
-4
/
+10
|
*
|
mmc: core: Use kmalloc_array() in mmc_alloc_sg()
Markus Elfring
2017-02-13
1
-1
/
+1
|
*
|
mmc: mmc_test: Use kcalloc() in mmc_test_alloc_mem()
Markus Elfring
2017-02-13
1
-2
/
+1
|
*
|
mmc: mmc_test: Improve a size determination in five functions
Markus Elfring
2017-02-13
1
-6
/
+5
|
*
|
mmc: mmc_test: Combine substrings for 5 messages
Markus Elfring
2017-02-13
1
-10
/
+5
|
*
|
mmc: mmc_test: Add some spaces for better code readability
Markus Elfring
2017-02-13
1
-21
/
+21
|
*
|
mmc: mmc_test: Use seq_puts() in mtf_testlist_show()
Markus Elfring
2017-02-13
1
-1
/
+1
|
*
|
mmc: mmc_test: Fix a typo in a comment line
Markus Elfring
2017-02-13
1
-1
/
+1
|
*
|
mmc: mmc_test: Use kmalloc_array() in mmc_test_area_init()
Markus Elfring
2017-02-13
1
-1
/
+1
|
*
|
mmc: slot-gpio: Don't override con_id when request descriptor
Andy Shevchenko
2017-02-13
1
-6
/
+0
[next]