summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci-of-esdhc.c
AgeCommit message (Expand)Author
2018-07-16mmc: sdhci-of-esdhc: set proper dma mask for ls104x chipsLaurentiu Tudor
2018-07-16mmc: sdhci-of-esdhc: modify the sd clock in of_match_node wayyinbo.zhu
2017-12-11mmc: sdhci-of-esdhc: fix the mmc error after sleep on ls1046ardbyinbo.zhu
2017-12-11mmc: sdhci-of-esdhc: fix eMMC couldn't work after kexecyinbo.zhu
2017-10-30mmc: sdhci-of-esdhc: disable SD clock for clock value 0yangbo lu
2017-08-30mmc: sdhci-of-esdhc: support ESDHC_CAPABILITIES_1 accessingyangbo lu
2017-04-28mmc: sdhci-of-esdhc: limit SD clock for ls1012a/ls1046ayangbo lu
2017-04-28mmc: sdhci-of-esdhc: poll ESDHC_CLOCK_STABLE bit with udelayyangbo lu
2017-04-24mmc: sdhci-of-esdhc: add delay between tuning cyclesyangbo lu
2017-04-24mmc: sdhci-of-esdhc: add tuning supportyangbo lu
2017-04-24mmc: sdhci-of-esdhc: add support for signal voltage switchyangbo lu
2017-04-24mmc: sdhci-of-esdhc: add peripheral clock supportyangbo lu
2017-04-24mmc: sdhci: Let drivers decide whether to use mmc_retune_needed() with pmAdrian Hunter
2017-02-13mmc: sdhci-of-esdhc: avoid clock glitch when frequency is changingyangbo lu
2017-02-13mmc: sdhci-of-esdhc: remove default broken-cd for ARMyangbo lu
2016-11-29mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0yangbo lu
2016-11-18mmc: sdhci-of-esdhc: fixup PRESENT_STATE readMichael Walle
2016-09-26mmc: sdhci-of-esdhc: use of_property_read_boolJulia Lawall
2016-07-27mmc: sdhci-of-esdhc: Simplify code by using SIMPLE_DEV_PM_OPSUlf Hansson
2016-02-29mmc: sdhci-of-esdhc: use sdhci_pltfm_init for private allocationJisheng Zhang
2015-12-22mmc: sdhci-of-esdhc: add/remove some quirks according to vendor versionyangbo lu
2015-10-26mmc: sdhci-of-esdhc: avoid writing power control registeryangbo lu
2015-10-26mmc: sdhci-of-esdhc: add quirk SDHCI_QUIRK_BROKEN_TIMEOUT_VAL for ls1021ayangbo lu
2015-10-26mmc: sdhci-of-esdhc: support both BE and LE host controlleryangbo lu
2015-10-26mmc: sdhci-pltfm: enable interrupt mode to detect card for ls1021aYangbo Lu
2015-08-27mmc: sdhci-of-esdhc: add workaround for pre divider initial valueYangbo Lu
2015-06-01mmc: sdhci-of-esdhc: enable interrupt mode to detect cardYangbo Lu
2015-06-01mmc: sdhci-of-esdhc: Pre divider starts at 1Joakim Tjernlund
2015-03-23mmc: sdhci: set the .remove to sdhci_pltfm_unregister()Kevin Hao
2015-01-19mmc: sdhci-of-esdhc: Handle error from mmc_of_parse()Ulf Hansson
2015-01-19mmc: sdhci: Fix FSL ESDHC reset handling quirkAlessio Igor Bogani
2014-09-09mmc: remove .owner field for drivers using module_platform_driverPeter Griffin
2014-05-23mmc: sdhci-of-esdhc: Fixup compile errorUlf Hansson
2014-05-22mmc: sdhci-of-esdhc: remove platform_suspend/platform_resume callbacksRussell King
2014-05-22mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionRussell King
2014-05-22mmc: sdhci: move setting mmc->actual_clock into set_clock handlersRussell King
2014-05-22mmc: sdhci: move setting host->clock into sdhci_do_set_ios()Russell 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
2013-09-27mmc: sdhci-esdhc-imx: set actual_clock in clock settingDong Aisheng
2013-09-26mmc: sdhci-esdhc: move common esdhc_set_clock to platform driverDong Aisheng
2013-08-26mmc: esdhc: add support to get voltage from device-treeHaijun Zhang
2013-07-05mmc: esdhc: Fix bug when writing to SDHCI_HOST_CONTROL registerOded Gabbay
2013-07-05mmc: esdhc: Add support for 8-bit bus width and non-removable cardOded Gabbay
2013-06-27mmc: sdhci-esdhc: calculate sdclk divider from controller clockLucas Stach
2013-05-31mmc: sdhci: Add size for caller in init+registerChristian Daudt
2013-03-22mmc: sdhci: Constify sdhci_ops structs where possibleLars-Peter Clausen
2013-03-22mmc: sdhci_pltfm: Constify sdhci_pltfm_dataLars-Peter Clausen
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-12-06mmc: eSDHC: Recover from ADMA errorsHaijun Zhang