summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci_am654: Add dependency on MMC_SDHCI_AM654YueHaibing2019-07-101-1/+1
* mmc: alcor: remove a redundant greater or equal to zero comparisonColin Ian King2019-07-101-1/+1
* mmc: sdhci-msm: fix mutex while in spinlockJorge Ramirez-Ortiz2019-07-101-3/+6
* mmc: sdhci_am654: Make some symbols staticYueHaibing2019-07-101-3/+4
* dma-mapping: remove dma_max_pfnChristoph Hellwig2019-07-102-14/+0
* mmc: core: let the dma map ops handle bouncingChristoph Hellwig2019-07-101-5/+2
* dt-binding: mmc: rename tmio_mmc.txt to renesas,sdhi.txtMasahiro Yamada2019-07-101-10/+1
* mmc: sdhci-sprd: Add pin control support for voltage switchBaolin Wang2019-07-101-0/+54
* dt-bindings: mmc: sprd: Add pinctrl supportBaolin Wang2019-07-101-0/+7
* mmc: sdhci-sprd: Add start_signal_voltage_switch opsBaolin Wang2019-07-101-0/+24
* mmc: sdhci-pci: Add support for Intel EHLAdrian Hunter2019-07-102-0/+4
* mmc: tmio: Use dma_max_mapping_size() instead of a workaroundYoshihiro Shimoda2019-07-101-14/+4
* mmc: sdio: Drop unused in-parameter from mmc_sdio_init_card()Ulf Hansson2019-07-101-11/+9
* mmc: sdio: Drop unused in-parameter to mmc_sdio_reinit_card()Ulf Hansson2019-07-101-12/+6
* mmc: sdio: Don't re-initialize powered-on removable SDIO cards at resumeUlf Hansson2019-07-101-7/+7
* mmc: sdio: Drop powered-on re-init at runtime resume and HW resetUlf Hansson2019-07-101-7/+1
* mmc: sdio: Move comment about re-initialization to mmc_sdio_reinit_card()Ulf Hansson2019-07-101-17/+17
* mmc: sdio: Drop mmc_claim|release_host() in mmc_sdio_power_restore()Ulf Hansson2019-07-101-4/+0
* mmc: sdio: Turn sdio_run_irqs() into staticUlf Hansson2019-06-202-3/+1
* Merge branch 'fixes' into nextUlf Hansson2019-06-182-1/+16
|\
| * mmc: core: Prevent processing SDIO IRQs when the card is suspendedUlf Hansson2019-06-182-1/+16
* | mmc: sdhci: Fix indenting on SDHCI_CTRL_8BITBUSRaul E Rangel2019-06-181-1/+1
* | mmc: sdhci: sdhci-pci-o2micro: Check if controller supports 8-bit widthRaul E Rangel2019-06-181-1/+11
* | Merge branch 'fixes' into nextUlf Hansson2019-06-181-1/+4
|\|
| * mmc: sdhci: sdhci-pci-o2micro: Correctly set bus width when tuningRaul E Rangel2019-06-181-1/+4
* | Merge branch 'fixes' into nextUlf Hansson2019-06-185-7/+99
|\|
| * brcmfmac: sdio: Don't tune while the card is offDouglas Anderson2019-06-181-0/+7
| * mmc: core: Add sdio_retune_hold_now() and sdio_retune_release()Douglas Anderson2019-06-182-0/+43
| * brcmfmac: sdio: Disable auto-tuning around commands expected to failDouglas Anderson2019-06-181-0/+4
| * mmc: core: API to temporarily disable retuning for SDIO CRC errorsDouglas Anderson2019-06-184-2/+44
| * Revert "brcmfmac: disable command decode in sdio_aos"Douglas Anderson2019-06-181-5/+1
* | mmc: sdhci-of-esdhc: use 1/2 periperhal clock for ls1028aYangbo Lu2019-06-171-4/+5
* | mmc: sdhci-of-esdhc: set the sd clock divisor value above 3Yangbo Lu2019-06-171-0/+8
* | mmc: host: s3cmci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-172-23/+6
* | mmc: host: dw_mmc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-171-29/+7
* | mmc: host: atmel-mci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-171-31/+7
* | mmc: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-172-57/+9
* | Merge branch 'fixes' into nextUlf Hansson2019-06-172-20/+25
|\|
| * mmc: mediatek: fix SDIO IRQ detection issuejjian zhou2019-06-171-0/+2
| * mmc: mediatek: fix SDIO IRQ interrupt handle flowjjian zhou2019-06-171-17/+20
| * mmc: core: complete HS400 before checking statusWolfram Sang2019-06-171-3/+3
* | mmc: sdhci_am654: Add Support for 4 bit IP on J721EFaiz Abbas2019-06-171-38/+86
* | mmc: sdhci_am654: Add Support for 8 bit IP on J721EFaiz Abbas2019-06-171-25/+110
* | dt-bindings: mmc: sdhci-am654: Document bindings for the host controllers on ...Faiz Abbas2019-06-171-1/+8
* | mmc: sdhi: remove unneeded initializationWolfram Sang2019-06-101-1/+0
* | mmc: sdhi: improve quirk descriptionsWolfram Sang2019-06-101-6/+6
* | Merge branch 'fixes' into nextUlf Hansson2019-06-101-2/+7
|\|
| * mmc: sdhi: disallow HS400 for M3-W ES1.2, RZ/G2M, and V3HWolfram Sang2019-06-101-2/+7
* | sdhci: tegra: Do not log error message on deferred probeThierry Reding2019-06-101-1/+4
* | mmc: sdhci-sprd: Add PHY DLL delay configurationBaolin Wang2019-06-101-0/+51