summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/mmci.h
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-06-22mmc: mmci: Add support for SW busy-end timeoutsUlf Hansson
2023-06-20mmc: mmci: stm32: manage block gap hardware flow controlYann Gautier
2023-06-20mmc: mmci: add stm32_idmabsize_align parameterYann Gautier
2023-06-19mmc: mmci: Make busy complete state machine explicitLinus Walleij
2020-03-24mmc: mmci_sdmmc: Implement signal voltage callbacksLudovic Barre
2020-03-24mmc: mmci: Add callbacks for to manage signal voltage switchLudovic Barre
2020-03-24mmc: mmci: Add private pointer for variantLudovic Barre
2020-03-24mmc: mmci: Add a reference at mmc_host_ops in mmci structLudovic Barre
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-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-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-15mmc: mmci: replace blksz_datactrlXX by get_datactrl_cfg callbackLudovic Barre
2019-04-15mmc: mmci: stm32: define get_dctrl_cfgLudovic Barre
2019-04-15mmc: mmci: add get_datactrl_cfg callback and helper functionsLudovic Barre
2019-04-15mmc: mmci: Share sdmmc_variant_init() via the common header fileUlf Hansson
2019-04-15mmc: mmci: Drop qcom specific header fileUlf Hansson
2019-04-15mmc: mmci: Don't share un-implemented DMA functionsUlf Hansson
2019-02-25mmc: mmci: Send a CMD12 to clear the DPSM at errorsUlf Hansson
2018-12-17mmc: mmci: add variant property to set command stop bitLudovic Barre
2018-10-09mmc: mmci: add stm32 sdmmc variantLudovic Barre
2018-10-09mmc: mmci: add stm32 sdmmc registersLudovic Barre
2018-10-09mmc: mmci: add clock divider for stm32 sdmmcLudovic Barre
2018-10-09mmc: mmci: add optional reset propertyLudovic Barre
2018-10-09mmc: mmci: add variant property to not read datacntLudovic Barre
2018-10-09mmc: mmci: add variant property to write datactrl before commandLudovic Barre
2018-10-09mmc: mmci: add variant property to define irq pio maskLudovic Barre
2018-10-09mmc: mmci: add variant property to define dpsm bitLudovic Barre
2018-10-09mmc: mmci: add variant properties to define cpsm & cmdresp bitsLudovic Barre
2018-10-09mmc: mmci: expand startbiterr to irqmask and error checkLudovic Barre
2018-10-09mmc: mmci: add datactrl block size variant propertyLudovic Barre
2018-10-09mmc: mmci: add set_clk/pwrreg callbacksLudovic Barre
2018-10-09mmc: mmci: add validate_data callbackLudovic Barre
2018-10-09mmc: mmci: add dma_error callbackLudovic Barre
2018-10-09mmc: mmci: add dma_finalize callbackLudovic Barre
2018-10-09mmc: mmci: add dma_start callbackLudovic Barre
2018-10-09mmc: mmci: add get_next_data callbackLudovic Barre
2018-10-09mmc: mmci: add prepare/unprepare_data callbacksLudovic Barre
2018-10-09mmc: mmci: introduce dma_priv pointer to mmci_hostLudovic Barre
2018-10-09mmc: mmci: create common mmci_dma_setup/releaseLudovic Barre
2018-10-08mmc: mmci: Change struct members from bool to u8Ludovic Barre
2018-10-08mmc: mmci: internalize dma_inprogress into mmci dma functionsLudovic Barre
2018-08-01mmc: mmci: Add and implement a ->dma_setup() callback for qcom dmlUlf Hansson
2018-07-30mmc: mmci: Initial support to manage variant specific callbacksUlf Hansson
2018-01-18mmc: mmci: Add support for setting pad type via pinctrlPatrice Chotard