summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/mmci.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-231-11/+11
* mmc: mmci: fix return value check of mmc_add_host()Yang Yingliang2022-12-071-1/+3
* mmc: mmci: Fix typo in commentXiang wangx2022-07-121-1/+1
* mmc: mmci: Remove custom ios handlerLinus Walleij2022-05-041-4/+0
* mmc: mmci: Break IRQ status loop when all zeroLinus Walleij2022-04-261-0/+2
* mmc: mmci: increase stm32 sdmmcv2 clock max freqYann Gautier2021-12-211-1/+1
* mmc: mmci: Add support for sdmmc variant revision v2.2Yann Gautier2021-12-211-0/+5
* mmc: mmci: Add small comment about reset threadLinus Walleij2021-10-121-0/+4
* mmc: mmci: De-assert reset on probeLinus Walleij2021-08-241-0/+3
* mmc: mmci: Add MMC_CAP_NEED_RSP_BUSY for the stm32 variantsYann Gautier2021-03-091-1/+9
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-02-221-3/+1
|\
| * amba: Make the remove callback return voidUwe Kleine-König2021-02-021-3/+1
* | mmc: mmci: Add support for probing bus voltage level translatorMarek Vasut2021-02-011-5/+65
|/
* mmc: mmci: add sdio datactrl mask for sdmmc revisionsLudovic Barre2020-07-131-0/+2
* mmc: mmci: Switch to mmc_regulator_set_vqmmc()Marek Vasut2020-05-281-22/+8
* 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