aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-18Merge branch 'fixes' into nextUlf Hansson1-0/+3
2017-12-18mmc: avoid removing non-removable hosts during suspendDaniel Drake1-0/+8
2017-12-18mmc: android-goldfish: remove duplicate includesPravin Shedge1-2/+0
2017-12-18mmc: tmio: move mmc_gpio_request_cd() before mmc_add_host()Masahiro Yamada1-8/+6
2017-12-18mmc: tmio, renesas_sdhi: set mmc_host_ops hooks directlyMasahiro Yamada3-9/+2
2017-12-18mmc: tmio: move mmc_host_ops to struct tmio_mmc_host from static dataMasahiro Yamada2-4/+6
2017-12-18mmc: tmio: use devm_ioremap_resource() instead of devm_ioremap()Masahiro Yamada1-7/+3
2017-12-18mmc: tmio: set tmio_mmc_host to driver dataMasahiro Yamada3-15/+8
2017-12-18mmc: renesas_sdhi: remove eprobe jump labelMasahiro Yamada1-6/+4
2017-12-18mmc: renesas_sdhi: remove wrong depends on to enable compile testMasahiro Yamada1-1/+0
2017-12-18mmc: tmio: use ioread* for repeated access to a registerWolfram Sang1-4/+4
2017-12-15mmc: renesas_sdhi: Add MODULE_LICENSEMasaharu Hayakawa1-0/+3
2017-12-15mmc: renesas_sdhi: consolidate DMAC CONFIG optionsMasahiro Yamada2-8/+4
2017-12-15mmc: sunxi-mmc: Handle return value of platform_get_irqArvind Yadav1-0/+5
2017-12-15mmc: sdhci-spear: Handle return value of platform_get_irqArvind Yadav1-0/+4
2017-12-15mmc: sdhci-acpi: Handle return value of platform_get_irqArvind Yadav1-0/+4
2017-12-15mmc: s3cmci: Fix platform_get_irq's error checkingArvind Yadav1-1/+1
2017-12-15mmc: meson-gx-mmc: Fix platform_get_irq's error checkingArvind Yadav1-1/+1
2017-12-11Merge branch 'fixes' into nextUlf Hansson2-0/+10
2017-12-11mmc: core: apply NO_CMD23 quirk to some specific cardsChristoph Fritz2-0/+10
2017-12-11Merge branch 'fixes' into nextUlf Hansson1-1/+1
2017-12-11mmc: sdhci-acpi: Avoid broken UHS transfer modes on Intel CHTAdrian Hunter1-0/+34
2017-12-11mmc: sdhci-acpi: Add setup_host() callbackAdrian Hunter1-1/+14
2017-12-11mmc: block: blk-mq: Potential NULL deref on mmc_blk_alloc_req() failureDan Carpenter1-0/+1
2017-12-11mmc: cqhci: Ensure macro parameters are wrapped in parenthesesAdrian Hunter1-21/+21
2017-12-11mmc: core: Remove code no longer needed after the switch to blk-mqAdrian Hunter4-197/+1
2017-12-11mmc: block: Remove code no longer needed after the switch to blk-mqAdrian Hunter4-964/+16
2017-12-11mmc: core: Remove option not to use blk-mqAdrian Hunter5-22/+1
2017-12-11mmc: sdhci-of-esdhc: fix the mmc error after sleep on ls1046ardbyinbo.zhu1-4/+8
2017-12-11mmc: mmc_test: Ensure command queue is disabled for testingAdrian Hunter1-2/+9
2017-12-11mmc: core: Ensure cmd_completion is initializedAdrian Hunter1-4/+2
2017-12-11mmc: sdhci-acpi: Add support for ACPI HID of AMD Controller with HS400Shah Nehal-Bakulchandra1-0/+79
2017-12-11mmc_test: use ktime_get_ts64 for timestampsArnd Bergmann1-46/+42
2017-12-11mmc: sdhci-of-arasan: Add sdhci_arasan_set_powerMilan Stevanovic1-0/+12
2017-12-11mmc: renesas_sdhi: enable R-Car D3 (r8a77995) supportUlrich Hecht1-0/+1
2017-12-11mmc: block: make function mmc_cqe_issue_type staticColin Ian King1-2/+2
2017-12-11mmc: block: blk-mq: fix boolreturn.cocci warningsWu Fengguang1-1/+1
2017-12-11mmc: mmc_test: Do not use mmc_start_areq() anymoreAdrian Hunter1-68/+54
2017-12-11mmc: block: blk-mq: Stop using legacy recoveryAdrian Hunter1-143/+161
2017-12-11mmc: block: Reduce polling timeout from 10 minutes to 10 secondsAdrian Hunter1-1/+7
2017-12-11mmc: block: Add timeout_clks when calculating timeoutAdrian Hunter1-7/+35
2017-12-11mmc: block: Check for transfer state in card_busy_detect()Adrian Hunter1-4/+13
2017-12-11mmc: block: Check the timeout correctly in card_busy_detect()Adrian Hunter1-1/+3
2017-12-11mmc: block: blk-mq: Check error bits and save the exception bit when polling card busyAdrian Hunter1-9/+28
2017-12-11mmc: block: Make card_busy_detect() accumulate all response error bitsAdrian Hunter1-10/+29
2017-12-11mmc: block: blk-mq: Separate card polling from recoveryAdrian Hunter1-1/+28
2017-12-11mmc: block: blk-mq: Add support for direct completionAdrian Hunter5-26/+115
2017-12-11mmc: sdhci-pci: Add CQHCI support for Intel GLKAdrian Hunter2-1/+155
2017-12-11mmc: cqhci: support for command queue enabled hostVenkat Gopalakrishnan4-0/+1404
2017-12-11mmc: block: Add CQE supportAdrian Hunter4-6/+326