summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mmci.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: mmci: Prevent polling for busy detection in IRQ contextLudovic Barre2019-06-151-2/+3
* mmc: mmci: Add and implement a ->dma_setup() callback for qcom dmlUlf Hansson2018-08-011-4/+3
* mmc: mmci: Initial support to manage variant specific callbacksUlf Hansson2018-07-301-72/+3
* mmc: mmci: Remove bogus local_irq_save()Thomas Gleixner2018-05-021-5/+0
* mmc: mmci: fix error return code in mmci_probe()Wei Yongjun2018-01-241-0/+3
* mmc: mmci: Add STM32 variantPatrice Chotard2018-01-181-0/+22
* mmc: mmci: Add support for setting pad type via pinctrlPatrice Chotard2018-01-181-2/+39
* mmc: mmci: Don't pretend all variants to have OPENDRAIN bitPatrice Chotard2018-01-181-11/+12
* mmc: mmci: Don't pretend all variants to have MCI_STARBITERR flagPatrice Chotard2018-01-181-2/+14
* mmc: mmci: Don't pretend all variants to have MMCIMASK1 registerPatrice Chotard2018-01-181-4/+24
* mmc: mmci: catch all errors when getting regulatorsWolfram Sang2017-10-301-1/+1
* mmc: mmci: constify amba_idArvind Yadav2017-08-301-1/+1
* mmc: use new core function mmc_get_dma_dirHeiner Kallweit2017-04-241-12/+8
* mmc: core/mmci: restore pre/post_req behaviourLinus Walleij2017-02-131-1/+6
* mmc: mmci: avoid clearing ST Micro busy end interrupt mistakenlyJean-Nicolas Graux2017-02-081-7/+25
* mmc: delete is_first_req parameter from pre-request callbackLinus Walleij2016-11-291-2/+1
* mmc: mmci: refactor ST Micro busy detectionLinus Walleij2016-11-291-29/+84
* mmc: mmci: clean up header definesLinus Walleij2016-11-291-8/+8
* mmc: mmci: Remove redundant runtime PM callsUlf Hansson2016-05-021-20/+0
* mmc: mmci: Remove unnecessary header fileWang Hongcheng2016-03-171-1/+0
* mmc: mmci: support 8bit mode on the NomadikLinus Walleij2016-01-141-0/+1
* mmc: mmci: fix an ages old detection errorLinus Walleij2016-01-141-1/+1
* mmc: mmci: Cascade EPROBE_DEFER from regulators.Bjorn Andersson2015-03-251-1/+4
* mmc: mmci: Get rid of dead code in mmci_dma_setupPramod Gurav2015-01-281-5/+0
* mmc: mmci: Do pm_runtime_put() after the host has been addedUlf Hansson2015-01-191-1/+1
* Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-101-1/+1
|\
| * PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki2014-12-041-1/+1
* | mmc: mmci: fix mmci_post_requestSrinivas Kandagatla2014-11-101-0/+7
|/
* mmc: core: restore detect line inversion semanticsLinus Walleij2014-10-021-2/+2
* mmc: mmci: rename sdio flag in vendor data to st_sdioSrinivas Kandagatla2014-09-101-24/+24
* mmc: mmci: Add sdio enable mask in variant dataSrinivas Kandagatla2014-09-101-7/+7
* mmc: mmci: augment driver to handle gpio descriptorsLinus Walleij2014-09-091-10/+29
* mmc: mmci: Add qcom dml support to the driver.Srinivas Kandagatla2014-09-091-1/+17
* mmc: mmci: Reverse IRQ handling for the arm_variantUlf Hansson2014-08-111-2/+10
* mmc: mmci: Move all CMD irq handling to mmci_cmd_irq()Ulf Hansson2014-08-111-10/+12
* mmc: mmci: Remove redundant check of status for DATA irqUlf Hansson2014-08-111-6/+5
* mmc: mmci: Add Qualcomm Id to amba id tableSrinivas Kandagatla2014-07-091-0/+23
* mmc: mmci: Add Qcom specific rx_fifocnt logic.Srinivas Kandagatla2014-07-091-2/+28
* mmc: mmci: add explicit clk controlSrinivas Kandagatla2014-07-091-3/+26
* mmc: mmci: add f_max to variant structureSrinivas Kandagatla2014-07-091-2/+11
* mmc: mmci: Add support to data commands via variant structure.Srinivas Kandagatla2014-07-091-0/+5
* mmc: mmci: add edge support to data and command out in variant data.Srinivas Kandagatla2014-07-091-1/+5
* mmc: mmci: add 8bit bus support in variant dataSrinivas Kandagatla2014-07-091-1/+6
* mmc: mmci: add ddrmode mask to variant dataSrinivas Kandagatla2014-07-091-1/+4
* mmc: mmci: Add Qcom datactrl register variantSrinivas Kandagatla2014-07-091-0/+5
* mmc: mmci: Add enough delay between writes to CMD register.Srinivas Kandagatla2014-07-091-1/+1
* mmc: mmci: use NSEC_PER_SEC macroSrinivas Kandagatla2014-07-091-1/+1
* Merge tag 'mmc-updates-for-3.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-06-101-2/+4
|\
| * mmc: mmci: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon2014-04-201-2/+4
* | mmc: mmci: Enforce DMA configuration through DTUlf Hansson2014-06-021-23/+1