index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
/
block.c
Age
Commit message (
Expand
)
Author
2017-04-24
mmc: block: Factor out data preparation
Adrian Hunter
2017-04-24
mmc: block: Change mmc_apply_rel_rw() to get block address from the request
Adrian Hunter
2017-04-24
mmc: block: Disable Command Queue while RPMB is used
Adrian Hunter
2017-04-24
mmc: queue: Share mmc request array between partitions
Adrian Hunter
2017-04-24
mmc: block: Introduce queue semantics
Adrian Hunter
2017-04-24
mmc: block: Use local var for mqrq_cur
Adrian Hunter
2017-03-16
mmc: core: mmc_blk_rw_cmd_err - remove unused variable
Winkler, Tomas
2017-03-14
mmc: block: Fix cmd error reset failure path
Adrian Hunter
2017-03-14
mmc: block: Fix is_waiting_last_req set incorrectly
Adrian Hunter
2017-02-15
mmc: core: add mmc prefix for blk_fixups
Shawn Lin
2017-02-15
mmc: core: move all quirks together into quirks.h
Shawn Lin
2017-02-15
mmc: core: change quirks.c to be a header file
Shawn Lin
2017-02-14
mmc: block: respect bool returned from blk_end_request()
Linus Walleij
2017-02-14
mmc: block: return errorcode from mmc_sd_num_wr_blocks()
Linus Walleij
2017-02-13
mmc: queue: turn queue flags into bools
Linus Walleij
2017-02-13
mmc: block: rename mmc_active to areq
Linus Walleij
2017-02-13
mmc: block: refactor mmc_blk_rw_try_restart()
Linus Walleij
2017-02-13
mmc: core: rename mmc_start_req() to *areq()
Linus Walleij
2017-02-13
mmc: block: rename rqc and req
Linus Walleij
2017-02-13
mmc: block: inline the command abort and start new goto:s
Linus Walleij
2017-02-13
mmc: core: switch to ida_simple_ functions in block.c
Heiner Kallweit
2017-02-13
mmc: block: stop passing around pointless return values
Linus Walleij
2017-02-13
mmc: block: introduce new_areq and old_areq
Linus Walleij
2017-02-13
mmc: block: inline command abortions
Linus Walleij
2017-02-13
mmc: block: do not assign mq_rq when aborting command
Linus Walleij
2017-02-13
mmc: block: break out mmc_blk_rw_start_new()
Linus Walleij
2017-02-13
mmc: block: break out mmc_blk_rw_cmd_abort()
Linus Walleij
2017-02-13
mmc: core: Move public functions from host.h to private headers
Ulf Hansson
2017-02-13
mmc: core: Move public functions from card.h to private headers
Ulf Hansson
2017-02-13
mmc: core: Move public functions from core.h to private headers
Ulf Hansson
2017-02-13
mmc: use empty initializer list to zero-clear structures
Masahiro Yamada
2017-02-13
mmc: block: Replace "goto retry" by a proper do / while loop
Geert Uytterhoeven
2017-02-13
mmc: block: Avoid uninitialized warning in mmc_blk_issue_discard_rq()
Geert Uytterhoeven
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-14
Merge tag 'mmc-v4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...
Linus Torvalds
2016-12-12
mmc: block: Move files to core
Ulf Hansson