summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | mmc: sdhci: fix __sdhci_adma_write_descJisheng Zhang2018-10-081-2/+2
* | mmc: mxcmmc: replace spin_lock_irqsave with spin_lock in ISRjun qian2018-10-081-3/+2
* | mmc: renesas_sdhi_internal_dmac: set scatter/gather max segment sizeNiklas Söderlund2018-10-081-0/+8
* | mmc: sunxi: Use new timing mode for A64 eMMC controllerChen-Yu Tsai2018-10-081-0/+1
* | mmc: sunxi: Clarify new timing mode usage and implementationChen-Yu Tsai2018-10-081-6/+17
* | mmc: sdhci-sprd: Add Spreadtrum's initial host controllerChunyan Zhang2018-10-083-0/+512
* | dt-bindings: sdhci-sprd: Add bindings for the sdhci-sprd controllerChunyan Zhang2018-10-081-0/+41
* | mmc: sdhci: SDMA may use Auto-CMD23 in v4 modeChunyan Zhang2018-10-081-2/+5
* | mmc: sdhci: Add Auto CMD Auto Select supportChunyan Zhang2018-10-082-10/+41
* | mmc: sdhci: Add 32-bit block count support for v4 modeChunyan Zhang2018-10-082-1/+21
* | mmc: sdhci: Add ADMA2 64-bit addressing support for V4 modeChunyan Zhang2018-10-082-26/+78
* | mmc: sdhci: Change SDMA address register for v4 modeChunyan Zhang2018-10-081-10/+20
* | mmc: sdhci: Add sd host v4 modeChunyan Zhang2018-10-082-0/+32
* | mmc: sdhci: Add version V4 definitionChunyan Zhang2018-10-082-1/+4
* | mmc: tegra: fix inconsistent IS_ERR and PTR_ERRYueHaibing2018-10-081-1/+1
* | mmc: tegra: Implement periodic pad calibrationAapo Vienamo2018-10-081-0/+22
* | mmc: tegra: Implement HS400 delay line calibrationAapo Vienamo2018-10-081-0/+29
* | mmc: tegra: Implement HS400 enhanced strobeAapo Vienamo2018-10-081-0/+23
* | mmc: tegra: Parse and program DQS trim valueAapo Vienamo2018-10-081-3/+29
* | dt-bindings: mmc: Add DQS trim value to Tegra SDHCIAapo Vienamo2018-10-081-0/+4
* | mmc: tegra: Enable UHS and HS200 modes for Tegra186Aapo Vienamo2018-10-081-1/+3
* | mmc: tegra: Enable UHS and HS200 modes for Tegra210Aapo Vienamo2018-10-081-1/+3
* | mmc: tegra: Disable card clock during tuning cmd on Tegra210Aapo Vienamo2018-10-081-23/+58
* | mmc: tegra: Remove tegra_sdhci_writew() from tegra210_sdhci_opsAapo Vienamo2018-10-081-1/+0
* | mmc: tegra: Use standard SDHCI tuning on Tegra210 and Tegra186Aapo Vienamo2018-10-081-2/+15
* | mmc: tegra: Configure default trim value on resetAapo Vienamo2018-10-081-1/+6
* | mmc: tegra: Configure default tap valuesAapo Vienamo2018-10-081-55/+77
* | mmc: tegra: Parse default trim and tap from dtAapo Vienamo2018-10-081-0/+22
* | mmc: tegra: Add a workaround for tap value change glitchAapo Vienamo2018-10-081-2/+28
* | mmc: tegra: Enable pad calibration on Tegra210 and Tegra186Aapo Vienamo2018-10-081-2/+4
* | mmc: tegra: Perform pad calibration after voltage switchAapo Vienamo2018-10-081-0/+5
* | mmc: tegra: Program pad autocal offsets from dtAapo Vienamo2018-10-081-1/+151
* | mmc: tegra: Disable card clock during pad calibrationAapo Vienamo2018-10-081-0/+26
* | mmc: tegra: Power on the calibration padAapo Vienamo2018-10-081-0/+26
* | mmc: tegra: Set calibration pad voltage referenceAapo Vienamo2018-10-081-23/+33
* | mmc: tegra: Poll for calibration completionAapo Vienamo2018-10-081-5/+17
* | mmc: tegra: Reconfigure pad voltages during voltage switchingAapo Vienamo2018-10-081-7/+129
* | dt-bindings: mmc: Add Tegra SDHCI sampling trimmer valuesAapo Vienamo2018-10-081-0/+11
* | dt-bindings: Add Tegra SDHCI pad pdpu offset bindingsAapo Vienamo2018-10-081-0/+35
* | dt-bindings: mmc: tegra: Add pad voltage control propertiesAapo Vienamo2018-10-081-0/+22
* | mmc: tmio: remove now unused variableWolfram Sang2018-10-081-1/+1
* | mmc: tmio: more concise clk calculationWolfram Sang2018-10-081-8/+3
* | mmc: tmio: Fix SCC error detectionMasaharu Hayakawa2018-10-081-2/+2
* | mmc: renesas_sdhi: skip SCC error check when retuningMasaharu Hayakawa2018-10-081-0/+13
* | mmc: core: add helper to see if a host is doing a retuneNiklas Söderlund2018-10-081-0/+5
* | mmc: tmio: refactor CLK_CTL bit calculationMasahiro Yamada2018-10-081-5/+13
* | mmc: renesas_sdhi: merge clk_{start,stop} functions to set_clockMasahiro Yamada2018-10-081-26/+12
* | mmc: sdhci-of-dwcmshc: solve 128MB DMA boundary limitationJisheng Zhang2018-10-081-0/+39
* | mmc: sdhci: introduce adma_write_desc() hook to struct sdhci_opsJisheng Zhang2018-10-082-14/+27
* | mmc: sdhci: add adma_table_cnt member to struct sdhci_hostJisheng Zhang2018-10-082-8/+12