aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci-of-esdhc.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-11mmc: sdhci-of-esdhc: fix the mmc error after sleep on ls1046ardbGravatar yinbo.zhu 1-4/+8
2017-12-11mmc: sdhci-of-esdhc: fix eMMC couldn't work after kexecGravatar yinbo.zhu 1-0/+4
2017-10-30mmc: sdhci-of-esdhc: disable SD clock for clock value 0Gravatar yangbo lu 1-28/+30
2017-08-30mmc: sdhci-of-esdhc: support ESDHC_CAPABILITIES_1 accessingGravatar yangbo lu 1-2/+21
2017-04-28mmc: sdhci-of-esdhc: limit SD clock for ls1012a/ls1046aGravatar yangbo lu 1-0/+14
2017-04-28mmc: sdhci-of-esdhc: poll ESDHC_CLOCK_STABLE bit with udelayGravatar yangbo lu 1-5/+4
2017-04-24mmc: sdhci-of-esdhc: add delay between tuning cyclesGravatar yangbo lu 1-0/+1
2017-04-24mmc: sdhci-of-esdhc: add tuning supportGravatar yangbo lu 1-0/+20
2017-04-24mmc: sdhci-of-esdhc: add support for signal voltage switchGravatar yangbo lu 1-0/+74
2017-04-24mmc: sdhci-of-esdhc: add peripheral clock supportGravatar yangbo lu 1-2/+71
2017-04-24mmc: sdhci: Let drivers decide whether to use mmc_retune_needed() with pmGravatar Adrian Hunter 1-0/+3
2017-02-13mmc: sdhci-of-esdhc: avoid clock glitch when frequency is changingGravatar yangbo lu 1-3/+18
2017-02-13mmc: sdhci-of-esdhc: remove default broken-cd for ARMGravatar yangbo lu 1-8/+10
2016-11-29mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0Gravatar yangbo lu 1-0/+20
2016-11-18mmc: sdhci-of-esdhc: fixup PRESENT_STATE readGravatar Michael Walle 1-0/+14
2016-09-26mmc: sdhci-of-esdhc: use of_property_read_boolGravatar Julia Lawall 1-1/+1
2016-07-27mmc: sdhci-of-esdhc: Simplify code by using SIMPLE_DEV_PM_OPSGravatar Ulf Hansson 1-10/+6
2016-02-29mmc: sdhci-of-esdhc: use sdhci_pltfm_init for private allocationGravatar Jisheng Zhang 1-10/+9
2015-12-22mmc: sdhci-of-esdhc: add/remove some quirks according to vendor versionGravatar yangbo lu 1-0/+10
2015-10-26mmc: sdhci-of-esdhc: avoid writing power control registerGravatar yangbo lu 1-0/+6
2015-10-26mmc: sdhci-of-esdhc: add quirk SDHCI_QUIRK_BROKEN_TIMEOUT_VAL for ls1021aGravatar yangbo lu 1-0/+3
2015-10-26mmc: sdhci-of-esdhc: support both BE and LE host controllerGravatar yangbo lu 1-112/+339
2015-10-26mmc: sdhci-pltfm: enable interrupt mode to detect card for ls1021aGravatar Yangbo Lu 1-1/+2
2015-08-27mmc: sdhci-of-esdhc: add workaround for pre divider initial valueGravatar Yangbo Lu 1-0/+6
2015-06-01mmc: sdhci-of-esdhc: enable interrupt mode to detect cardGravatar Yangbo Lu 1-0/+7
2015-06-01mmc: sdhci-of-esdhc: Pre divider starts at 1Gravatar Joakim Tjernlund 1-2/+2
2015-03-23mmc: sdhci: set the .remove to sdhci_pltfm_unregister()Gravatar Kevin Hao 1-6/+1
2015-01-19mmc: sdhci-of-esdhc: Handle error from mmc_of_parse()Gravatar Ulf Hansson 1-2/+8
2015-01-19mmc: sdhci: Fix FSL ESDHC reset handling quirkGravatar Alessio Igor Bogani 1-1/+9
2014-09-09mmc: remove .owner field for drivers using module_platform_driverGravatar Peter Griffin 1-1/+0
2014-05-23mmc: sdhci-of-esdhc: Fixup compile errorGravatar Ulf Hansson 1-3/+3
2014-05-22mmc: sdhci-of-esdhc: remove platform_suspend/platform_resume callbacksGravatar Russell King 1-19/+36
2014-05-22mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionGravatar Russell King 1-0/+1
2014-05-22mmc: sdhci: move setting mmc->actual_clock into set_clock handlersGravatar Russell King 1-1/+2
2014-05-22mmc: sdhci: move setting host->clock into sdhci_do_set_ios()Gravatar Russell King 1-3/+1
2014-05-22mmc: sdhci: convert reset into a library functionGravatar Russell King 1-0/+1
2014-05-22mmc: sdhci: convert generic bus width setup to library functionGravatar Russell King 1-4/+2
2013-09-27mmc: sdhci-esdhc-imx: set actual_clock in clock settingGravatar Dong Aisheng 1-1/+1
2013-09-26mmc: sdhci-esdhc: move common esdhc_set_clock to platform driverGravatar Dong Aisheng 1-2/+33
2013-08-26mmc: esdhc: add support to get voltage from device-treeGravatar Haijun Zhang 1-0/+1
2013-07-05mmc: esdhc: Fix bug when writing to SDHCI_HOST_CONTROL registerGravatar Oded Gabbay 1-0/+17
2013-07-05mmc: esdhc: Add support for 8-bit bus width and non-removable cardGravatar Oded Gabbay 1-1/+43
2013-06-27mmc: sdhci-esdhc: calculate sdclk divider from controller clockGravatar Lucas Stach 1-1/+1
2013-05-31mmc: sdhci: Add size for caller in init+registerGravatar Christian Daudt 1-1/+1
2013-03-22mmc: sdhci: Constify sdhci_ops structs where possibleGravatar Lars-Peter Clausen 1-1/+1
2013-03-22mmc: sdhci_pltfm: Constify sdhci_pltfm_dataGravatar Lars-Peter Clausen 1-1/+1
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+3
2012-12-06mmc: eSDHC: Recover from ADMA errorsGravatar Haijun Zhang 1-1/+50
2012-12-06mmc: sdhci-of-esdhc: support commands with busy response expecting TCGravatar Jerry Huang 1-0/+3
2012-11-28mmc: remove use of __devexitGravatar Bill Pemberton 1-1/+1