summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/block.c
AgeCommit message (Expand)Author
2019-12-21mmc: block: Add CMD13 polling for MMC IOCTLS with R1B responseChaotian Jing
2019-12-21mmc: block: Make card_busy_detect() a bit more genericChaotian Jing
2019-12-05mmc: core: align max segment size with logical block sizeMing Lei
2019-02-20mmc: block: handle complete_work on separate workqueueZachary Hays
2018-12-19mmc: core: use mrq->sbc when sending CMD23 for RPMBWolfram Sang
2018-10-09mmc: block: avoid multiblock reads for the last sector in SPI modeChris Boot
2018-06-05Merge tag 'mmc-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-05-21Merge branch 'fixes' into nextUlf Hansson
2018-05-21mmc: block: Don't switch to the same partition type in mmc_blk_remove()Shawn Lin
2018-05-21mmc: block: propagate correct returned value in mmc_rpmb_ioctlMathieu Malaterre
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig
2018-05-02mmc: card: Don't show eMMC RPMB and BOOT areas in /proc/partitionsAndrew Gabbasov
2018-04-12Merge tag 'mmc-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-04-04mmc: core: Prevent bus reference leak in mmc_blk_init()Alexander Kappner
2018-03-22mmc: block: Delete gendisk before cleaning up the request queueShawn Lin
2018-03-15mmc: block: fix updating ext_csd caches on ioctl callBastian Stender
2018-03-15mmc: core: Use memdup_user() rather than duplicating its implementationMarkus Elfring
2017-12-18mmc: block: fix logical error to avoid memory leakLiu, Changcheng
2017-12-11mmc: block: blk-mq: Potential NULL deref on mmc_blk_alloc_req() failureDan Carpenter
2017-12-11mmc: block: Remove code no longer needed after the switch to blk-mqAdrian Hunter
2017-12-11mmc: block: blk-mq: fix boolreturn.cocci warningsWu Fengguang
2017-12-11mmc: block: blk-mq: Stop using legacy recoveryAdrian Hunter
2017-12-11mmc: block: Reduce polling timeout from 10 minutes to 10 secondsAdrian Hunter
2017-12-11mmc: block: Add timeout_clks when calculating timeoutAdrian Hunter
2017-12-11mmc: block: Check for transfer state in card_busy_detect()Adrian Hunter
2017-12-11mmc: block: Check the timeout correctly in card_busy_detect()Adrian Hunter
2017-12-11mmc: block: blk-mq: Check error bits and save the exception bit when polling ...Adrian Hunter
2017-12-11mmc: block: Make card_busy_detect() accumulate all response error bitsAdrian Hunter
2017-12-11mmc: block: blk-mq: Separate card polling from recoveryAdrian Hunter
2017-12-11mmc: block: blk-mq: Add support for direct completionAdrian Hunter
2017-12-11mmc: block: Add CQE supportAdrian Hunter
2017-12-11mmc: block: Add blk-mq supportAdrian Hunter
2017-12-11mmc: block: Add error-handling commentsAdrian Hunter
2017-12-11mmc: block: Simplify cleaning up the queueAdrian Hunter
2017-11-23mmc: block: Ensure that debugfs files are removedAdrian Hunter
2017-11-23mmc: block: Check return value of blk_get_request()Adrian Hunter
2017-11-23mmc: block: Fix missing blk_put_request()Adrian Hunter
2017-10-30mmc: block: Prepare CQE dataAdrian Hunter
2017-10-30mmc: block: Use local variables in mmc_blk_data_prep()Adrian Hunter
2017-10-30mmc: core: Introduce host claiming by contextAdrian Hunter
2017-10-30mmc: block: Fix bug when removing RPMB chardevLinus Walleij
2017-10-30mmc: block: Delete mmc_access_rpmb()Linus Walleij
2017-10-30mmc: block: Convert RPMB to a character deviceLinus Walleij
2017-10-04mmc: Delete bounce buffer handlingLinus Walleij
2017-08-30Merge branch 'fixes' into nextUlf Hansson
2017-08-30mmc: block: cast a informative log for no devidx availableShawn Lin
2017-08-30mmc: block: Reparametrize mmc_blk_ioctl_[multi]_cmd()Linus Walleij
2017-08-30mmc: block: Refactor mmc_blk_part_switch()Linus Walleij