aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-sirf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-23mmc: sdhci: set the .remove to sdhci_pltfm_unregister()Kevin Hao1-8/+1
2015-03-23mmc: sdhci: disable the clock in sdhci_pltfm_unregister()Kevin Hao1-4/+1
2015-03-23mmc: sdhci-sirf: kill the "clk" member in driver private structKevin Hao1-19/+7
2015-03-23mmc: sirf: update sdhci_sirf_execute_tuning procedureweijun yang1-3/+3
2015-01-19mmc: sdhci-sirf: Remove redundant use of mmc_gpio_free_cd()Ulf Hansson1-3/+0
2015-01-19mmc: sdhci-sirf: add sirf tuning function (cmd 19)Minda Chen1-0/+71
2014-09-23mmc: don't request CD IRQ until mmc_start_host()Stephen Warren1-0/+1
2014-09-09mmc: sdhci-sirf: fix 8bit width enable by overwriting set_bus_widthMinda Chen1-1/+23
2014-09-09mmc: remove .owner field for drivers using module_platform_driverPeter Griffin1-1/+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-0/+1
2014-05-22mmc: sdhci: convert generic bus width setup to library functionRussell King1-0/+1
2013-08-24mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()Laurent Pinchart1-1/+1
2013-06-27mmc: sirf: fix sdhci_pltfm_init sequenceArnd Bergmann1-28/+23
2013-06-27mmc: sdhci-sirf: let device core setup the default pin configurationBarry Song1-8/+0
2013-03-22mmc: sdhci-sirf: add mmc host sdhci-pltfm based driver for SiRF SoCsBarry Song1-0/+193