aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2017-07-14Merge tag 'mmc-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Gravatar Linus Torvalds 3-17/+78
2017-07-13mmc: tmio-mmc: fix bad pointer mathGravatar Chris Brandt 1-10/+9
2017-07-13mmc: block: Prevent new req entering queue after its cleanupGravatar Grzegorz Sluja 1-0/+1
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Gravatar Michal Hocko 1-1/+1
2017-07-11mmc: block: Let MMC_IOC_MULTI_CMD return zero again for zero entriesGravatar Geert Uytterhoeven 1-0/+3
2017-07-11mmc: block: Initialize ret in mmc_blk_issue_drv_op() for MMC_DRV_OP_IOCTLGravatar Geert Uytterhoeven 1-1/+1
2017-07-11mmc: sdhci-acpi: Workaround conflict with PCI wifi on GPD Win handheldGravatar Adrian Hunter 1-6/+64
2017-07-06Merge tag 'pinctrl-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-39/+5
2017-07-04Merge tag 'mmc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcGravatar Linus Torvalds 45-1903/+1535
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-18/+22
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidGravatar Linus Torvalds 1-5/+4
2017-06-29mmc: dw_mmc: remove the unnecessary slot variableGravatar Jaehoon Chung 1-8/+5
2017-06-29mmc: dw_mmc: use the 'slot' instead of 'cur_slot'Gravatar Jaehoon Chung 3-22/+18
2017-06-29mmc: dw_mmc: remove the 'id' arguments about functions relevant to slotGravatar Jaehoon Chung 1-9/+7
2017-06-29mmc: dw_mmc: change the array of slotsGravatar Jaehoon Chung 2-15/+10
2017-06-29mmc: dw_mmc: remove the loop about finding slotsGravatar Jaehoon Chung 1-79/+36
2017-06-29mmc: dw_mmc: deprecated the "num-slots" propertyGravatar Jaehoon Chung 1-13/+8
2017-06-29mmc: dw_mmc-rockchip: parse rockchip, desired-num-phases from DTGravatar Shawn Lin 1-18/+30
2017-06-29Merge tag 'v4.12-rc7' into develGravatar Linus Walleij 9-38/+48
2017-06-27mmc/block: remove a call to blk_queue_bounce_limitGravatar Christoph Hellwig 1-1/+0
2017-06-20mmc: renesas-sdhi: improve checkpatch cleannessGravatar Simon Horman 3-33/+37
2017-06-20mmc: tmio: improve checkpatch cleannessGravatar Simon Horman 4-43/+50
2017-06-20mmc: sdhci-pci: Enable card detect wake for Intel BYT-related SD controllersGravatar Adrian Hunter 1-1/+1
2017-06-20mmc: slot-gpio: Add support to enable irq wake on cd_irqGravatar Adrian Hunter 2-1/+6
2017-06-20mmc: core: Remove MMC_CAP2_HC_ERASE_SZGravatar Ulf Hansson 4-13/+3
2017-06-20mmc: core: for data errors, take response of stop cmd into accountGravatar Wolfram Sang 1-2/+3
2017-06-20mmc: core: check also R1 response for stop commandsGravatar Wolfram Sang 1-1/+10
2017-06-20mmc: core: Clarify code for sending CSDGravatar Ulf Hansson 1-5/+10
2017-06-20mmc: core: Drop mmc_all_send_cid() and use mmc_send_cxd_native() insteadGravatar Ulf Hansson 1-19/+1
2017-06-20mmc: core: Re-factor code for sending CIDGravatar Ulf Hansson 4-12/+12
2017-06-20mmc: core: Remove redundant code in mmc_send_cid()Gravatar Ulf Hansson 1-7/+0
2017-06-20mmc: core: Make mmc_can_reset() staticGravatar Ulf Hansson 2-3/+1
2017-06-20mmc: core: Move mmc_flush_cache() from core.c to mmc_ops.cGravatar Ulf Hansson 2-21/+21
2017-06-20mmc: core: Move mmc_interrupt_hpi() from core.c to mmc_ops.cGravatar Ulf Hansson 3-66/+65
2017-06-20mmc: core: Move mmc bkops functions from core.c to mmc_ops.cGravatar Ulf Hansson 3-119/+113
2017-06-20mmc: core: Don't export some eMMC specific functions from core.cGravatar Ulf Hansson 1-4/+0
2017-06-20mmc: host: omap_hsmmc: use mmc_regulator_get_supply() to get regulatorsGravatar Kishon Vijay Abraham I 1-20/+14
2017-06-20mmc: host: omap_hsmmc: Do not initialize MMC regulators to NULL on errorGravatar Kishon Vijay Abraham I 1-12/+9
2017-06-20mmc: sdio: Keep card runtime resumed while adding function devicesGravatar Adrian Hunter 1-1/+12
2017-06-20mmc: sdio: Tidy error path in mmc_attach_sdio()Gravatar Adrian Hunter 1-7/+6
2017-06-20mmc: sdhci-pci: Add support for Intel CNPGravatar Adrian Hunter 2-1/+48
2017-06-20mmc: tmio, renesas-sdhi: update Renesas related copyrightsGravatar Simon Horman 5-6/+14
2017-06-20mmc: tmio: use EXPORT_SYMBOL_GPLGravatar Simon Horman 1-10/+10
2017-06-20mmc: sdhci-acpi: Remove unneeded acpi_bus_get_status() callGravatar Hans de Goede 1-3/+0
2017-06-20mmc: tmio: make sure SDIO gets reinitialized after resumeGravatar Wolfram Sang 1-7/+10
2017-06-20mmc: sdhci-pci: Use macros in pci_ids definitionGravatar Matthias Kraemer 2-549/+112
2017-06-20mmc: sdhci-esdhc-imx: Remove the ENGcm07207 workaroundGravatar Benoît Thébaudeau 1-12/+4
2017-06-20mmc: sdhci-esdhc-imx: Allow all supported prescaler valuesGravatar Benoît Thébaudeau 1-11/+7
2017-06-20mmc: sdhci-esdhc-imx: Fix DAT line software resetGravatar Benoît Thébaudeau 1-21/+38
2017-06-20mmc: sdhci-esdhc: Add SDHCI_QUIRK_32BIT_DMA_ADDRGravatar Benoît Thébaudeau 1-0/+1