summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-tegra.c
Commit message (Expand)AuthorAgeFilesLines
* sdhci: tegra: Do not log error message on deferred probeThierry Reding2019-06-101-1/+4
* Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-081-10/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-10/+1Star
* | mmc: tegra: Fix a warning messageDan Carpenter2019-05-281-1/+1
|/
* mmc: tegra: add sdhci tegra suspend and resumeSowjanya Komatineni2019-04-151-1/+57
* mmc: tegra: fix CQE enable and resume sequenceSowjanya Komatineni2019-04-151-10/+62
* mmc: tegra: add Tegra186 WAR for CQESowjanya Komatineni2019-04-151-1/+16
* mmc: tegra: update hw tuning processSowjanya Komatineni2019-04-151-1/+215
* mmc: tegra: fix ddr signaling for non-ddr modesSowjanya Komatineni2019-04-151-0/+1
* mmc: sdhci-tegra: drop ->get_ro() implementationThomas Petazzoni2019-02-251-9/+0Star
* mmc: tegra: HW Command Queue Support for Tegra SDMMCSowjanya Komatineni2019-02-251-4/+113
* mmc: tegra: SDMMC pads auto-calibrationSowjanya Komatineni2019-02-251-41/+119
* mmc: tegra: Fix for SDMMC pads autocal parsing from dtSowjanya Komatineni2018-12-171-4/+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
* 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/+0Star
* 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
* mmc: tegra: Force correct divider calculation on DDR50/52Aapo Vienamo2018-07-301-1/+16
* mmc: tegra: Add and use tegra_sdhci_get_max_clock()Aapo Vienamo2018-07-161-2/+9
* mmc: tegra: prevent ACMD23 on Tegra 3Stefan Agner2018-07-161-1/+9
* mmc: tegra: fix eMMC DDR52 modeStefan Agner2018-07-161-1/+2
* mmc: tegra: prevent HS200 on Tegra 3Stefan Agner2018-07-161-1/+2
* mmc: tegra: Use sdhci_pltfm_clk_get_max_clockAapo Vienamo2018-07-161-13/+2Star
* mmc: tegra: remove redundant return statementAapo Vienamo2018-05-081-1/+1
* mmc: tegra: Mark 64 bit dma broken on Tegra186Krishna Reddy2017-10-301-1/+9
* mmc: sdhci-tegra: use generic sdhci_set_bus_width()Michał Mirosław2017-08-301-21/+2Star
* mmc: tegra: explicitly request exclusive reset controlPhilipp Zabel2017-08-301-1/+2
* mmc: tegra: Add Tegra186 supportThierry Reding2017-04-241-0/+16
* mmc: tegra: Support module resetThierry Reding2017-04-241-1/+42
* mmc: tegra: Mark 64-bit DMA broken on Tegra124Thierry Reding2016-09-261-1/+26
* mmc: sdhci-pltfm: Drop define for SDHCI_PLTFM_PMOPSUlf Hansson2016-07-291-1/+1
* mmc: tegra: Only advertise UHS modes if IO regulator is presentJon Hunter2016-07-251-20/+29