summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* mmc: slot-gpio: Add support to enable irq wake on cd_irqAdrian Hunter2017-06-202-1/+6
* mmc: core: Remove MMC_CAP2_HC_ERASE_SZUlf Hansson2017-06-201-6/+2Star
* mmc: core: for data errors, take response of stop cmd into accountWolfram Sang2017-06-201-2/+3
* mmc: core: check also R1 response for stop commandsWolfram Sang2017-06-201-1/+10
* mmc: core: Clarify code for sending CSDUlf Hansson2017-06-201-5/+10
* mmc: core: Drop mmc_all_send_cid() and use mmc_send_cxd_native() insteadUlf Hansson2017-06-201-19/+1Star
* mmc: core: Re-factor code for sending CIDUlf Hansson2017-06-204-12/+12
* mmc: core: Remove redundant code in mmc_send_cid()Ulf Hansson2017-06-201-7/+0Star
* mmc: core: Make mmc_can_reset() staticUlf Hansson2017-06-202-3/+1Star
* mmc: core: Move mmc_flush_cache() from core.c to mmc_ops.cUlf Hansson2017-06-202-21/+21
* mmc: core: Move mmc_interrupt_hpi() from core.c to mmc_ops.cUlf Hansson2017-06-203-66/+65Star
* mmc: core: Move mmc bkops functions from core.c to mmc_ops.cUlf Hansson2017-06-203-119/+113Star
* mmc: core: Don't export some eMMC specific functions from core.cUlf Hansson2017-06-201-4/+0Star
* mmc: sdio: Keep card runtime resumed while adding function devicesAdrian Hunter2017-06-201-1/+12
* mmc: sdio: Tidy error path in mmc_attach_sdio()Adrian Hunter2017-06-201-7/+6Star
* mmc: core: Use device_property_read instead of of_property_readDavid Woods2017-06-201-37/+35Star
* mmc: block: fix semicolon.cocci warningsWu Fengguang2017-06-201-1/+1
* mmc: block: Use __mmc_send_status() and drop get_card_status()Ulf Hansson2017-06-203-21/+12Star
* mmc: block: Move boot partition locking into a driver opLinus Walleij2017-06-202-24/+33
* mmc: block: Move DRV OP issue functionLinus Walleij2017-06-201-37/+37
* mmc: block: Tag DRV_OPs with a driver operation typeLinus Walleij2017-06-202-13/+33
* mmc: block: remove req back pointerLinus Walleij2017-06-203-13/+16
* mmc: core: Delete error messages for failed memory allocationsMarkus Elfring2017-06-202-15/+3Star
* mmc: queue: delete mmc_req_is_special()Linus Walleij2017-06-201-8/+0Star
* mmc: block: move multi-ioctl() to use block layerLinus Walleij2017-06-202-14/+27
* mmc: block: move single ioctl() commands to block requestsLinus Walleij2017-06-202-26/+88
* mmc: block: Tag is_rpmb as boolLinus Walleij2017-06-201-1/+1
* mmc: core: Allocate per-request data using the block layer coreLinus Walleij2017-06-203-202/+78Star
* mmc: core: Delete bounce buffer Kconfig optionLinus Walleij2017-06-202-32/+1Star
* mmc: sdio: Add API to manage SDIO IRQs from a workqueueUlf Hansson2017-06-203-0/+20
* mmc: core: Prevent processing SDIO IRQs when none is claimedUlf Hansson2017-06-201-2/+4
* mmc: core: Don't do eMMC HW reset when resuming the eMMC cardUlf Hansson2017-06-203-1/+5
* mmc: pwrseq: Add reset callback to the struct mmc_pwrseq_opsUlf Hansson2017-06-202-0/+11
* mmc: pwrseq_simple: Parse DTS for the power-off-delay-us propertyUlf Hansson2017-05-231-0/+7
* Merge tag 'mmc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2017-05-0314-388/+583
|\
| * mmc: core: Export API to allow hosts to get the card addressUlf Hansson2017-04-241-0/+6
| * mmc: sdio: Fix sdio wait busy implement limitationjiajie.hao@mediatek.com2017-04-242-3/+11
| * mmc: core: add proper be32 annotationWinkler, Tomas2017-04-244-17/+16Star
| * mmc: core: refactor mmc_request_done()Linus Walleij2017-04-241-11/+16
| * mmc: core: refactor asynchronous request finalizationLinus Walleij2017-04-241-53/+33Star
| * mmc: core: move some code in mmc_start_areq()Linus Walleij2017-04-241-8/+5Star
| * mmc: core: Factor out mrq preparation from mmc_start_request()Adrian Hunter2017-04-241-13/+27
| * mmc: core: Factor out debug prints from mmc_start_request()Adrian Hunter2017-04-241-13/+20
| * mmc: block: Factor out data preparationAdrian Hunter2017-04-241-69/+82
| * mmc: block: Change mmc_apply_rel_rw() to get block address from the requestAdrian Hunter2017-04-241-1/+1
| * mmc: block: Disable Command Queue while RPMB is usedAdrian Hunter2017-04-241-8/+38
| * mmc: mmc_test: Disable Command Queue while mmc_test is usedAdrian Hunter2017-04-242-0/+21
| * mmc: mmc: Add functions to enable / disable the Command QueueAdrian Hunter2017-04-243-0/+32
| * mmc: queue: Share mmc request array between partitionsAdrian Hunter2017-04-243-96/+151
| * mmc: block: Introduce queue semanticsAdrian Hunter2017-04-243-56/+95