summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mmci.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: mmci: Prevent polling for busy detection in IRQ contextLudovic Barre2019-05-061-2/+3
* mmc: mmci: Cleanup mmci_cmd_irq() for busy detectLudovic Barre2019-05-061-4/+4
* mmc: mmci: replace blksz_datactrlXX by get_datactrl_cfg callbackLudovic Barre2019-04-151-24/+2Star
* mmc: mmci: define get_dctrl_cfg for legacy variantLudovic Barre2019-04-151-6/+24
* mmc: mmci: Make mmci_variant_init() staticUlf Hansson2019-04-151-1/+1
* mmc: mmci: Share sdmmc_variant_init() via the common header fileUlf Hansson2019-04-151-6/+0Star
* mmc: mmci: Drop qcom specific header fileUlf Hansson2019-04-151-1/+0Star
* mmc: mmci: Re-work code starting DMA for the qcom variantUlf Hansson2019-04-151-4/+0Star
* mmc: mmci: Send a CMD12 to clear the DPSM at errorsUlf Hansson2019-02-251-2/+23
* mmc: slot-gpio: Remove override_active_level on WPLinus Walleij2019-02-251-1/+1
* mmc: mmci: add variant property to set command stop bitLudovic Barre2018-12-171-0/+6
* mmc: mmci: send stop command if sbc error issueLudovic Barre2018-12-171-3/+2Star
* mmc: mmci: add stm32 sdmmc variantLudovic Barre2018-10-091-0/+36
* mmc: mmci: add clock divider for stm32 sdmmcLudovic Barre2018-10-091-0/+2
* mmc: mmci: add optional reset propertyLudovic Barre2018-10-091-0/+7
* mmc: mmci: add variant property to not read datacntLudovic Barre2018-10-091-2/+6
* mmc: mmci: add variant property to write datactrl before commandLudovic Barre2018-10-091-2/+4
* mmc: mmci: add variant property to define irq pio maskLudovic Barre2018-10-091-2/+11
* mmc: mmci: add variant property to define dpsm bitLudovic Barre2018-10-091-3/+12
* mmc: mmci: add variant properties to define cpsm & cmdresp bitsLudovic Barre2018-10-091-4/+43
* mmc: mmci: expand startbiterr to irqmask and error checkLudovic Barre2018-10-091-11/+16
* mmc: mmci: add datactrl block size variant propertyLudovic Barre2018-10-091-2/+11
* mmc: mmci: add set_clk/pwrreg callbacksLudovic Barre2018-10-091-4/+12
* mmc: mmci: add validate_data callbackLudovic Barre2018-10-091-18/+21
* mmc: mmci: add dma_error callbackLudovic Barre2018-10-091-11/+15
* mmc: mmci: add dma_finalize callbackLudovic Barre2018-10-091-7/+12
* mmc: mmci: add dma_start callbackLudovic Barre2018-10-091-30/+39
* mmc: mmci: add get_next_data callbackLudovic Barre2018-10-091-6/+10
* mmc: mmci: add prepare/unprepare_data callbacksLudovic Barre2018-10-091-33/+68
* mmc: mmci: merge prepare data functionsLudovic Barre2018-10-091-12/+7Star
* mmc: mmci: introduce dma_priv pointer to mmci_hostLudovic Barre2018-10-091-54/+90
* mmc: mmci: create common mmci_dma_setup/releaseLudovic Barre2018-10-091-15/+60
* mmc: mmci: internalize dma_inprogress into mmci dma functionsLudovic Barre2018-10-081-6/+10
* mmc: mmci: internalize dma map/unmap into mmci dma functionsLudovic Barre2018-10-081-23/+17Star
* mmc: mmci: Drop support for pdata GPIO numbersLinus Walleij2018-10-081-28/+6Star
* mmc: mmci: Add and implement a ->dma_setup() callback for qcom dmlUlf Hansson2018-08-011-4/+3Star
* mmc: mmci: Initial support to manage variant specific callbacksUlf Hansson2018-07-301-72/+3Star
* mmc: mmci: Remove bogus local_irq_save()Thomas Gleixner2018-05-021-5/+0Star
* 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/+8Star
* 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/+1Star