summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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 ...Adrian 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
2017-12-11mmc: block: Add blk-mq supportAdrian Hunter4-31/+808
2017-12-11mmc: core: Add parameter use_blk_mqAdrian Hunter5-0/+25
2017-12-11mmc: block: Add error-handling commentsAdrian Hunter1-1/+35
2017-12-11mmc: core: Make mmc_pre_req() and mmc_post_req() availableAdrian Hunter2-31/+31
2017-12-11mmc: block: Simplify cleaning up the queueAdrian Hunter2-5/+14
2017-12-11mmc: block: No need to export mmc_cleanup_queue()Adrian Hunter1-1/+0
2017-12-11mmc: sunxi: fix mojibake in module metadataAdam Borowski1-2/+2
2017-12-11mmc: tmio: use usleep_range consistentlyWolfram Sang1-4/+4
2017-12-11mmc: core: use usleep_range rather than HZ magic in mmc_delay()Wolfram Sang1-5/+3
2017-12-11mmc: sdhci-of-esdhc: fix eMMC couldn't work after kexecyinbo.zhu1-0/+4
2017-12-11mmc: slot-gpio: call gpiod_to_irq() only when MMC_CAP_NEEDS_POLL is unsetMasahiro Yamada1-8/+6
2017-12-10Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds5-102/+151
2017-12-10Merge tag 'amlogic-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson1-2/+2
2017-12-10Merge tag 'ccn/fixes-for-4.15' of git://git.linaro.org/people/pawel.moll/linu...Olof Johansson2-12/+20
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds38-93/+215