summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci-tegra.c
AgeCommit message (Expand)Author
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson
2020-09-07mmc: sdhci-tegra: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-08-28sdhci: tegra: Add missing TMCLK for data timeoutSowjanya Komatineni
2020-08-28sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra186Sowjanya Komatineni
2020-08-28sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra210Sowjanya Komatineni
2020-07-13mmc: sdhci-tegra: Add comment for PADCALIB and PAD_CONTROL NVQUIRKSSowjanya Komatineni
2020-05-28sdhci: tegra: Avoid reading autocal timeout values when not applicableSowjanya Komatineni
2020-03-24sdhci: tegra: Enable MMC_CAP_WAIT_WHILE_BUSY host capabilitySowjanya Komatineni
2020-03-24sdhci: tegra: Implement Tegra specific set_timeout callbackSowjanya Komatineni
2020-03-11mmc: sdhci-tegra: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSYUlf Hansson
2020-01-16mmc: tegra: fix SDR50 tuning overrideMichał Mirosław
2019-09-27mmc: tegra: Implement ->set_dma_mask()Nicolin Chen
2019-08-21Revert "mmc: sdhci-tegra: drop ->get_ro() implementation"Dmitry Osipenko
2019-06-10sdhci: tegra: Do not log error message on deferred probeThierry Reding
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner
2019-05-28mmc: tegra: Fix a warning messageDan Carpenter
2019-04-15mmc: tegra: add sdhci tegra suspend and resumeSowjanya Komatineni
2019-04-15mmc: tegra: fix CQE enable and resume sequenceSowjanya Komatineni
2019-04-15mmc: tegra: add Tegra186 WAR for CQESowjanya Komatineni
2019-04-15mmc: tegra: update hw tuning processSowjanya Komatineni
2019-04-15mmc: tegra: fix ddr signaling for non-ddr modesSowjanya Komatineni
2019-02-25mmc: sdhci-tegra: drop ->get_ro() implementationThomas Petazzoni
2019-02-25mmc: tegra: HW Command Queue Support for Tegra SDMMCSowjanya Komatineni
2019-02-25mmc: tegra: SDMMC pads auto-calibrationSowjanya Komatineni
2018-12-17mmc: tegra: Fix for SDMMC pads autocal parsing from dtSowjanya Komatineni
2018-10-08mmc: tegra: fix inconsistent IS_ERR and PTR_ERRYueHaibing
2018-10-08mmc: tegra: Implement periodic pad calibrationAapo Vienamo
2018-10-08mmc: tegra: Implement HS400 delay line calibrationAapo Vienamo
2018-10-08mmc: tegra: Implement HS400 enhanced strobeAapo Vienamo
2018-10-08mmc: tegra: Parse and program DQS trim valueAapo Vienamo
2018-10-08mmc: tegra: Enable UHS and HS200 modes for Tegra186Aapo Vienamo
2018-10-08mmc: tegra: Enable UHS and HS200 modes for Tegra210Aapo Vienamo
2018-10-08mmc: tegra: Disable card clock during tuning cmd on Tegra210Aapo Vienamo
2018-10-08mmc: tegra: Remove tegra_sdhci_writew() from tegra210_sdhci_opsAapo Vienamo
2018-10-08mmc: tegra: Use standard SDHCI tuning on Tegra210 and Tegra186Aapo Vienamo
2018-10-08mmc: tegra: Configure default trim value on resetAapo Vienamo
2018-10-08mmc: tegra: Configure default tap valuesAapo Vienamo
2018-10-08mmc: tegra: Parse default trim and tap from dtAapo Vienamo
2018-10-08mmc: tegra: Add a workaround for tap value change glitchAapo Vienamo
2018-10-08mmc: tegra: Enable pad calibration on Tegra210 and Tegra186Aapo Vienamo
2018-10-08mmc: tegra: Perform pad calibration after voltage switchAapo Vienamo
2018-10-08mmc: tegra: Program pad autocal offsets from dtAapo Vienamo
2018-10-08mmc: tegra: Disable card clock during pad calibrationAapo Vienamo
2018-10-08mmc: tegra: Power on the calibration padAapo Vienamo
2018-10-08mmc: tegra: Set calibration pad voltage referenceAapo Vienamo
2018-10-08mmc: tegra: Poll for calibration completionAapo Vienamo
2018-10-08mmc: tegra: Reconfigure pad voltages during voltage switchingAapo Vienamo
2018-07-30mmc: tegra: Force correct divider calculation on DDR50/52Aapo Vienamo
2018-07-16mmc: tegra: Add and use tegra_sdhci_get_max_clock()Aapo Vienamo