summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/mmci.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-07mmc: mmci: stm32: add SDIO in-band interrupt modeChristophe Kerello1-2/+67
2023-10-10mmc: mmci: use peripheral flow control for STM32Ben Wolsieffer1-1/+2
2023-08-09mmc: mmci: Improve ux500 debug printsLinus Walleij1-8/+31
2023-06-22mmc: mmci: Add support for SW busy-end timeoutsUlf Hansson1-5/+45
2023-06-20mmc: mmci: Add support for sdmmc variant revision v3.0Yann Gautier1-0/+33
2023-06-20mmc: mmci: add stm32_idmabsize_align parameterYann Gautier1-0/+2
2023-06-19mmc: mmci: Break out a helper functionLinus Walleij1-15/+16
2023-06-19mmc: mmci: Use a switch statement machineLinus Walleij1-12/+17
2023-06-19mmc: mmci: Use state machine state as exit conditionLinus Walleij1-8/+10
2023-06-19mmc: mmci: Retry the busy start conditionLinus Walleij1-12/+27
2023-06-19mmc: mmci: Make busy complete state machine explicitLinus Walleij1-18/+31
2023-06-19mmc: mmci: Break out error check in busy detectLinus Walleij1-1/+10
2023-06-19mmc: mmci: Stash status while waiting for busyLinus Walleij1-0/+1
2023-06-19mmc: mmci: Unwind big if() clauseLinus Walleij1-7/+26
2023-06-19mmc: mmci: Clear busy_status when starting commandLinus Walleij1-0/+1
2023-06-15mmc: Merge branch fixes into nextUlf Hansson1-1/+2
2023-06-13mmc: mmci: stm32: fix max busy timeout calculationChristophe Kerello1-1/+2
2023-06-13mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUSUlf Hansson1-0/+1
2023-03-23mmc: Use of_property_read_bool() for boolean propertiesRob Herring1-11/+11
2022-12-07mmc: mmci: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2022-07-12mmc: mmci: Fix typo in commentXiang wangx1-1/+1
2022-05-04mmc: mmci: Remove custom ios handlerLinus Walleij1-4/+0
2022-04-26mmc: mmci: Break IRQ status loop when all zeroLinus Walleij1-0/+2
2021-12-21mmc: mmci: increase stm32 sdmmcv2 clock max freqYann Gautier1-1/+1
2021-12-21mmc: mmci: Add support for sdmmc variant revision v2.2Yann Gautier1-0/+5
2021-10-12mmc: mmci: Add small comment about reset threadLinus Walleij1-0/+4
2021-08-24mmc: mmci: De-assert reset on probeLinus Walleij1-0/+3
2021-03-09mmc: mmci: Add MMC_CAP_NEED_RSP_BUSY for the stm32 variantsYann Gautier1-1/+9
2021-02-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-3/+1
2021-02-02amba: Make the remove callback return voidUwe Kleine-König1-3/+1
2021-02-01mmc: mmci: Add support for probing bus voltage level translatorMarek Vasut1-5/+65
2020-07-13mmc: mmci: add sdio datactrl mask for sdmmc revisionsLudovic Barre1-0/+2
2020-05-28mmc: mmci: Switch to mmc_regulator_set_vqmmc()Marek Vasut1-22/+8
2020-03-24mmc: mmci: Add support for sdmmc variant revision 2.0Ludovic Barre1-0/+31
2020-03-24mmc: mmci: Add callbacks for to manage signal voltage switchLudovic Barre1-0/+8
2020-03-24mmc: mmci: Add a reference at mmc_host_ops in mmci structLudovic Barre1-2/+2
2019-12-19mmc: mmci: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-4/+14
2019-12-18mmc: mmci: Support any block sizes for ux500v2 and qcom variantLinus Walleij1-4/+30
2019-12-18mmc: mmci: add threaded irq to abort DPSM of non-functional stateLudovic Barre1-6/+40
2019-12-18mmc: core: Remove mmc_gpiod_request_*(invert_gpio)Michał Mirosław1-2/+2
2019-12-16mmc: mmci: Convert to pinctrl_select_default_state()Ulf Hansson1-10/+2
2019-11-13mmc: mmci: sdmmc: add busy_complete callbackLudovic Barre1-0/+4
2019-11-13mmc: mmci: add busy_complete callbackLudovic Barre1-62/+72
2019-11-13mmc: mmci: add hardware busy timeout featureLudovic Barre1-5/+37
2019-11-13mmc: mmci: make unexported functions staticBen Dooks1-10/+10
2019-09-11mmc: mmci: Clarify comments and some code for busy detectionUlf Hansson1-32/+37
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-06mmc: mmci: Prevent polling for busy detection in IRQ contextLudovic Barre1-2/+3
2019-05-06mmc: mmci: Cleanup mmci_cmd_irq() for busy detectLudovic Barre1-4/+4
2019-04-15mmc: mmci: replace blksz_datactrlXX by get_datactrl_cfg callbackLudovic Barre1-24/+2