summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
Commit message (Expand)AuthorAgeFilesLines
...
* | mmc: omap: fix the maximum timeout settingAaro Koskinen2019-02-251-1/+1
* | mmc: tegra: HW Command Queue Support for Tegra SDMMCSowjanya Komatineni2019-02-252-4/+114
* | mmc: sdhci: Add ADMA3 DMA support for V4 enabled hostSowjanya Komatineni2019-02-252-1/+10
* | mmc: atmel-mci: enable 8 bits buswidth supportNicolas Ferre2019-02-251-1/+7
* | mmc: renesas_sdhi: Fix card initialization failure in high speed modeTakeshi Saito2019-02-251-4/+7
* | mmc: jz4740: Remove platform data and use standard APIsPaul Cercueil2019-02-251-57/+14
* | mmc: sdhci: Remove unneeded quirk2 flag of O2 SD host controllerErnest Zhang(WH)2019-02-251-1/+1
* | mmc: jz4740: Annotate implicit fall throughMathieu Malaterre2019-02-251-0/+2
* | mmc: sdhci-esdhc-imx: fix return value check in sdhci_esdhc_imx_probe()Wei Yongjun2019-02-251-2/+2
* | mmc: tegra: SDMMC pads auto-calibrationSowjanya Komatineni2019-02-251-41/+119
* | mmc: sdhci-esdhc-imx: add DCMD support for CMDQBOUGH CHEN2019-02-251-1/+21
* | mmc: sdhci-esdhc-imx: add CMDQ supportBOUGH CHEN2019-02-252-3/+115
* | mmc: sdhci: correct the maximum timeout when enable CMDQBOUGH CHEN2019-02-251-2/+7
* | mmc: sdhci-esdhc-imx: add HS400_ES support for i.MX8QXPBOUGH CHEN2019-02-251-0/+29
* | mmc: sdhci-esdhc-imx: remove the 100MHz limitation for Strobe DLLBOUGH CHEN2019-02-251-29/+23
* | mmc: tmio: undo PM autosuspend when removing the hostNiklas Söderlund2019-02-251-0/+1
* | mmc: tmio: fix typo in tmio_mmc_init_ocr()Niklas Söderlund2019-02-251-1/+1
* | mmc: sdhci: Fix O2 Host PLL and card detect issueErnest Zhang(WH)2019-02-252-3/+131
* | mmc: sdhci: Moving sdhci_o2 into sdhci-pci-o2micro.cErnest Zhang(WH)2019-02-253-15/+11
* | mmc: sdhci-brcmstb: handle mmc_of_parse() errors during probeStefan Wahren2019-02-251-1/+3
* | mmc: sdhci: add delay after the last tuning commandBOUGH CHEN2019-02-251-3/+4
* | mmc: sdhci-esdhc-imx: add delay between tuning cyclesBOUGH CHEN2019-02-251-0/+2
* | mmc: sdhci-esdhc-imx: add SD clock limitation for imx6ullBOUGH CHEN2019-02-251-1/+21
* | mmc: sdhci-esdhc-imx: fix HS400 timing issueBOUGH CHEN2019-02-251-0/+1
* | mmc: sdhci: usdhc: do not do tuning for DDR50 mode.BOUGH CHEN2019-02-251-0/+20
* | mmc: sdhci-esdhc-imx: clear ESDHC_STD_TUNING_EN for manual tuning methodBOUGH CHEN2019-02-251-0/+9
* | mmc: sdhci-esdhc-imx: Constify driver dataAndrey Smirnov2019-02-251-8/+8
* | mmc: sdhci_am654: Make symbol 'sdhci_am654_ops' staticWei Yongjun2019-02-251-1/+1
|/
* mmc: meson-gx: fix interrupt nameMartin Blumenstingl2019-02-131-1/+2
* mmc: sunxi: Filter out unsupported modes declared in the device treeChen-Yu Tsai2019-02-061-0/+15
* mmc: sunxi: Disable HS-DDR mode for H5 eMMC controller by defaultChen-Yu Tsai2019-02-061-1/+10
* mmc: mediatek: fix incorrect register setting of hs400_cmd_int_delayChaotian Jing2019-01-281-1/+1
* mmc: bcm2835: Fix DMA channel leak on probe errorLukas Wunner2019-01-281-0/+2
* mmc: dw_mmc-bluefield: : Fix the license informationLiming Sun2019-01-221-5/+0
* mmc: meson-gx: enable signal re-sampling together with tuningAndreas Fenkart2019-01-221-5/+9
* mmc: sdhci-iproc: handle mmc_of_parse() errors during probeStefan Wahren2019-01-141-1/+4
* mmc: meson-gx: Free irq in release() callbackRemi Pommarel2019-01-141-7/+11
* mmc: host: Fix Kconfig warnings on keystone_defconfigFaiz Abbas2019-01-141-1/+1
* mmc: sdhci-acpi: Make PCI dependency explicitSinan Kaya2019-01-141-1/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+3
* mmc: mediatek: Add MMC_CAP_SDIO_IRQ supportjjian zhou2018-12-191-3/+50
* mmc: renesas_sdhi_internal_dmac: Whitelist r8a774c0Biju Das2018-12-171-0/+1
* Merge branch 'fixes' into nextUlf Hansson2018-12-173-7/+17
|\
| * mmc: omap_hsmmc: fix DMA API warningRussell King2018-12-171-1/+11
| * mmc: tegra: Fix for SDMMC pads autocal parsing from dtSowjanya Komatineni2018-12-171-4/+4
| * mmc: sdhci: Fix sdhci_do_enable_v4_modeSowjanya Komatineni2018-12-171-2/+2
* | mmc: sdhci-omap: Workaround errata regarding SDR104/HS200 tuning failures (i929)Faiz Abbas2018-12-172-1/+91
* | mmc: sdhci-acpi: Disable LED control for Intel BYT-based controllersAdrian Hunter2018-12-171-2/+5
* | mmc: sdhci-pci: Disable LED control for Intel BYT-based controllersAdrian Hunter2018-12-171-5/+10
* | mmc: sdhci: Add quirk to disable LED controlAdrian Hunter2018-12-172-0/+14