aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-tegra.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-27mmc: tegra: handle mmc_of_parse() errors during probeSimon Baatz1-3/+6
2013-05-31mmc: sdhci: Add size for caller in init+registerChristian Daudt1-1/+1
2013-04-23mmc: sdhci-tegra: fix MODULE_DEVICE_TABLEArnd Bergmann1-1/+1
2013-03-22mmc: sdhci: Constify sdhci_ops structs where possibleLars-Peter Clausen1-1/+1
2013-03-22mmc: sdhci_pltfm: Constify sdhci_pltfm_dataLars-Peter Clausen1-4/+4
2013-03-19mmc: tegra: use mmc_of_parse to get the support of standard MMC DT bindingsJoseph Lo1-82/+10
2013-03-06mmc: sdhci-tegra: add basic support for Tegra114Rhyland Klein1-0/+14
2013-03-06mmc: sdhci-tegra: cleanup ifdefsRhyland Klein1-8/+0
2013-02-24mmc: tegra: assume CONFIG_OF, remove platform dataStephen Warren1-74/+45
2013-02-24mmc: sdhci: rename platform_8bit_width to platform_bus_widthSascha Hauer1-2/+2
2012-11-28mmc: remove use of __devexitBill Pemberton1-1/+1
2012-11-28mmc: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-28mmc: remove use of __devinitBill Pemberton1-2/+2
2012-11-28mmc: remove use of __devexit_pBill Pemberton1-1/+1