aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-19mmc: tmio: change bus_shift to unsigned intMasahiro Yamada1-1/+1
2017-12-19mmc: tmio,renesas_sdhi: move ssc_tappos to renesas_sdhi.hMasahiro Yamada3-3/+3
2017-12-19mmc: tmio, renesas_sdhi: move Renesas-specific DMA data to renesas_sdhi.hMasahiro Yamada4-9/+18
2017-12-19mmc: tmio, renesas_sdhi: move struct tmio_mmc_dma to renesas_sdhi.hMasahiro Yamada5-29/+33
2017-12-19mmc: renesas_sdhi: remove always false conditionMasahiro Yamada1-2/+2
2017-12-18Merge branch 'fixes' into nextUlf Hansson1-0/+3
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-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: cqhci: Ensure macro parameters are wrapped in parenthesesAdrian Hunter1-21/+21
2017-12-11mmc: sdhci-of-esdhc: fix the mmc error after sleep on ls1046ardbyinbo.zhu1-4/+8
2017-12-11mmc: sdhci-acpi: Add support for ACPI HID of AMD Controller with HS400Shah Nehal-Bakulchandra1-0/+79
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: 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: sunxi: fix mojibake in module metadataAdam Borowski1-2/+2
2017-12-11mmc: tmio: use usleep_range consistentlyWolfram Sang1-4/+4
2017-12-11mmc: sdhci-of-esdhc: fix eMMC couldn't work after kexecyinbo.zhu1-0/+4
2017-11-29misc: rtsx: Move Realtek Card Reader Driver to miscRui Feng3-4/+4
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-13Merge tag 'mmc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds40-444/+2361
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/ulfh/mmcLinus Torvalds1-13/+94
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds4-0/+4
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