Age | Commit message (Expand) | Author | Files | Lines |
2015-04-01 | mmc: sdhci-tegra: convert to use GPIO descriptors | Mylene JOSSERAND | 1 | -24/+8 |
2015-03-23 | mmc: tegra: Optimize write_w path for tegra114 and later | Rhyland Klein | 1 | -21/+26 |
2015-03-23 | mmc: sdhci: set the .remove to sdhci_pltfm_unregister() | Kevin Hao | 1 | -6/+1 |
2015-03-23 | mmc: sdhci: disable the clock in sdhci_pltfm_unregister() | Kevin Hao | 1 | -11/+1 |
2015-03-23 | mmc: tegra: use devm help functions to get the clk and gpio | Kevin Hao | 1 | -10/+3 |
2015-01-29 | mmc: tegra: Write xfer_mode, CMD regs in together | Pavan Kunapuli | 1 | -1/+29 |
2014-09-09 | mmc: remove .owner field for drivers using module_platform_driver | Peter Griffin | 1 | -1/+0 |
2014-07-09 | mmc: tegra: Do not include asm/gpio.h | Thierry Reding | 1 | -2/+0 |
2014-05-23 | mmc: tegra: fix reporting of base clock frequency | Andrew Bresticker | 1 | -3/+7 |
2014-05-23 | mmc: tegra: disable UHS modes | Andrew Bresticker | 1 | -7/+23 |
2014-05-22 | mmc: sdhci-tegra: get rid of special PRESENT_STATE register handling | Russell King | 1 | -14/+0 |
2014-05-22 | mmc: sdhci: convert sdhci_set_uhs_signaling() into a library function | Russell King | 1 | -0/+1 |
2014-05-22 | mmc: sdhci: convert sdhci_set_clock() into a library function | Russell King | 1 | -0/+1 |
2014-05-22 | mmc: sdhci: convert reset into a library function | Russell King | 1 | -2/+4 |
2014-05-22 | mmc: sdhci: convert generic bus width setup to library function | Russell King | 1 | -3/+2 |
2014-01-13 | mmc: tegra: add support for Tegra124 | Stephen Warren | 1 | -0/+1 |
2013-06-27 | mmc: tegra: handle mmc_of_parse() errors during probe | Simon Baatz | 1 | -3/+6 |
2013-05-31 | mmc: sdhci: Add size for caller in init+register | Christian Daudt | 1 | -1/+1 |
2013-04-23 | mmc: sdhci-tegra: fix MODULE_DEVICE_TABLE | Arnd Bergmann | 1 | -1/+1 |
2013-03-22 | mmc: sdhci: Constify sdhci_ops structs where possible | Lars-Peter Clausen | 1 | -1/+1 |
2013-03-22 | mmc: sdhci_pltfm: Constify sdhci_pltfm_data | Lars-Peter Clausen | 1 | -4/+4 |
2013-03-19 | mmc: tegra: use mmc_of_parse to get the support of standard MMC DT bindings | Joseph Lo | 1 | -82/+10 |
2013-03-07 | mmc: sdhci-tegra: add basic support for Tegra114 | Rhyland Klein | 1 | -0/+14 |
2013-03-07 | mmc: sdhci-tegra: cleanup ifdefs | Rhyland Klein | 1 | -8/+0 |
2013-02-24 | mmc: tegra: assume CONFIG_OF, remove platform data | Stephen Warren | 1 | -74/+45 |
2013-02-24 | mmc: sdhci: rename platform_8bit_width to platform_bus_width | Sascha Hauer | 1 | -2/+2 |
2012-11-29 | mmc: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
2012-11-29 | mmc: remove use of __devinitdata | Bill Pemberton | 1 | -1/+1 |
2012-11-29 | mmc: remove use of __devinit | Bill Pemberton | 1 | -2/+2 |
2012-11-29 | mmc: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
2012-10-11 | Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -1/+0 |
2012-10-10 | Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+3 |
2012-10-07 | ARM: tegra: fix mismerges of header file inclusions | Olof Johansson | 1 | -1/+0 |
2012-09-14 | ARM: tegra: move sdhci platform_data definition | Arnd Bergmann | 1 | -1/+1 |
2012-09-04 | mmc: tegra: convert to device tree support only | Joseph Lo | 1 | -4/+3 |
2012-07-07 | Merge branch 'for-3.6/common-clk' of git://git.kernel.org/pub/scm/linux/kerne... | Arnd Bergmann | 1 | -3/+3 |
2012-06-11 | mmc: tegra: add clk_prepare/clk_unprepare | Prashant Gaikwad | 1 | -3/+3 |
2012-06-11 | mmc: tegra: use bus-width property instead of support-8bit | Stephen Warren | 1 | -1/+4 |
2012-05-25 | Merge tag 'mmc-merge-for-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+26 |
2012-04-22 | mmc: tegra: support SDHCI SPEC 300 | Pavan Kunapuli | 1 | -0/+26 |
2012-04-18 | gpio: tegra: Hide tegra_gpio_enable/disable() | Stephen Warren | 1 | -19/+5 |
2012-03-29 | Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -13/+87 |
2012-03-26 | mmc: sdhci-tegra: Explicitly support Tegra30 | Stephen Warren | 1 | -13/+87 |
2012-02-29 | includecheck: delete any duplicate instances of module.h | Paul Gortmaker | 1 | -1/+0 |
2012-01-12 | mmc: convert drivers/mmc/host/* to use module_platform_driver() | Axel Lin | 1 | -11/+1 |
2011-12-20 | mmc: sdhci: remove "state" argument from sdhci_suspend_host | Manuel Lauss | 1 | -4/+1 |
2011-11-01 | mmc: Add module.h to drivers/mmc users assuming implicit presence. | Paul Gortmaker | 1 | -0/+1 |
2011-10-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb... | Linus Torvalds | 1 | -11/+44 |
2011-10-27 | mmc: Add module.h to drivers/mmc users assuming implicit presence. | Paul Gortmaker | 1 | -0/+1 |
2011-10-26 | mmc: sdhci-tegra: Add 8-bit support to device tree binding. | Stephen Warren | 1 | -0/+3 |