aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-tegra.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-11Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+0
2012-10-10Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-4/+3
2012-10-07ARM: tegra: fix mismerges of header file inclusionsOlof Johansson1-1/+0
2012-09-14ARM: tegra: move sdhci platform_data definitionArnd Bergmann1-1/+1
2012-09-04mmc: tegra: convert to device tree support onlyJoseph Lo1-4/+3
2012-07-06Merge branch 'for-3.6/common-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/clkArnd Bergmann1-3/+3
2012-06-11mmc: tegra: add clk_prepare/clk_unpreparePrashant Gaikwad1-3/+3
2012-06-11mmc: tegra: use bus-width property instead of support-8bitStephen Warren1-1/+4
2012-05-25Merge tag 'mmc-merge-for-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-0/+26
2012-04-22mmc: tegra: support SDHCI SPEC 300Pavan Kunapuli1-0/+26
2012-04-18gpio: tegra: Hide tegra_gpio_enable/disable()Stephen Warren1-19/+5
2012-03-28Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-13/+87
2012-03-25mmc: sdhci-tegra: Explicitly support Tegra30Stephen Warren1-13/+87
2012-02-28includecheck: delete any duplicate instances of module.hPaul Gortmaker1-1/+0
2012-01-11mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin1-11/+1
2011-12-19mmc: sdhci: remove "state" argument from sdhci_suspend_hostManuel Lauss1-4/+1
2011-10-31mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker1-0/+1
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-11/+44
2011-10-26mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker1-0/+1
2011-10-26mmc: sdhci-tegra: Add 8-bit support to device tree binding.Stephen Warren1-0/+3
2011-10-26mmc: sdhci-tegra: Add Device Tree probing supportGrant Likely1-11/+40
2011-09-27ARM: 7101/1: arm/tegra: Replace <mach/gpio.h> with <mach/gpio-tegra.h>Stephen Warren1-0/+2
2011-08-08ARM: gpio: tegra: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King1-1/+1
2011-07-20mmc: sdhci: change sdhci-pltfm into a moduleShawn Guo1-1/+0
2011-07-20mmc: sdhci: make sdhci-pltfm device drivers self registeredShawn Guo1-35/+81
2011-05-24mmc: tegra: add pm_flagsVenkat Rao1-0/+2
2011-03-15mmc: sdhci-tegra: free irq on error and removeWolfram Sang1-1/+5
2011-01-08mmc: add sdhci-tegra driver for Tegra SoCsOlof Johansson1-0/+257