summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-tegra.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-08mmc: tegra: Perform pad calibration after voltage switchAapo Vienamo1-0/+5
2018-10-08mmc: tegra: Program pad autocal offsets from dtAapo Vienamo1-1/+151
2018-10-08mmc: tegra: Disable card clock during pad calibrationAapo Vienamo1-0/+26
2018-10-08mmc: tegra: Power on the calibration padAapo Vienamo1-0/+26
2018-10-08mmc: tegra: Set calibration pad voltage referenceAapo Vienamo1-23/+33
2018-10-08mmc: tegra: Poll for calibration completionAapo Vienamo1-5/+17
2018-10-08mmc: tegra: Reconfigure pad voltages during voltage switchingAapo Vienamo1-7/+129
2018-07-30mmc: tegra: Force correct divider calculation on DDR50/52Aapo Vienamo1-1/+16
2018-07-16mmc: tegra: Add and use tegra_sdhci_get_max_clock()Aapo Vienamo1-2/+9
2018-07-16mmc: tegra: prevent ACMD23 on Tegra 3Stefan Agner1-1/+9
2018-07-16mmc: tegra: fix eMMC DDR52 modeStefan Agner1-1/+2
2018-07-16mmc: tegra: prevent HS200 on Tegra 3Stefan Agner1-1/+2
2018-07-16mmc: tegra: Use sdhci_pltfm_clk_get_max_clockAapo Vienamo1-13/+2
2018-05-08mmc: tegra: remove redundant return statementAapo Vienamo1-1/+1
2017-10-30mmc: tegra: Mark 64 bit dma broken on Tegra186Krishna Reddy1-1/+9
2017-08-30mmc: sdhci-tegra: use generic sdhci_set_bus_width()Michał Mirosław1-21/+2
2017-08-30mmc: tegra: explicitly request exclusive reset controlPhilipp Zabel1-1/+2
2017-04-24mmc: tegra: Add Tegra186 supportThierry Reding1-0/+16
2017-04-24mmc: tegra: Support module resetThierry Reding1-1/+42
2016-09-26mmc: tegra: Mark 64-bit DMA broken on Tegra124Thierry Reding1-1/+26
2016-07-29mmc: sdhci-pltfm: Drop define for SDHCI_PLTFM_PMOPSUlf Hansson1-1/+1
2016-07-25mmc: tegra: Only advertise UHS modes if IO regulator is presentJon Hunter1-20/+29
2016-04-14mmc: tegra: Disable UHS-I modes for Tegra124Jon Hunter1-9/+1
2016-03-17mmc: tegra: implement memcomp pad calibrationLucas Stach1-3/+44
2016-03-17mmc: tegra: properly disable card clockLucas Stach1-1/+1
2016-03-16mmc: tegra: Disable UHS-I modes for tegra114Jon Hunter1-1/+11
2016-02-29mmc: sdhci-tegra: use sdhci_pltfm_init for private allocationJisheng Zhang1-14/+7
2016-01-05mmc: tegra: use correct accessor for misc ctrl registerLucas Stach1-2/+2
2016-01-05mmc: tegra: enable UHS-I modesLucas Stach1-20/+17
2015-12-28mmc: tegra: implement UHS tuningLucas Stach1-0/+55
2015-12-28mmc: tegra: disable SPI_MODE_CLKENLucas Stach1-1/+9
2015-12-28mmc: tegra: implement module external clock changeLucas Stach1-7/+54
2015-12-22mmc: tegra: Add Tegra210 supportThierry Reding1-0/+17
2015-12-22mmc: tegra: Constify SoC dataThierry Reding1-3/+3
2015-04-01mmc: sdhci-tegra: convert to use GPIO descriptorsMylene JOSSERAND1-24/+8
2015-03-23mmc: tegra: Optimize write_w path for tegra114 and laterRhyland Klein1-21/+26
2015-03-23mmc: sdhci: set the .remove to sdhci_pltfm_unregister()Kevin Hao1-6/+1
2015-03-23mmc: sdhci: disable the clock in sdhci_pltfm_unregister()Kevin Hao1-11/+1
2015-03-23mmc: tegra: use devm help functions to get the clk and gpioKevin Hao1-10/+3
2015-01-29mmc: tegra: Write xfer_mode, CMD regs in togetherPavan Kunapuli1-1/+29
2014-09-09mmc: remove .owner field for drivers using module_platform_driverPeter Griffin1-1/+0
2014-07-09mmc: tegra: Do not include asm/gpio.hThierry Reding1-2/+0
2014-05-23mmc: tegra: fix reporting of base clock frequencyAndrew Bresticker1-3/+7
2014-05-23mmc: tegra: disable UHS modesAndrew Bresticker1-7/+23
2014-05-22mmc: sdhci-tegra: get rid of special PRESENT_STATE register handlingRussell King1-14/+0
2014-05-22mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionRussell King1-0/+1
2014-05-22mmc: sdhci: convert sdhci_set_clock() into a library functionRussell King1-0/+1
2014-05-22mmc: sdhci: convert reset into a library functionRussell King1-2/+4
2014-05-22mmc: sdhci: convert generic bus width setup to library functionRussell King1-3/+2
2014-01-13mmc: tegra: add support for Tegra124Stephen Warren1-0/+1