summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
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-05mmc: core: properly init drv_typeWolfram Sang1-1/+1
2017-12-01Merge tag 'mmc-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds7-21/+98
2017-11-29misc: rtsx: Move Realtek Card Reader Driver to miscRui Feng3-4/+4
2017-11-29mmc: core: prepend 0x to OCR entry in sysfsBastian Stender2-2/+2
2017-11-29mmc: core: prepend 0x to pre_eol_info entry in sysfsBastian Stender1-1/+1
2017-11-28mmc: sdhci: Avoid swiotlb buffer being fullUlf Hansson1-10/+18
2017-11-23mmc: sdhci-msm: Optionally wait for signal level changesBjorn Andersson1-0/+14
2017-11-23mmc: block: Ensure that debugfs files are removedAdrian Hunter2-7/+38
2017-11-23mmc: core: Do not leave the block driver in a suspended stateAdrian Hunter1-0/+3
2017-11-23mmc: block: Check return value of blk_get_request()Adrian Hunter1-1/+19
2017-11-23mmc: block: Fix missing blk_put_request()Adrian Hunter1-0/+3
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-11-13Merge tag 'mmc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds52-562/+3052
2017-11-07sdhci-fujitsu: add support for setting the CMD_DAT_DELAY attributeArd Biesheuvel1-0/+14
2017-11-07mmc: tmio: Replace msleep() of 20ms or less with usleep_range()Masaharu Hayakawa1-7/+7
2017-11-03Merge tag 'mmc-v4.14-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-13/+94
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds9-0/+9
2017-11-02mmc: dw_mmc: Convert timers to use timer_setup()Kees Cook1-14/+9
2017-11-02mmc: dw_mmc: Cleanup the DTO timer like the CTO oneDouglas Anderson1-3/+52
2017-11-02Merge branch 'fixes' into nextUlf Hansson1-13/+94
2017-11-02mmc: vub300: Use common code in __download_offload_pseudocode()Markus Elfring1-12/+10
2017-11-02mmc: tmio: Use common error handling code in tmio_mmc_host_probe()Markus Elfring1-8/+9
2017-11-02mmc: Convert timers to use timer_setup()Kees Cook11-58/+51
2017-11-02mmc: sdhci-acpi: Fix voltage switch for some Intel host controllersAdrian Hunter1-0/+108
2017-11-02mmc: sdhci-acpi: Let devices define their own private dataAdrian Hunter1-2/+14
2017-11-02mmc: mediatek: perfer to use rise edge latching for cmd lineChaotian Jing1-1/+2
2017-11-02mmc: mediatek: improve eMMC hs400 mode read performanceChaotian Jing1-0/+9
2017-11-02mmc: mediatek: add latch-ck supportChaotian Jing1-0/+6
2017-11-02mmc: mediatek: add support of source_cg clockChaotian Jing1-1/+22
2017-11-02mmc: mediatek: add stop_clk fix and enhance_rx supportChaotian Jing1-4/+43
2017-11-02mmc: mediatek: add busy_check supportChaotian Jing1-0/+7