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