summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-of-esdhc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci-of-esdhc: disable SD clock for clock value 0yangbo lu2017-10-301-28/+30
* mmc: sdhci-of-esdhc: support ESDHC_CAPABILITIES_1 accessingyangbo lu2017-08-301-2/+21
* mmc: sdhci-of-esdhc: limit SD clock for ls1012a/ls1046ayangbo lu2017-04-281-0/+14
* mmc: sdhci-of-esdhc: poll ESDHC_CLOCK_STABLE bit with udelayyangbo lu2017-04-281-5/+4Star
* mmc: sdhci-of-esdhc: add delay between tuning cyclesyangbo lu2017-04-241-0/+1
* mmc: sdhci-of-esdhc: add tuning supportyangbo lu2017-04-241-0/+20
* mmc: sdhci-of-esdhc: add support for signal voltage switchyangbo lu2017-04-241-0/+74
* mmc: sdhci-of-esdhc: add peripheral clock supportyangbo lu2017-04-241-2/+71
* mmc: sdhci: Let drivers decide whether to use mmc_retune_needed() with pmAdrian Hunter2017-04-241-0/+3
* mmc: sdhci-of-esdhc: avoid clock glitch when frequency is changingyangbo lu2017-02-131-3/+18
* mmc: sdhci-of-esdhc: remove default broken-cd for ARMyangbo lu2017-02-131-8/+10
* mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0yangbo lu2016-11-291-0/+20
* mmc: sdhci-of-esdhc: fixup PRESENT_STATE readMichael Walle2016-11-181-0/+14
* mmc: sdhci-of-esdhc: use of_property_read_boolJulia Lawall2016-09-261-1/+1
* mmc: sdhci-of-esdhc: Simplify code by using SIMPLE_DEV_PM_OPSUlf Hansson2016-07-271-10/+6Star
* mmc: sdhci-of-esdhc: use sdhci_pltfm_init for private allocationJisheng Zhang2016-02-291-10/+9Star
* mmc: sdhci-of-esdhc: add/remove some quirks according to vendor versionyangbo lu2015-12-221-0/+10
* mmc: sdhci-of-esdhc: avoid writing power control registeryangbo lu2015-10-261-0/+6
* mmc: sdhci-of-esdhc: add quirk SDHCI_QUIRK_BROKEN_TIMEOUT_VAL for ls1021ayangbo lu2015-10-261-0/+3
* mmc: sdhci-of-esdhc: support both BE and LE host controlleryangbo lu2015-10-261-112/+339
* mmc: sdhci-pltfm: enable interrupt mode to detect card for ls1021aYangbo Lu2015-10-261-1/+2
* mmc: sdhci-of-esdhc: add workaround for pre divider initial valueYangbo Lu2015-08-271-0/+6
* mmc: sdhci-of-esdhc: enable interrupt mode to detect cardYangbo Lu2015-06-011-0/+7
* mmc: sdhci-of-esdhc: Pre divider starts at 1Joakim Tjernlund2015-06-011-2/+2
* mmc: sdhci: set the .remove to sdhci_pltfm_unregister()Kevin Hao2015-03-231-6/+1Star
* mmc: sdhci-of-esdhc: Handle error from mmc_of_parse()Ulf Hansson2015-01-191-2/+8
* mmc: sdhci: Fix FSL ESDHC reset handling quirkAlessio Igor Bogani2015-01-191-1/+9
* mmc: remove .owner field for drivers using module_platform_driverPeter Griffin2014-09-091-1/+0Star
* mmc: sdhci-of-esdhc: Fixup compile errorUlf Hansson2014-05-231-3/+3
* mmc: sdhci-of-esdhc: remove platform_suspend/platform_resume callbacksRussell King2014-05-221-19/+36
* mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionRussell King2014-05-221-0/+1
* mmc: sdhci: move setting mmc->actual_clock into set_clock handlersRussell King2014-05-221-1/+2
* mmc: sdhci: move setting host->clock into sdhci_do_set_ios()Russell King2014-05-221-3/+1Star
* 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-4/+2Star
* mmc: sdhci-esdhc-imx: set actual_clock in clock settingDong Aisheng2013-09-271-1/+1
* mmc: sdhci-esdhc: move common esdhc_set_clock to platform driverDong Aisheng2013-09-261-2/+33
* mmc: esdhc: add support to get voltage from device-treeHaijun Zhang2013-08-261-0/+1
* mmc: esdhc: Fix bug when writing to SDHCI_HOST_CONTROL registerOded Gabbay2013-07-051-0/+17
* mmc: esdhc: Add support for 8-bit bus width and non-removable cardOded Gabbay2013-07-051-1/+43
* mmc: sdhci-esdhc: calculate sdclk divider from controller clockLucas Stach2013-06-271-1/+1
* mmc: sdhci: Add size for caller in init+registerChristian Daudt2013-05-311-1/+1
* 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-1/+1
* Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-3/+3
|\
| * mmc: remove use of __devexitBill Pemberton2012-11-281-1/+1
| * mmc: remove use of __devinitBill Pemberton2012-11-281-1/+1
| * mmc: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* | mmc: eSDHC: Recover from ADMA errorsHaijun Zhang2012-12-061-1/+50
* | mmc: sdhci-of-esdhc: support commands with busy response expecting TCJerry Huang2012-12-061-0/+3
|/