summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/block.c
AgeCommit message (Expand)Author
2018-12-24eMMC: Don't initialize partitions on RPMB flagged areas.Max Krummenacher
2018-08-24mmc: core: switch to ida_simple_ functions in block.cHeiner Kallweit
2018-08-24MLK-17621-1 mmc: remove the feature of setting slot index via devicetree aliasHaibo Chen
2018-08-24mmc: block: fix lockdep splat when removing mmc_block moduleMichał Mirosław
2018-08-24MLK-16479 mmc: fix potential dead lock when get mmc host indexHaibo Chen
2018-08-24mmc: block: bypass the queue even if usage is present for hotplugShawn Lin
2018-08-24mmc: block: Prevent new req entering queue after its cleanupGrzegorz Sluja
2018-08-24MLK-16155-9 mmc: block: Add CQE supportAdrian Hunter
2018-08-24MLK-16155-8 mmc: block: Prepare CQE dataAdrian Hunter
2018-08-24mmc: block: Tag is_rpmb as boolLinus Walleij
2018-08-24mmc: core: Allocate per-request data using the block layer coreLinus Walleij
2018-08-24mmc: block: Factor out data preparationAdrian Hunter
2018-08-24mmc: block: Change mmc_apply_rel_rw() to get block address from the requestAdrian Hunter
2018-08-24mmc: block: Disable Command Queue while RPMB is usedAdrian Hunter
2018-08-24mmc: queue: Share mmc request array between partitionsAdrian Hunter
2018-08-24mmc: block: Introduce queue semanticsAdrian Hunter
2018-08-24mmc: block: Use local var for mqrq_curAdrian Hunter
2018-08-24mmc: core: mmc_blk_rw_cmd_err - remove unused variableWinkler, Tomas
2018-08-24mmc: block: Fix cmd error reset failure pathAdrian Hunter
2018-08-24mmc: block: Fix is_waiting_last_req set incorrectlyAdrian Hunter
2018-08-24mmc: core: add mmc prefix for blk_fixupsShawn Lin
2018-08-24mmc: core: move all quirks together into quirks.hShawn Lin
2018-08-24mmc: core: change quirks.c to be a header fileShawn Lin
2018-08-24mmc: block: respect bool returned from blk_end_request()Linus Walleij
2018-08-24mmc: block: return errorcode from mmc_sd_num_wr_blocks()Linus Walleij
2018-08-24mmc: queue: turn queue flags into boolsLinus Walleij
2018-08-24mmc: block: rename mmc_active to areqLinus Walleij
2018-08-24mmc: block: refactor mmc_blk_rw_try_restart()Linus Walleij
2018-08-24mmc: core: rename mmc_start_req() to *areq()Linus Walleij
2018-08-24mmc: block: rename rqc and reqLinus Walleij
2018-08-24mmc: block: inline the command abort and start new goto:sLinus Walleij
2018-08-24mmc: block: stop passing around pointless return valuesLinus Walleij
2018-08-24mmc: block: introduce new_areq and old_areqLinus Walleij
2018-08-24mmc: block: inline command abortionsLinus Walleij
2018-08-24mmc: block: do not assign mq_rq when aborting commandLinus Walleij
2018-08-24mmc: block: break out mmc_blk_rw_start_new()Linus Walleij
2018-08-24mmc: block: break out mmc_blk_rw_cmd_abort()Linus Walleij
2018-08-24block: split out request-only flags into a new namespaceChristoph Hellwig
2018-08-24mmc: core: Move public functions from host.h to private headersUlf Hansson
2018-08-24mmc: core: Move public functions from card.h to private headersUlf Hansson
2018-08-24mmc: core: Move public functions from core.h to private headersUlf Hansson
2018-08-24mmc: use empty initializer list to zero-clear structuresMasahiro Yamada
2018-08-24mmc: block: Replace "goto retry" by a proper do / while loopGeert Uytterhoeven
2018-08-24mmc: block: Avoid uninitialized warning in mmc_blk_issue_discard_rq()Geert Uytterhoeven
2018-08-24mmc: block: Move files to coreUlf Hansson