aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-pltfm.c
AgeCommit message (Expand)Author
2017-08-30mmc: sdhci-pltfm: export sdhci_pltfm_suspend/resumeMasahiro Yamada
2017-08-30mmc: sdhci: enable/disable the clock in sdhci_pltfm_suspend/resumeMasahiro Yamada
2017-04-24mmc: sdhci: Let drivers decide whether to use mmc_retune_needed() with pmAdrian Hunter
2016-09-26mmc: sdhci: Remove ->platform_init() callback as it's no longer usedUlf Hansson
2016-07-29mmc: sdhci-pltfm: Convert to use the SET_SYSTEM_SLEEP_PM_OPSUlf Hansson
2016-07-29mmc: sdhci-pltfm: Make sdhci_pltfm_suspend|resume() staticUlf Hansson
2016-05-02mmc: sdhci-pltfm: call platform_get_irq() before sdhci_alloc_host()Masahiro Yamada
2016-05-02mmc: sdhci-pltfm: move devm_ioremap_resource() upMasahiro Yamada
2016-05-02mmc: sdhci-pltfm: use devm_ioremap_resource()Masahiro Yamada
2016-05-02mmc: sdhci-pltfm: use devm_ioremap()Masahiro Yamada
2016-05-02mmc: sdhci-pltfm: use devm_request_mem_region()Masahiro Yamada
2016-05-02mmc: sdhci-pltfm: check return value of platform_get_irq()Masahiro Yamada
2016-05-02mmc: sdhci-pltfm: drop error message for too small MMIO resource sizeMasahiro Yamada
2015-12-22mmc: core: enable support for the standard "wakeup-source" propertySudeep Holla
2015-10-26mmc: sdhci-pltfm: Use of_property_read_u32 instead of open-coding itTobias Klauser
2015-03-23mmc: sdhci-pltfm: remove the unneeded check of disabled deviceKevin Hao
2015-03-23mmc: sdhci: disable the clock in sdhci_pltfm_unregister()Kevin Hao
2014-09-09mmc: sdhci-pltfm: Do not use parent as the host's devicePawel Moll
2014-05-22mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionRussell King
2014-05-22mmc: sdhci: convert sdhci_set_clock() into a library functionRussell King
2014-05-22mmc: sdhci: convert reset into a library functionRussell King
2014-05-22mmc: sdhci: convert generic bus width setup to library functionRussell King
2014-01-13mmc: sdhci-pltfm: export pltfm suspend/resume apiDong Aisheng
2013-05-31mmc: sdhci: Add size for caller in init+registerChristian Daudt
2013-05-26mmc: remove unnecessary platform_set_drvdata()Jingoo Han
2013-05-26mmc: sdhci-pltfm: Allow drivers to set quirks2 from platform dataAl Cooper
2013-03-22mmc: sdhci: Constify sdhci_ops structs where possibleLars-Peter Clausen
2013-03-22mmc: sdhci_pltfm: Constify sdhci_pltfm_dataLars-Peter Clausen
2013-03-22mmc: sdhci-pltfm: Fix timeout on t4240's sdhci controllerChunhe Lan
2013-02-24mmc: sdhci-pltfm: Add a common clk API implementation of get_timeout_clockLars-Peter Clausen
2012-12-06mmc: dt: add no-1-8-v device tree flagDaniel Drake
2012-12-06mmc: sdhci-pltfm: Support optional pm propertiesAbhilash Kesavan
2012-11-07mmc: sdhci-of-esdhc: disable CMD23 for some Freescale SoCsJerry Huang
2012-10-07mmc: dt: Support "broken-cd" property in sdhci-pltfmChris Ball
2012-05-15mmc: dt: Consolidate DT bindingsArnd Bergmann
2012-02-13mmc: esdhc: set the timeout to the max valueJerry Huang
2012-02-13mmc: esdhc: add PIO mode supportJerry Huang
2011-12-19mmc: sdhci: remove "state" argument from sdhci_suspend_hostManuel Lauss
2011-10-26mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker
2011-07-27mmc: sdhci-pltfm: dt device does not pass parent to sdhci_alloc_hostShawn Guo
2011-07-20mmc: sdhci: change sdhci-pltfm into a moduleShawn Guo
2011-07-20mmc: sdhci: make sdhci-of device drivers self registeredShawn Guo
2011-07-20mmc: sdhci: make sdhci-pltfm device drivers self registeredShawn Guo
2011-01-08mmc: add sdhci-tegra driver for Tegra SoCsOlof Johansson
2011-01-08mmc: Add support for the Marvell Dove SDHCI controllerMike Rapoport
2010-10-23mmc: sdhci-pltfm: add -pltfm driver for imx35/51Wolfram Sang
2010-10-23mmc: sdhci_pltfm: pass more data on custom init callWolfram Sang
2010-10-23mmc: sdhci-pltfm: move .h file into appropriate subdirWolfram Sang
2010-10-23mmc: sdhci-pltfm: Add structure for host-specific dataWolfram Sang
2010-10-23mmc: sdhci-pltfm: add suspend/resume functionsGiuseppe Cavallaro