summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-tegra.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: tegra: fix reporting of base clock frequencyAndrew Bresticker2014-05-231-3/+7
* mmc: tegra: disable UHS modesAndrew Bresticker2014-05-231-7/+23
* mmc: sdhci-tegra: get rid of special PRESENT_STATE register handlingRussell King2014-05-221-14/+0Star
* mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionRussell King2014-05-221-0/+1
* mmc: sdhci: convert sdhci_set_clock() into a library functionRussell King2014-05-221-0/+1
* mmc: sdhci: convert reset into a library functionRussell King2014-05-221-2/+4
* mmc: sdhci: convert generic bus width setup to library functionRussell King2014-05-221-3/+2Star
* mmc: tegra: add support for Tegra124Stephen Warren2014-01-131-0/+1
* mmc: tegra: handle mmc_of_parse() errors during probeSimon Baatz2013-06-271-3/+6
* mmc: sdhci: Add size for caller in init+registerChristian Daudt2013-05-311-1/+1
* mmc: sdhci-tegra: fix MODULE_DEVICE_TABLEArnd Bergmann2013-04-231-1/+1
* mmc: sdhci: Constify sdhci_ops structs where possibleLars-Peter Clausen2013-03-221-1/+1
* mmc: sdhci_pltfm: Constify sdhci_pltfm_dataLars-Peter Clausen2013-03-221-4/+4
* mmc: tegra: use mmc_of_parse to get the support of standard MMC DT bindingsJoseph Lo2013-03-191-82/+10Star
* mmc: sdhci-tegra: add basic support for Tegra114Rhyland Klein2013-03-071-0/+14
* mmc: sdhci-tegra: cleanup ifdefsRhyland Klein2013-03-071-8/+0Star
* mmc: tegra: assume CONFIG_OF, remove platform dataStephen Warren2013-02-241-74/+45Star
* mmc: sdhci: rename platform_8bit_width to platform_bus_widthSascha Hauer2013-02-241-2/+2
* mmc: remove use of __devexitBill Pemberton2012-11-281-1/+1
* mmc: remove use of __devinitdataBill Pemberton2012-11-281-1/+1
* mmc: remove use of __devinitBill Pemberton2012-11-281-2/+2
* mmc: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-111-1/+0Star
|\
| * ARM: tegra: fix mismerges of header file inclusionsOlof Johansson2012-10-071-1/+0Star
* | Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-101-4/+3Star
|\ \ | |/ |/|
| * mmc: tegra: convert to device tree support onlyJoseph Lo2012-09-041-4/+3Star
* | ARM: tegra: move sdhci platform_data definitionArnd Bergmann2012-09-141-1/+1
|/
* Merge branch 'for-3.6/common-clk' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2012-07-061-3/+3
|\
| * mmc: tegra: add clk_prepare/clk_unpreparePrashant Gaikwad2012-06-111-3/+3
* | mmc: tegra: use bus-width property instead of support-8bitStephen Warren2012-06-111-1/+4
|/
* Merge tag 'mmc-merge-for-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-05-251-0/+26
|\
| * mmc: tegra: support SDHCI SPEC 300Pavan Kunapuli2012-04-221-0/+26
* | gpio: tegra: Hide tegra_gpio_enable/disable()Stephen Warren2012-04-181-19/+5Star
|/
* Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-03-291-13/+87
|\
| * mmc: sdhci-tegra: Explicitly support Tegra30Stephen Warren2012-03-261-13/+87
* | includecheck: delete any duplicate instances of module.hPaul Gortmaker2012-02-291-1/+0Star
|/
* mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin2012-01-121-11/+1Star
* mmc: sdhci: remove "state" argument from sdhci_suspend_hostManuel Lauss2011-12-201-4/+1Star
* mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker2011-11-011-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-10-281-11/+44
|\
| * mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker2011-10-261-0/+1
| * mmc: sdhci-tegra: Add 8-bit support to device tree binding.Stephen Warren2011-10-261-0/+3
| * mmc: sdhci-tegra: Add Device Tree probing supportGrant Likely2011-10-261-11/+40
* | ARM: 7101/1: arm/tegra: Replace <mach/gpio.h> with <mach/gpio-tegra.h>Stephen Warren2011-09-271-0/+2
* | ARM: gpio: tegra: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-081-1/+1
|/
* mmc: sdhci: change sdhci-pltfm into a moduleShawn Guo2011-07-201-1/+0Star
* mmc: sdhci: make sdhci-pltfm device drivers self registeredShawn Guo2011-07-201-35/+81
* mmc: tegra: add pm_flagsVenkat Rao2011-05-251-0/+2
* mmc: sdhci-tegra: free irq on error and removeWolfram Sang2011-03-151-1/+5
* mmc: add sdhci-tegra driver for Tegra SoCsOlof Johansson2011-01-091-0/+257