Age | Commit message (Expand) | Author | Files | Lines |
2017-08-30 | mmc: sdhci-xenon: add set_power callback | Zhoujie Wu | 1 | -0/+19 |
2017-08-30 | mmc: block: Fix block status codes | Adrian Hunter | 1 | -3/+3 |
2017-08-21 | mmc: block: prevent propagating R1_OUT_OF_RANGE for open-ending mode | Shawn Lin | 1 | -6/+43 |
2017-08-09 | mmc: block: fix lockdep splat when removing mmc_block module | Michał Mirosław | 1 | -0/+2 |
2017-08-08 | mmc: mmc: correct the logic for setting HS400ES signal voltage | Haibo Chen | 1 | -1/+1 |
2017-08-08 | mmc: host: omap_hsmmc: Add CMD23 capability to omap_hsmmc driver | Kishon Vijay Abraham I | 1 | -1/+1 |
2017-08-03 | mmc: block: bypass the queue even if usage is present for hotplug | Shawn Lin | 1 | -0/+1 |
2017-08-03 | mmc: sdhci-of-at91: force card detect value for non removable devices | Ludovic Desroches | 1 | -1/+34 |
2017-07-27 | mmc: dw_mmc: fix the wrong condition check of getting num-slots from DT | Shawn Lin | 1 | -1/+1 |
2017-07-17 | mmc: host: omap_hsmmc: remove unused platform callbacks | Faiz Abbas | 1 | -11/+0 |
2017-07-17 | mmc: sunxi: Keep default timing phase settings for new timing mode | Chen-Yu Tsai | 1 | -2/+6 |
2017-07-14 | Merge tag 'mmc-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh... | Linus Torvalds | 3 | -17/+78 |
2017-07-13 | mmc: tmio-mmc: fix bad pointer math | Chris Brandt | 1 | -10/+9 |
2017-07-13 | mmc: block: Prevent new req entering queue after its cleanup | Grzegorz Sluja | 1 | -0/+1 |
2017-07-12 | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s... | Michal Hocko | 1 | -1/+1 |
2017-07-11 | mmc: block: Let MMC_IOC_MULTI_CMD return zero again for zero entries | Geert Uytterhoeven | 1 | -0/+3 |
2017-07-11 | mmc: block: Initialize ret in mmc_blk_issue_drv_op() for MMC_DRV_OP_IOCTL | Geert Uytterhoeven | 1 | -1/+1 |
2017-07-11 | mmc: sdhci-acpi: Workaround conflict with PCI wifi on GPD Win handheld | Adrian Hunter | 1 | -6/+64 |
2017-07-06 | Merge tag 'pinctrl-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -39/+5 |
2017-07-04 | Merge tag 'mmc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds | 45 | -1903/+1535 |
2017-07-03 | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -18/+22 |
2017-07-03 | Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid | Linus Torvalds | 1 | -5/+4 |
2017-06-29 | mmc: dw_mmc: remove the unnecessary slot variable | Jaehoon Chung | 1 | -8/+5 |
2017-06-29 | mmc: dw_mmc: use the 'slot' instead of 'cur_slot' | Jaehoon Chung | 3 | -22/+18 |
2017-06-29 | mmc: dw_mmc: remove the 'id' arguments about functions relevant to slot | Jaehoon Chung | 1 | -9/+7 |
2017-06-29 | mmc: dw_mmc: change the array of slots | Jaehoon Chung | 2 | -15/+10 |
2017-06-29 | mmc: dw_mmc: remove the loop about finding slots | Jaehoon Chung | 1 | -79/+36 |
2017-06-29 | mmc: dw_mmc: deprecated the "num-slots" property | Jaehoon Chung | 1 | -13/+8 |
2017-06-29 | mmc: dw_mmc-rockchip: parse rockchip, desired-num-phases from DT | Shawn Lin | 1 | -18/+30 |
2017-06-29 | Merge tag 'v4.12-rc7' into devel | Linus Walleij | 9 | -38/+48 |
2017-06-27 | mmc/block: remove a call to blk_queue_bounce_limit | Christoph Hellwig | 1 | -1/+0 |
2017-06-20 | mmc: renesas-sdhi: improve checkpatch cleanness | Simon Horman | 3 | -33/+37 |
2017-06-20 | mmc: tmio: improve checkpatch cleanness | Simon Horman | 4 | -43/+50 |
2017-06-20 | mmc: sdhci-pci: Enable card detect wake for Intel BYT-related SD controllers | Adrian Hunter | 1 | -1/+1 |
2017-06-20 | mmc: slot-gpio: Add support to enable irq wake on cd_irq | Adrian Hunter | 2 | -1/+6 |
2017-06-20 | mmc: core: Remove MMC_CAP2_HC_ERASE_SZ | Ulf Hansson | 4 | -13/+3 |
2017-06-20 | mmc: core: for data errors, take response of stop cmd into account | Wolfram Sang | 1 | -2/+3 |
2017-06-20 | mmc: core: check also R1 response for stop commands | Wolfram Sang | 1 | -1/+10 |
2017-06-20 | mmc: core: Clarify code for sending CSD | Ulf Hansson | 1 | -5/+10 |
2017-06-20 | mmc: core: Drop mmc_all_send_cid() and use mmc_send_cxd_native() instead | Ulf Hansson | 1 | -19/+1 |
2017-06-20 | mmc: core: Re-factor code for sending CID | Ulf Hansson | 4 | -12/+12 |
2017-06-20 | mmc: core: Remove redundant code in mmc_send_cid() | Ulf Hansson | 1 | -7/+0 |
2017-06-20 | mmc: core: Make mmc_can_reset() static | Ulf Hansson | 2 | -3/+1 |
2017-06-20 | mmc: core: Move mmc_flush_cache() from core.c to mmc_ops.c | Ulf Hansson | 2 | -21/+21 |
2017-06-20 | mmc: core: Move mmc_interrupt_hpi() from core.c to mmc_ops.c | Ulf Hansson | 3 | -66/+65 |
2017-06-20 | mmc: core: Move mmc bkops functions from core.c to mmc_ops.c | Ulf Hansson | 3 | -119/+113 |
2017-06-20 | mmc: core: Don't export some eMMC specific functions from core.c | Ulf Hansson | 1 | -4/+0 |
2017-06-20 | mmc: host: omap_hsmmc: use mmc_regulator_get_supply() to get regulators | Kishon Vijay Abraham I | 1 | -20/+14 |
2017-06-20 | mmc: host: omap_hsmmc: Do not initialize MMC regulators to NULL on error | Kishon Vijay Abraham I | 1 | -12/+9 |
2017-06-20 | mmc: sdio: Keep card runtime resumed while adding function devices | Adrian Hunter | 1 | -1/+12 |