summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2017-12-18mmc: android-goldfish: remove duplicate includesPravin Shedge
2017-12-18mmc: tmio: move mmc_gpio_request_cd() before mmc_add_host()Masahiro Yamada
2017-12-18mmc: tmio, renesas_sdhi: set mmc_host_ops hooks directlyMasahiro Yamada
2017-12-18mmc: tmio: move mmc_host_ops to struct tmio_mmc_host from static dataMasahiro Yamada
2017-12-18mmc: tmio: use devm_ioremap_resource() instead of devm_ioremap()Masahiro Yamada
2017-12-18mmc: tmio: set tmio_mmc_host to driver dataMasahiro Yamada
2017-12-18mmc: renesas_sdhi: remove eprobe jump labelMasahiro Yamada
2017-12-18mmc: renesas_sdhi: remove wrong depends on to enable compile testMasahiro Yamada
2017-12-18mmc: tmio: use ioread* for repeated access to a registerWolfram Sang
2017-12-15mmc: renesas_sdhi: Add MODULE_LICENSEMasaharu Hayakawa
2017-12-15mmc: renesas_sdhi: consolidate DMAC CONFIG optionsMasahiro Yamada
2017-12-15mmc: sunxi-mmc: Handle return value of platform_get_irqArvind Yadav
2017-12-15mmc: sdhci-spear: Handle return value of platform_get_irqArvind Yadav
2017-12-15mmc: sdhci-acpi: Handle return value of platform_get_irqArvind Yadav
2017-12-15mmc: s3cmci: Fix platform_get_irq's error checkingArvind Yadav
2017-12-15mmc: meson-gx-mmc: Fix platform_get_irq's error checkingArvind Yadav
2017-12-11Merge branch 'fixes' into nextUlf Hansson
2017-12-11mmc: core: apply NO_CMD23 quirk to some specific cardsChristoph Fritz
2017-12-11Merge branch 'fixes' into nextUlf Hansson
2017-12-11mmc: sdhci-acpi: Avoid broken UHS transfer modes on Intel CHTAdrian Hunter
2017-12-11mmc: sdhci-acpi: Add setup_host() callbackAdrian Hunter
2017-12-11mmc: block: blk-mq: Potential NULL deref on mmc_blk_alloc_req() failureDan Carpenter
2017-12-11mmc: cqhci: Ensure macro parameters are wrapped in parenthesesAdrian Hunter
2017-12-11mmc: core: Remove code no longer needed after the switch to blk-mqAdrian Hunter
2017-12-11mmc: block: Remove code no longer needed after the switch to blk-mqAdrian Hunter
2017-12-11mmc: core: Remove option not to use blk-mqAdrian Hunter
2017-12-11mmc: sdhci-of-esdhc: fix the mmc error after sleep on ls1046ardbyinbo.zhu
2017-12-11mmc: mmc_test: Ensure command queue is disabled for testingAdrian Hunter
2017-12-11mmc: core: Ensure cmd_completion is initializedAdrian Hunter
2017-12-11mmc: sdhci-acpi: Add support for ACPI HID of AMD Controller with HS400Shah Nehal-Bakulchandra
2017-12-11mmc_test: use ktime_get_ts64 for timestampsArnd Bergmann
2017-12-11mmc: sdhci-of-arasan: Add sdhci_arasan_set_powerMilan Stevanovic
2017-12-11mmc: renesas_sdhi: enable R-Car D3 (r8a77995) supportUlrich Hecht
2017-12-11mmc: block: make function mmc_cqe_issue_type staticColin Ian King
2017-12-11mmc: block: blk-mq: fix boolreturn.cocci warningsWu Fengguang
2017-12-11mmc: mmc_test: Do not use mmc_start_areq() anymoreAdrian Hunter
2017-12-11mmc: block: blk-mq: Stop using legacy recoveryAdrian Hunter
2017-12-11mmc: block: Reduce polling timeout from 10 minutes to 10 secondsAdrian Hunter
2017-12-11mmc: block: Add timeout_clks when calculating timeoutAdrian Hunter
2017-12-11mmc: block: Check for transfer state in card_busy_detect()Adrian Hunter
2017-12-11mmc: block: Check the timeout correctly in card_busy_detect()Adrian Hunter
2017-12-11mmc: block: blk-mq: Check error bits and save the exception bit when polling ...Adrian Hunter
2017-12-11mmc: block: Make card_busy_detect() accumulate all response error bitsAdrian Hunter
2017-12-11mmc: block: blk-mq: Separate card polling from recoveryAdrian Hunter
2017-12-11mmc: block: blk-mq: Add support for direct completionAdrian Hunter
2017-12-11mmc: sdhci-pci: Add CQHCI support for Intel GLKAdrian Hunter
2017-12-11mmc: cqhci: support for command queue enabled hostVenkat Gopalakrishnan
2017-12-11mmc: block: Add CQE supportAdrian Hunter
2017-12-11mmc: block: Add blk-mq supportAdrian Hunter
2017-12-11mmc: core: Add parameter use_blk_mqAdrian Hunter