summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mmc: tmio, renesas_sdhi: move struct tmio_mmc_dma to renesas_sdhi.hMasahiro Yamada2017-12-195-29/+33
* mmc: renesas_sdhi: remove always false conditionMasahiro Yamada2017-12-191-2/+2
* mmc: block: fix logical error to avoid memory leakLiu, Changcheng2017-12-181-0/+1
* Merge branch 'fixes' into nextUlf Hansson2017-12-181-0/+3
|\
| * mmc: renesas_sdhi: Add MODULE_LICENSEMasaharu Hayakawa2017-12-151-0/+3
* | mmc: avoid removing non-removable hosts during suspendDaniel Drake2017-12-181-0/+8
* | mmc: android-goldfish: remove duplicate includesPravin Shedge2017-12-181-2/+0
* | mmc: tmio: move mmc_gpio_request_cd() before mmc_add_host()Masahiro Yamada2017-12-181-8/+6
* | mmc: tmio, renesas_sdhi: set mmc_host_ops hooks directlyMasahiro Yamada2017-12-183-9/+2
* | mmc: tmio: move mmc_host_ops to struct tmio_mmc_host from static dataMasahiro Yamada2017-12-182-4/+6
* | mmc: tmio: use devm_ioremap_resource() instead of devm_ioremap()Masahiro Yamada2017-12-181-7/+3
* | mmc: tmio: set tmio_mmc_host to driver dataMasahiro Yamada2017-12-183-15/+8
* | mmc: renesas_sdhi: remove eprobe jump labelMasahiro Yamada2017-12-181-6/+4
* | mmc: renesas_sdhi: remove wrong depends on to enable compile testMasahiro Yamada2017-12-181-1/+0
* | mmc: tmio: use ioread* for repeated access to a registerWolfram Sang2017-12-181-4/+4
* | mmc: renesas_sdhi: consolidate DMAC CONFIG optionsMasahiro Yamada2017-12-152-8/+4
* | mmc: sunxi-mmc: Handle return value of platform_get_irqArvind Yadav2017-12-151-0/+5
* | mmc: sdhci-spear: Handle return value of platform_get_irqArvind Yadav2017-12-151-0/+4
* | mmc: sdhci-acpi: Handle return value of platform_get_irqArvind Yadav2017-12-151-0/+4
* | mmc: s3cmci: Fix platform_get_irq's error checkingArvind Yadav2017-12-151-1/+1
* | mmc: meson-gx-mmc: Fix platform_get_irq's error checkingArvind Yadav2017-12-151-1/+1
* | mmc: dt-bindings: add mmc support to MT7623 SoCSean Wang2017-12-151-0/+2
* | Merge branch 'fixes' into nextUlf Hansson2017-12-112-0/+10
|\|
| * mmc: core: apply NO_CMD23 quirk to some specific cardsChristoph Fritz2017-12-112-0/+10
* | Merge branch 'fixes' into nextUlf Hansson2017-12-111-1/+1
|\|
| * mmc: core: properly init drv_typeWolfram Sang2017-12-051-1/+1
* | mmc: sdhci-acpi: Avoid broken UHS transfer modes on Intel CHTAdrian Hunter2017-12-111-0/+34
* | mmc: sdhci-acpi: Add setup_host() callbackAdrian Hunter2017-12-111-1/+14
* | mmc: block: blk-mq: Potential NULL deref on mmc_blk_alloc_req() failureDan Carpenter2017-12-111-0/+1
* | mmc: cqhci: Ensure macro parameters are wrapped in parenthesesAdrian Hunter2017-12-111-21/+21
* | mmc: core: Remove code no longer needed after the switch to blk-mqAdrian Hunter2017-12-115-200/+1
* | mmc: block: Remove code no longer needed after the switch to blk-mqAdrian Hunter2017-12-114-964/+16
* | mmc: core: Remove option not to use blk-mqAdrian Hunter2017-12-115-22/+1
* | mmc: sdhci-of-esdhc: fix the mmc error after sleep on ls1046ardbyinbo.zhu2017-12-111-4/+8
* | mmc: mmc_test: Ensure command queue is disabled for testingAdrian Hunter2017-12-111-2/+9
* | mmc: core: Ensure cmd_completion is initializedAdrian Hunter2017-12-111-4/+2
* | mmc: sdhci-acpi: Add support for ACPI HID of AMD Controller with HS400Shah Nehal-Bakulchandra2017-12-111-0/+79
* | mmc_test: use ktime_get_ts64 for timestampsArnd Bergmann2017-12-111-46/+42
* | mmc: sdhci-of-arasan: Add sdhci_arasan_set_powerMilan Stevanovic2017-12-111-0/+12
* | mmc: renesas_sdhi: enable R-Car D3 (r8a77995) supportUlrich Hecht2017-12-111-0/+1
* | mmc: block: make function mmc_cqe_issue_type staticColin Ian King2017-12-111-2/+2
* | mmc: block: blk-mq: fix boolreturn.cocci warningsWu Fengguang2017-12-111-1/+1
* | mmc: mmc_test: Do not use mmc_start_areq() anymoreAdrian Hunter2017-12-111-68/+54
* | mmc: block: blk-mq: Stop using legacy recoveryAdrian Hunter2017-12-111-143/+161
* | mmc: block: Reduce polling timeout from 10 minutes to 10 secondsAdrian Hunter2017-12-111-1/+7
* | mmc: block: Add timeout_clks when calculating timeoutAdrian Hunter2017-12-111-7/+35
* | mmc: block: Check for transfer state in card_busy_detect()Adrian Hunter2017-12-111-4/+13
* | mmc: block: Check the timeout correctly in card_busy_detect()Adrian Hunter2017-12-111-1/+3
* | mmc: block: blk-mq: Check error bits and save the exception bit when polling ...Adrian Hunter2017-12-111-9/+28
* | mmc: block: Make card_busy_detect() accumulate all response error bitsAdrian Hunter2017-12-111-10/+29