aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-of-arasan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-15mmc: sdhci-of-arasan: Add DTS property to disable DCMDs.Christoph Muellner1-1/+4
2018-12-17mmc: sdhci_am654: Add Initial Support for AM654 SDHCI driverFaiz Abbas1-46/+0
2018-10-09mmc: sdhci-of-arasan: Add Support for AM654 MMC and PHYFaiz Abbas1-0/+46
2018-10-09mmc: sdhci-of-arasan: Add a single data structure to incorporate pdata and soc_ctl_mapFaiz Abbas1-15/+32
2018-10-08mmc: sdhci-of-arasan: Do now show error message in case of deffered probeMichal Simek1-1/+2
2018-07-16mmc: sdhci-of-arasan: Add quirk for unstable clocksHelmut Grohne1-0/+16
2018-05-02mmc: host: simplify getting .drvdataWolfram Sang1-4/+2
2018-05-02mmc: sdhci-of-arasan: Add quirk to avoid unexpected interrupt msgsPhil Edworthy1-1/+2
2018-01-16mmc: sdhci-of-arasan: Add CQHCI support for arasan,sdhci-5.1Shawn Lin1-6/+131
2017-12-11mmc: sdhci-of-arasan: Add sdhci_arasan_set_powerMilan Stevanovic1-0/+12
2017-08-30mmc: sdhci-of-arasan: constify sdhci_pltfm_data and sdhci_ops structuresJulia Lawall1-2/+2
2017-08-30mmc: sdhci-of-arasan: use io functions from sdhci.hJean-Francois Dagenais1-2/+2
2017-06-20mmc: sdhci-of-arasan: Trivial print fixShubhrajyoti Datta1-1/+1
2017-04-24mmc: sdhci: clarify the get_timeout_clock callbackShawn Lin1-16/+1
2017-04-24mmc: sdhci: Do not use spin lock in set_ios pathsAdrian Hunter1-6/+0
2017-04-24mmc: sdhci: Let drivers decide whether to use mmc_retune_needed() with pmAdrian Hunter1-0/+3
2017-03-14mmc: sdhci-of-arasan: fix incorrect timeout clockAnssi Hannula1-9/+5
2016-10-10mmc: sdhci-of-arasan: add sdhci_arasan_voltage_switch for arasan, 5.1Shawn Lin1-0/+24
2016-10-10mmc: sdhci-of-arasan: Fix non static symbol warningWei Yongjun1-1/+1
2016-09-26mmc: sdhci-of-arasan: Set controller to test mode when no CD bitZach Brown1-1/+26
2016-09-26mmc: sdhci-of-arasan: Properly set corecfg_clockmultiplier on rk3399Shawn Lin1-0/+46
2016-09-26mmc: sdhci-of-arasan: Don't power PHY w/ slow/no clockDouglas Anderson1-15/+48
2016-07-25mmc: sdhci-of-arasan: Revert: Always power the PHY off/on when clock changesDouglas Anderson1-7/+14
2016-07-25mmc: sdhci-of-arasan: Add ability to export card clockDouglas Anderson1-3/+122
2016-07-25mmc: sdhci-of-arasan: Properly set corecfg_baseclkfreq on rk3399Douglas Anderson1-11/+178
2016-07-25mmc: sdhci-of-arasan: Always power the PHY off/on when clock changesDouglas Anderson1-15/+8
2016-07-25mmc: sdhci-of-arasan: implement enhanced strobe callbackShawn Lin1-0/+20
2016-05-04mmc: sdhci-of-arasan: fix set_clock when a phy is supportedShawn Lin1-1/+25
2016-03-17mmc: sdhci-of-arasan: add phy support for sdhci-of-arasanShawn Lin1-1/+56
2016-03-17mmc: sdhci-of-arasan: fix missing sdhci_pltfm_free for err handlingShawn Lin1-7/+8
2016-03-17mmc: sdhci-of-arasan: remove disable clk_ahb from sdhci_arasan_resumeShawn Lin1-1/+0
2016-02-29mmc: sdhci-of-arasan: use sdhci_pltfm_init for private allocationJisheng Zhang1-16/+12
2016-02-29mmc: sdhci-of-arasan: fix clk issue in sdhci_arasan_remove()Jisheng Zhang1-1/+4
2016-02-29mmc: sdhci-of-arasan: Remove no-hispd and no-cmd23 quirks for sdhci-arasan4.9aRameshwar Prasad Sahu1-5/+0
2015-08-27mmc: sdhci-of-arasan: Add the support for sdhci-5.1Shawn Lin1-0/+1
2015-08-17mmc: sdhci-of-arasan: add quirks for broken clock baseSuneel Garapati1-0/+3
2015-06-01mmc: sdhci-of-arasan: Add the support for sdhci-arasan4.9aSuman Tripathi1-0/+7
2015-04-08mmc: sdhci-of-arasan: Call OF parsing for MMCMichal Simek1-0/+6
2015-03-23mmc: sdhci: disable the clock in sdhci_pltfm_unregister()Kevin Hao1-1/+0
2014-11-10mmc: sdhci-of-arasan: Omit superfluous error messagesMike Looijmans1-4/+1
2014-11-10mmc: sdhci-of-arasan: Use signed formatting in error messagesMike Looijmans1-2/+2
2014-09-09mmc: remove .owner field for drivers using module_platform_driverPeter Griffin1-1/+0
2014-05-22mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionRussell King1-0/+1
2014-05-22mmc: sdhci: convert sdhci_set_clock() into a library functionRussell King1-0/+1
2014-05-22mmc: sdhci: convert reset into a library functionRussell King1-0/+1
2014-05-22mmc: sdhci: convert generic bus width setup to library functionRussell King1-0/+1
2014-01-13mmc: arasan: Add driver for Arasan SDHCISoren Brinkmann1-0/+224