index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
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-04-24
mmc: block: Factor out data preparation
Adrian Hunter
1
-69
/
+82
2017-04-24
mmc: block: Change mmc_apply_rel_rw() to get block address from the request
Adrian Hunter
1
-1
/
+1
2017-04-24
mmc: block: Disable Command Queue while RPMB is used
Adrian Hunter
1
-8
/
+38
2017-04-24
mmc: mmc_test: Disable Command Queue while mmc_test is used
Adrian Hunter
2
-0
/
+21
2017-04-24
mmc: mmc: Add functions to enable / disable the Command Queue
Adrian Hunter
3
-0
/
+32
2017-04-24
mmc: queue: Share mmc request array between partitions
Adrian Hunter
3
-96
/
+151
2017-04-24
mmc: block: Introduce queue semantics
Adrian Hunter
3
-56
/
+95
2017-04-24
mmc: block: Use local var for mqrq_cur
Adrian Hunter
1
-12
/
+14
2017-04-24
mmc: sdio: improve mmc_io_rw_extended
Heiner Kallweit
1
-5
/
+4
2017-04-24
mmc: core: simplify return code
tcharding
1
-29
/
+13
2017-04-24
mmc: core: guard dereference of optional parameter
tcharding
1
-4
/
+8
2017-04-18
mmc: sdio: fix alignment issue in struct sdio_func
Heiner Kallweit
1
-1
/
+11
2017-04-08
mmc: remove the discard_zeroes_data flag
Christoph Hellwig
1
-2
/
+0
2017-03-16
mmc: core: mmc_blk_rw_cmd_err - remove unused variable
Winkler, Tomas
1
-3
/
+0
2017-03-14
mmc: block: Fix cmd error reset failure path
Adrian Hunter
1
-1
/
+2
2017-03-14
mmc: block: Fix is_waiting_last_req set incorrectly
Adrian Hunter
1
-0
/
+1
2017-03-14
mmc: core: Fix access to HS400-ES devices
Guenter Roeck
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <uap...
Ingo Molnar
1
-0
/
+1
2017-02-21
Merge tag 'mmc-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
36
-562
/
+1110
2017-02-17
Merge branch 'for-4.11/next' into for-4.11/linus-merge
Jens Axboe
1
-9
/
+0
2017-02-15
mmc: core: add mmc prefix for blk_fixups
Shawn Lin
2
-2
/
+2
2017-02-15
mmc: core: move all quirks together into quirks.h
Shawn Lin
3
-91
/
+91
2017-02-15
mmc: core: improve the quirks for sdio devices
Shawn Lin
2
-6
/
+2
2017-02-15
mmc: core: move some sdio IDs out of quirks file
Shawn Lin
1
-20
/
+0
2017-02-15
mmc: core: change quirks.c to be a header file
Shawn Lin
6
-9
/
+6
2017-02-14
Merge branch 'fixes' into next
Ulf Hansson
1
-2
/
+2
2017-02-14
mmc: Adding AUTO_BKOPS_EN bit set for Auto BKOPS support
Uri Yanai
1
-0
/
+6
2017-02-14
mmc: MAN_BKOPS_EN inverse debug message logic
Uri Yanai
1
-2
/
+2
2017-02-14
mmc: core: start to break apart mmc_start_areq()
Linus Walleij
1
-22
/
+43
2017-02-14
mmc: block: respect bool returned from blk_end_request()
Linus Walleij
1
-25
/
+24
2017-02-14
mmc: block: return errorcode from mmc_sd_num_wr_blocks()
Linus Walleij
1
-8
/
+11
2017-02-14
mmc: core: fix multi-bit bus width without high-speed mode
Anssi Hannula
1
-2
/
+2
2017-02-13
mmc: queue: turn queue flags into bools
Linus Walleij
3
-12
/
+11
2017-02-13
mmc: block: rename mmc_active to areq
Linus Walleij
2
-8
/
+8
2017-02-13
mmc: block: refactor mmc_blk_rw_try_restart()
Linus Walleij
1
-14
/
+21
2017-02-13
mmc: core: rename mmc_start_req() to *areq()
Linus Walleij
3
-15
/
+15
2017-02-13
mmc: block: rename rqc and req
Linus Walleij
1
-28
/
+28
2017-02-13
mmc: block: inline the command abort and start new goto:s
Linus Walleij
1
-19
/
+27
2017-02-13
mmc: core: switch to ida_simple_ functions in block.c
Heiner Kallweit
1
-26
/
+5
2017-02-13
mmc: core/mmci: restore pre/post_req behaviour
Linus Walleij
1
-9
/
+0
2017-02-13
mmc: core: fix error path in mmc_host_alloc
Heiner Kallweit
1
-0
/
+2
2017-02-13
mmc: core: simplify ida handling
Heiner Kallweit
1
-16
/
+4
2017-02-13
mmc: core: Extend mmc_of_parse() to check for mmc-ddr-3_3v
Ulf Hansson
1
-0
/
+2
2017-02-13
mmc: core: Invent MMC_CAP_3_3V_DDR
Ulf Hansson
1
-4
/
+7
2017-02-13
mmc: core: Rename __mmc_set_signal_voltage() to mmc_set_signal_voltage()
Ulf Hansson
3
-14
/
+14
2017-02-13
mmc: core: Clarify usage of mmc_set_signal_voltage()
Ulf Hansson
4
-7
/
+5
[prev]
[next]