aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (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-08mmc: host: omap_hsmmc: Add CMD23 capability to omap_hsmmc driverKishon Vijay Abraham I1-1/+1
2017-08-03mmc: block: bypass the queue even if usage is present for hotplugShawn Lin1-0/+1
2017-08-03mmc: sdhci-of-at91: force card detect value for non removable devicesLudovic Desroches1-1/+34
2017-07-27mmc: dw_mmc: fix the wrong condition check of getting num-slots from DTShawn Lin1-1/+1
2017-07-17mmc: host: omap_hsmmc: remove unused platform callbacksFaiz Abbas1-11/+0
2017-07-17mmc: sunxi: Keep default timing phase settings for new timing modeChen-Yu Tsai1-2/+6
2017-07-14Merge tag 'mmc-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds3-17/+78
2017-07-13mmc: tmio-mmc: fix bad pointer mathChris Brandt1-10/+9
2017-07-13mmc: block: Prevent new req entering queue after its cleanupGrzegorz Sluja1-0/+1
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semanticMichal Hocko1-1/+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-11mmc: sdhci-acpi: Workaround conflict with PCI wifi on GPD Win handheldAdrian Hunter1-6/+64
2017-07-06Merge tag 'pinctrl-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-39/+5
2017-07-04Merge tag 'mmc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds45-1903/+1535
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-18/+22
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds1-5/+4
2017-06-29mmc: dw_mmc: remove the unnecessary slot variableJaehoon Chung1-8/+5
2017-06-29mmc: dw_mmc: use the 'slot' instead of 'cur_slot'Jaehoon Chung3-22/+18
2017-06-29mmc: dw_mmc: remove the 'id' arguments about functions relevant to slotJaehoon Chung1-9/+7
2017-06-29mmc: dw_mmc: change the array of slotsJaehoon Chung2-15/+10
2017-06-29mmc: dw_mmc: remove the loop about finding slotsJaehoon Chung1-79/+36
2017-06-29mmc: dw_mmc: deprecated the "num-slots" propertyJaehoon Chung1-13/+8
2017-06-29mmc: dw_mmc-rockchip: parse rockchip, desired-num-phases from DTShawn Lin1-18/+30
2017-06-29Merge tag 'v4.12-rc7' into develLinus Walleij9-38/+48
2017-06-27mmc/block: remove a call to blk_queue_bounce_limitChristoph Hellwig1-1/+0
2017-06-20mmc: renesas-sdhi: improve checkpatch cleannessSimon Horman3-33/+37
2017-06-20mmc: tmio: improve checkpatch cleannessSimon Horman4-43/+50
2017-06-20mmc: sdhci-pci: Enable card detect wake for Intel BYT-related SD controllersAdrian Hunter1-1/+1
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 Hansson4-13/+3
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: host: omap_hsmmc: use mmc_regulator_get_supply() to get regulatorsKishon Vijay Abraham I1-20/+14
2017-06-20mmc: host: omap_hsmmc: Do not initialize MMC regulators to NULL on errorKishon Vijay Abraham I1-12/+9
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: sdhci-pci: Add support for Intel CNPAdrian Hunter2-1/+48
2017-06-20mmc: tmio, renesas-sdhi: update Renesas related copyrightsSimon Horman5-6/+14