aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/host/mmci.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-02mmc: mmci: Remove bogus local_irq_save()Gravatar Thomas Gleixner 1-5/+0
2018-01-24mmc: mmci: fix error return code in mmci_probe()Gravatar Wei Yongjun 1-0/+3
2018-01-18mmc: mmci: Add STM32 variantGravatar Patrice Chotard 1-0/+22
2018-01-18mmc: mmci: Add support for setting pad type via pinctrlGravatar Patrice Chotard 1-2/+39
2018-01-18mmc: mmci: Don't pretend all variants to have OPENDRAIN bitGravatar Patrice Chotard 1-11/+12
2018-01-18mmc: mmci: Don't pretend all variants to have MCI_STARBITERR flagGravatar Patrice Chotard 1-2/+14
2018-01-18mmc: mmci: Don't pretend all variants to have MMCIMASK1 registerGravatar Patrice Chotard 1-4/+24
2017-10-30mmc: mmci: catch all errors when getting regulatorsGravatar Wolfram Sang 1-1/+1
2017-08-30mmc: mmci: constify amba_idGravatar Arvind Yadav 1-1/+1
2017-04-24mmc: use new core function mmc_get_dma_dirGravatar Heiner Kallweit 1-12/+8
2017-02-13mmc: core/mmci: restore pre/post_req behaviourGravatar Linus Walleij 1-1/+6
2017-02-08mmc: mmci: avoid clearing ST Micro busy end interrupt mistakenlyGravatar Jean-Nicolas Graux 1-7/+25
2016-11-29mmc: delete is_first_req parameter from pre-request callbackGravatar Linus Walleij 1-2/+1
2016-11-29mmc: mmci: refactor ST Micro busy detectionGravatar Linus Walleij 1-29/+84
2016-11-29mmc: mmci: clean up header definesGravatar Linus Walleij 1-8/+8
2016-05-02mmc: mmci: Remove redundant runtime PM callsGravatar Ulf Hansson 1-20/+0
2016-03-17mmc: mmci: Remove unnecessary header fileGravatar Wang Hongcheng 1-1/+0
2016-01-14mmc: mmci: support 8bit mode on the NomadikGravatar Linus Walleij 1-0/+1
2016-01-14mmc: mmci: fix an ages old detection errorGravatar Linus Walleij 1-1/+1
2015-03-25mmc: mmci: Cascade EPROBE_DEFER from regulators.Gravatar Bjorn Andersson 1-1/+4
2015-01-28mmc: mmci: Get rid of dead code in mmci_dma_setupGravatar Pramod Gurav 1-5/+0
2015-01-19mmc: mmci: Do pm_runtime_put() after the host has been addedGravatar Ulf Hansson 1-1/+1
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2014-12-04PM: Merge the SET*_RUNTIME_PM_OPS() macrosGravatar Rafael J. Wysocki 1-1/+1
2014-11-10mmc: mmci: fix mmci_post_requestGravatar Srinivas Kandagatla 1-0/+7
2014-10-02mmc: core: restore detect line inversion semanticsGravatar Linus Walleij 1-2/+2
2014-09-10mmc: mmci: rename sdio flag in vendor data to st_sdioGravatar Srinivas Kandagatla 1-24/+24
2014-09-10mmc: mmci: Add sdio enable mask in variant dataGravatar Srinivas Kandagatla 1-7/+7
2014-09-09mmc: mmci: augment driver to handle gpio descriptorsGravatar Linus Walleij 1-10/+29
2014-09-09mmc: mmci: Add qcom dml support to the driver.Gravatar Srinivas Kandagatla 1-1/+17
2014-08-11mmc: mmci: Reverse IRQ handling for the arm_variantGravatar Ulf Hansson 1-2/+10
2014-08-11mmc: mmci: Move all CMD irq handling to mmci_cmd_irq()Gravatar Ulf Hansson 1-10/+12
2014-08-11mmc: mmci: Remove redundant check of status for DATA irqGravatar Ulf Hansson 1-6/+5
2014-07-09mmc: mmci: Add Qualcomm Id to amba id tableGravatar Srinivas Kandagatla 1-0/+23
2014-07-09mmc: mmci: Add Qcom specific rx_fifocnt logic.Gravatar Srinivas Kandagatla 1-2/+28
2014-07-09mmc: mmci: add explicit clk controlGravatar Srinivas Kandagatla 1-3/+26
2014-07-09mmc: mmci: add f_max to variant structureGravatar Srinivas Kandagatla 1-2/+11
2014-07-09mmc: mmci: Add support to data commands via variant structure.Gravatar Srinivas Kandagatla 1-0/+5
2014-07-09mmc: mmci: add edge support to data and command out in variant data.Gravatar Srinivas Kandagatla 1-1/+5
2014-07-09mmc: mmci: add 8bit bus support in variant dataGravatar Srinivas Kandagatla 1-1/+6
2014-07-09mmc: mmci: add ddrmode mask to variant dataGravatar Srinivas Kandagatla 1-1/+4
2014-07-09mmc: mmci: Add Qcom datactrl register variantGravatar Srinivas Kandagatla 1-0/+5
2014-07-09mmc: mmci: Add enough delay between writes to CMD register.Gravatar Srinivas Kandagatla 1-1/+1
2014-07-09mmc: mmci: use NSEC_PER_SEC macroGravatar Srinivas Kandagatla 1-1/+1
2014-06-10Merge tag 'mmc-updates-for-3.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+4
2014-06-02mmc: mmci: Enforce DMA configuration through DTGravatar Ulf Hansson 1-23/+1
2014-05-20mmc: mmci: Enforce max frequency configuration through DTGravatar Ulf Hansson 1-4/+1
2014-05-12mmc: mmci: Enforce mmc capabilities through DTGravatar Ulf Hansson 1-2/+0
2014-05-12mmc: mmci: Enforce DT for signal direction and feedback clockGravatar Ulf Hansson 1-20/+14
2014-05-12mmc: mmci: Enable MMC_CAP_CMD23Gravatar Ulf Hansson 1-0/+3