summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-sirf.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4Thomas Gleixner2019-05-211-2/+1
* mmc: sdhci: sirf: Use the slot GPIO descriptorLinus Walleij2018-10-081-23/+5
* mmc: sdhci: enable/disable the clock in sdhci_pltfm_suspend/resumeMasahiro Yamada2017-08-301-38/+1
* mmc: sdhci-sirf: constify sdhci_pltfm_data and sdhci_ops structuresJulia Lawall2017-08-301-2/+2
* mmc: sdhci: Let drivers decide whether to use mmc_retune_needed() with pmAdrian Hunter2017-04-241-0/+3
* mmc: sdhci-sirf: Remove non needed #ifdef CONFIG_PM* for dev_pm_opsUlf Hansson2016-07-271-3/+1
* mmc: mmc: extend the mmc_send_tuning()Chaotian Jing2015-10-271-1/+1
* mmc: sirf: fix the capbility to support DDR50Weijun Yang2015-10-261-1/+2
* mmc: sdhci-sirf: corrent quirk according to real chipsBarry Song2015-08-271-2/+2
* mmc: sdhci-sirf: fake version and capbility registersWeijun Yang2015-06-011-0/+35
* mmc: sdhci-sirf: fix the tuning count in platform_execute_tuningWeijun Yang2015-06-011-4/+5
* mmc: sdhci: set the .remove to sdhci_pltfm_unregister()Kevin Hao2015-03-231-8/+1
* mmc: sdhci: disable the clock in sdhci_pltfm_unregister()Kevin Hao2015-03-231-4/+1
* mmc: sdhci-sirf: kill the "clk" member in driver private structKevin Hao2015-03-231-19/+7
* mmc: sirf: update sdhci_sirf_execute_tuning procedureweijun yang2015-03-231-3/+3
* mmc: sdhci-sirf: Remove redundant use of mmc_gpio_free_cd()Ulf Hansson2015-01-191-3/+0
* mmc: sdhci-sirf: add sirf tuning function (cmd 19)Minda Chen2015-01-191-0/+71
* mmc: don't request CD IRQ until mmc_start_host()Stephen Warren2014-09-231-0/+1
* mmc: sdhci-sirf: fix 8bit width enable by overwriting set_bus_widthMinda Chen2014-09-091-1/+23
* mmc: remove .owner field for drivers using module_platform_driverPeter Griffin2014-09-091-1/+0
* 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-0/+1
* mmc: sdhci: convert generic bus width setup to library functionRussell King2014-05-221-0/+1
* mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()Laurent Pinchart2013-08-241-1/+1
* mmc: sirf: fix sdhci_pltfm_init sequenceArnd Bergmann2013-06-271-28/+23
* mmc: sdhci-sirf: let device core setup the default pin configurationBarry Song2013-06-271-8/+0
* mmc: sdhci-sirf: add mmc host sdhci-pltfm based driver for SiRF SoCsBarry Song2013-03-221-0/+193