summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mmci.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: mmci: Add support for sdmmc variant revision 2.0Ludovic Barre2020-03-241-0/+31
* mmc: mmci: Add callbacks for to manage signal voltage switchLudovic Barre2020-03-241-0/+8
* mmc: mmci: Add a reference at mmc_host_ops in mmci structLudovic Barre2020-03-241-2/+2
* mmc: mmci: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-191-4/+14
* mmc: mmci: Support any block sizes for ux500v2 and qcom variantLinus Walleij2019-12-181-4/+30
* mmc: mmci: add threaded irq to abort DPSM of non-functional stateLudovic Barre2019-12-181-6/+40
* mmc: core: Remove mmc_gpiod_request_*(invert_gpio)Michał Mirosław2019-12-181-2/+2
* mmc: mmci: Convert to pinctrl_select_default_state()Ulf Hansson2019-12-161-10/+2
* mmc: mmci: sdmmc: add busy_complete callbackLudovic Barre2019-11-131-0/+4
* mmc: mmci: add busy_complete callbackLudovic Barre2019-11-131-62/+72
* mmc: mmci: add hardware busy timeout featureLudovic Barre2019-11-131-5/+37
* mmc: mmci: make unexported functions staticBen Dooks2019-11-131-10/+10
* mmc: mmci: Clarify comments and some code for busy detectionUlf Hansson2019-09-111-32/+37
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* 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/+2
* 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/+0
* mmc: mmci: Drop qcom specific header fileUlf Hansson2019-04-151-1/+0
* mmc: mmci: Re-work code starting DMA for the qcom variantUlf Hansson2019-04-151-4/+0
* 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/+2
* 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/+7
* 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/+17
* mmc: mmci: Drop support for pdata GPIO numbersLinus Walleij2018-10-081-28/+6
* mmc: mmci: Add and implement a ->dma_setup() callback for qcom dmlUlf Hansson2018-08-011-4/+3