summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-pltfm.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176Thomas Gleixner2019-05-301-13/+1Star
* mmc: sdhci-pltfm: Convert DT properties to generic device propertiesAdrian Hunter2018-10-081-28/+40
* mmc: sdhci-pltfm: export sdhci_pltfm_suspend/resumeMasahiro Yamada2017-08-301-2/+4
* mmc: sdhci: enable/disable the clock in sdhci_pltfm_suspend/resumeMasahiro Yamada2017-08-301-2/+20
* mmc: sdhci: Let drivers decide whether to use mmc_retune_needed() with pmAdrian Hunter2017-04-241-0/+3
* mmc: sdhci: Remove ->platform_init() callback as it's no longer usedUlf Hansson2016-09-261-7/+0Star
* mmc: sdhci-pltfm: Convert to use the SET_SYSTEM_SLEEP_PM_OPSUlf Hansson2016-07-291-4/+3Star
* mmc: sdhci-pltfm: Make sdhci_pltfm_suspend|resume() staticUlf Hansson2016-07-291-4/+2Star
* mmc: sdhci-pltfm: call platform_get_irq() before sdhci_alloc_host()Masahiro Yamada2016-05-021-11/+9Star
* mmc: sdhci-pltfm: move devm_ioremap_resource() upMasahiro Yamada2016-05-021-8/+5Star
* mmc: sdhci-pltfm: use devm_ioremap_resource()Masahiro Yamada2016-05-021-13/+3Star
* mmc: sdhci-pltfm: use devm_ioremap()Masahiro Yamada2016-05-021-2/+2
* mmc: sdhci-pltfm: use devm_request_mem_region()Masahiro Yamada2016-05-021-7/+4Star
* mmc: sdhci-pltfm: check return value of platform_get_irq()Masahiro Yamada2016-05-021-0/+5
* mmc: sdhci-pltfm: drop error message for too small MMIO resource sizeMasahiro Yamada2016-05-021-3/+0Star
* mmc: core: enable support for the standard "wakeup-source" propertySudeep Holla2015-12-221-1/+2
* mmc: sdhci-pltfm: Use of_property_read_u32 instead of open-coding itTobias Klauser2015-10-261-5/+1Star
* mmc: sdhci-pltfm: remove the unneeded check of disabled deviceKevin Hao2015-03-231-28/+26Star
* mmc: sdhci: disable the clock in sdhci_pltfm_unregister()Kevin Hao2015-03-231-0/+2
* mmc: sdhci-pltfm: Do not use parent as the host's devicePawel Moll2014-09-091-8/+2Star
* 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: sdhci-pltfm: export pltfm suspend/resume apiDong Aisheng2014-01-131-2/+4
* mmc: sdhci: Add size for caller in init+registerChristian Daudt2013-05-311-8/+9
* mmc: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-261-1/+0Star
* mmc: sdhci-pltfm: Allow drivers to set quirks2 from platform dataAl Cooper2013-05-261-1/+4
* 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-2/+2
* mmc: sdhci-pltfm: Fix timeout on t4240's sdhci controllerChunhe Lan2013-03-221-0/+1
* mmc: sdhci-pltfm: Add a common clk API implementation of get_timeout_clockLars-Peter Clausen2013-02-241-0/+8
* mmc: dt: add no-1-8-v device tree flagDaniel Drake2012-12-061-0/+3
* mmc: sdhci-pltfm: Support optional pm propertiesAbhilash Kesavan2012-12-061-0/+6
* mmc: sdhci-of-esdhc: disable CMD23 for some Freescale SoCsJerry Huang2012-11-071-0/+7
* mmc: dt: Support "broken-cd" property in sdhci-pltfmChris Ball2012-10-071-0/+3
* mmc: dt: Consolidate DT bindingsArnd Bergmann2012-05-151-2/+6
* mmc: esdhc: set the timeout to the max valueJerry Huang2012-02-141-0/+5
* mmc: esdhc: add PIO mode supportJerry Huang2012-02-141-1/+4
* mmc: sdhci: remove "state" argument from sdhci_suspend_hostManuel Lauss2011-12-201-7/+11
* mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker2011-10-261-0/+1
* mmc: sdhci-pltfm: dt device does not pass parent to sdhci_alloc_hostShawn Guo2011-07-271-1/+2
* mmc: sdhci: change sdhci-pltfm into a moduleShawn Guo2011-07-201-58/+24Star
* mmc: sdhci: make sdhci-of device drivers self registeredShawn Guo2011-07-201-1/+110
* mmc: sdhci: make sdhci-pltfm device drivers self registeredShawn Guo2011-07-201-120/+37Star
* mmc: add sdhci-tegra driver for Tegra SoCsOlof Johansson2011-01-091-0/+3
* mmc: Add support for the Marvell Dove SDHCI controllerMike Rapoport2011-01-091-0/+3
* mmc: sdhci-pltfm: add -pltfm driver for imx35/51Wolfram Sang2010-10-231-0/+3
* mmc: sdhci_pltfm: pass more data on custom init callWolfram Sang2010-10-231-3/+5
* mmc: sdhci-pltfm: move .h file into appropriate subdirWolfram Sang2010-10-231-1/+1