summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: slot-gpio: Remove override_active_level on WPLinus Walleij2019-02-058-15/+8
* mmc: bcm2835: Deduplicate reset of driver data on removeLukas Wunner2019-02-051-1/+0
* mmc: bcm2835: Drop pointer to mmc_host from bcm2835_hostLukas Wunner2019-02-051-10/+10
* mmc: bcm2835: Drop DMA channel error pointer checkLukas Wunner2019-02-051-1/+1
* mmc: omap: fix the maximum timeout settingAaro Koskinen2019-02-051-1/+1
* mmc: tegra: HW Command Queue Support for Tegra SDMMCSowjanya Komatineni2019-01-312-4/+114
* mmc: sdhci: Add ADMA3 DMA support for V4 enabled hostSowjanya Komatineni2019-01-312-1/+10
* mmc: atmel-mci: enable 8 bits buswidth supportNicolas Ferre2019-01-301-1/+7
* mmc: renesas_sdhi: Fix card initialization failure in high speed modeTakeshi Saito2019-01-301-4/+7
* mmc: jz4740: Remove platform data and use standard APIsPaul Cercueil2019-01-281-57/+14
* Merge branch 'fixes' into nextUlf Hansson2019-01-282-1/+3
|\
| * 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: sdhci: Remove unneeded quirk2 flag of O2 SD host controllerErnest Zhang(WH)2019-01-281-1/+1
* | mmc: jz4740: Annotate implicit fall throughMathieu Malaterre2019-01-281-0/+2
* | mmc: sdhci-esdhc-imx: fix return value check in sdhci_esdhc_imx_probe()Wei Yongjun2019-01-281-2/+2
* | mmc: core: annotate implicit fall throughMathieu Malaterre2019-01-281-1/+1
* | mmc: tegra: SDMMC pads auto-calibrationSowjanya Komatineni2019-01-281-41/+119
* | mmc: sdhci-esdhc-imx: add DCMD support for CMDQBOUGH CHEN2019-01-281-1/+21
* | mmc: sdhci-esdhc-imx: add CMDQ supportBOUGH CHEN2019-01-282-3/+115
* | mmc: sdhci: correct the maximum timeout when enable CMDQBOUGH CHEN2019-01-281-2/+7
* | mmc: sdhci-esdhc-imx: add HS400_ES support for i.MX8QXPBOUGH CHEN2019-01-281-0/+29
* | mmc: sdhci-esdhc-imx: remove the 100MHz limitation for Strobe DLLBOUGH CHEN2019-01-281-29/+23
* | mmc: tmio: undo PM autosuspend when removing the hostNiklas Söderlund2019-01-281-0/+1
* | mmc: tmio: fix typo in tmio_mmc_init_ocr()Niklas Söderlund2019-01-281-1/+1
* | mmc:sdio: Remove unneeded variable retwangbo2019-01-281-2/+1
* | mmc: sdhci: Fix O2 Host PLL and card detect issueErnest Zhang(WH)2019-01-282-3/+131
* | mmc: sdhci: Moving sdhci_o2 into sdhci-pci-o2micro.cErnest Zhang(WH)2019-01-283-15/+11
* | mmc: block: fix debugfs_simple_attr.cocci warningsYueHaibing2019-01-281-4/+5
* | mmc: sdhci-brcmstb: handle mmc_of_parse() errors during probeStefan Wahren2019-01-281-1/+3
* | mmc: sdhci: add delay after the last tuning commandBOUGH CHEN2019-01-281-3/+4
* | mmc: sdhci-esdhc-imx: add delay between tuning cyclesBOUGH CHEN2019-01-281-0/+2
* | mmc: sdhci-esdhc-imx: add SD clock limitation for imx6ullBOUGH CHEN2019-01-281-1/+21
* | mmc: sdhci-esdhc-imx: fix HS400 timing issueBOUGH CHEN2019-01-281-0/+1
* | mmc: sdhci: usdhc: do not do tuning for DDR50 mode.BOUGH CHEN2019-01-281-0/+20
* | mmc: sdhci-esdhc-imx: clear ESDHC_STD_TUNING_EN for manual tuning methodBOUGH CHEN2019-01-281-0/+9
* | mmc: sdhci-esdhc-imx: Constify driver dataAndrey Smirnov2019-01-281-8/+8
* | mmc: sdhci_am654: Make symbol 'sdhci_am654_ops' staticWei Yongjun2019-01-281-1/+1
|/
* Merge tag 'mmc-v5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds2019-01-254-20/+26
|\
| * 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
* | Merge tag 'gpio-v5.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-01-151-1/+1
|\ \ | |/ |/|
| * mmc: core: don't override the CD GPIO level when "cd-inverted" is setMartin Blumenstingl2019-01-111-1/+1
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+3
|/
* Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2018-12-2846-788/+2574
|\
| * mmc: mediatek: Add MMC_CAP_SDIO_IRQ supportjjian zhou2018-12-191-3/+50