aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-09mmc: block: fix lockdep splat when removing mmc_block moduleMichał Mirosław1-0/+2
2017-08-08mmc: mmc: correct the logic for setting HS400ES signal voltageHaibo Chen1-1/+1
2017-08-03mmc: block: bypass the queue even if usage is present for hotplugShawn Lin1-0/+1
2017-07-13mmc: block: Prevent new req entering queue after its cleanupGrzegorz Sluja1-0/+1
2017-07-11mmc: block: Let MMC_IOC_MULTI_CMD return zero again for zero entriesGeert Uytterhoeven1-0/+3
2017-07-11mmc: block: Initialize ret in mmc_blk_issue_drv_op() for MMC_DRV_OP_IOCTLGeert Uytterhoeven1-1/+1
2017-07-04Merge tag 'mmc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds18-644/+590
2017-06-27mmc/block: remove a call to blk_queue_bounce_limitChristoph Hellwig1-1/+0
2017-06-20mmc: slot-gpio: Add support to enable irq wake on cd_irqAdrian Hunter2-1/+6
2017-06-20mmc: core: Remove MMC_CAP2_HC_ERASE_SZUlf Hansson1-6/+2
2017-06-20mmc: core: for data errors, take response of stop cmd into accountWolfram Sang1-2/+3
2017-06-20mmc: core: check also R1 response for stop commandsWolfram Sang1-1/+10
2017-06-20mmc: core: Clarify code for sending CSDUlf Hansson1-5/+10
2017-06-20mmc: core: Drop mmc_all_send_cid() and use mmc_send_cxd_native() insteadUlf Hansson1-19/+1
2017-06-20mmc: core: Re-factor code for sending CIDUlf Hansson4-12/+12
2017-06-20mmc: core: Remove redundant code in mmc_send_cid()Ulf Hansson1-7/+0
2017-06-20mmc: core: Make mmc_can_reset() staticUlf Hansson2-3/+1
2017-06-20mmc: core: Move mmc_flush_cache() from core.c to mmc_ops.cUlf Hansson2-21/+21
2017-06-20mmc: core: Move mmc_interrupt_hpi() from core.c to mmc_ops.cUlf Hansson3-66/+65
2017-06-20mmc: core: Move mmc bkops functions from core.c to mmc_ops.cUlf Hansson3-119/+113
2017-06-20mmc: core: Don't export some eMMC specific functions from core.cUlf Hansson1-4/+0
2017-06-20mmc: sdio: Keep card runtime resumed while adding function devicesAdrian Hunter1-1/+12
2017-06-20mmc: sdio: Tidy error path in mmc_attach_sdio()Adrian Hunter1-7/+6
2017-06-20mmc: core: Use device_property_read instead of of_property_readDavid Woods1-37/+35
2017-06-20mmc: block: fix semicolon.cocci warningsWu Fengguang1-1/+1
2017-06-20mmc: block: Use __mmc_send_status() and drop get_card_status()Ulf Hansson3-21/+12
2017-06-20mmc: block: Move boot partition locking into a driver opLinus Walleij2-24/+33
2017-06-20mmc: block: Move DRV OP issue functionLinus Walleij1-37/+37
2017-06-20mmc: block: Tag DRV_OPs with a driver operation typeLinus Walleij2-13/+33
2017-06-20mmc: block: remove req back pointerLinus Walleij3-13/+16
2017-06-20mmc: core: Delete error messages for failed memory allocationsMarkus Elfring2-15/+3
2017-06-20mmc: queue: delete mmc_req_is_special()Linus Walleij1-8/+0
2017-06-20mmc: block: move multi-ioctl() to use block layerLinus Walleij2-14/+27
2017-06-20mmc: block: move single ioctl() commands to block requestsLinus Walleij2-26/+88
2017-06-20mmc: block: Tag is_rpmb as boolLinus Walleij1-1/+1
2017-06-20mmc: core: Allocate per-request data using the block layer coreLinus Walleij3-202/+78
2017-06-20mmc: core: Delete bounce buffer Kconfig optionLinus Walleij2-32/+1
2017-06-20mmc: sdio: Add API to manage SDIO IRQs from a workqueueUlf Hansson3-0/+20
2017-06-20mmc: core: Prevent processing SDIO IRQs when none is claimedUlf Hansson1-2/+4
2017-06-20mmc: core: Don't do eMMC HW reset when resuming the eMMC cardUlf Hansson3-1/+5
2017-06-20mmc: pwrseq: Add reset callback to the struct mmc_pwrseq_opsUlf Hansson2-0/+11
2017-06-09block: introduce new block status code typeChristoph Hellwig2-17/+22
2017-05-23mmc: pwrseq_simple: Parse DTS for the power-off-delay-us propertyUlf Hansson1-0/+7
2017-05-02Merge tag 'mmc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds14-388/+583
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2017-04-24mmc: core: Export API to allow hosts to get the card addressUlf Hansson1-0/+6
2017-04-24mmc: sdio: Fix sdio wait busy implement limitationjiajie.hao@mediatek.com2-3/+11
2017-04-24mmc: core: add proper be32 annotationWinkler, Tomas4-17/+16
2017-04-24mmc: core: refactor mmc_request_done()Linus Walleij1-11/+16
2017-04-24mmc: core: refactor asynchronous request finalizationLinus Walleij1-53/+33