summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/mmci.c
AgeCommit message (Expand)Author
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
2019-04-15mmc: mmci: define get_dctrl_cfg for legacy variantLudovic Barre
2019-04-15mmc: mmci: Make mmci_variant_init() staticUlf Hansson
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: Re-work code starting DMA for the qcom variantUlf Hansson
2019-02-25mmc: mmci: Send a CMD12 to clear the DPSM at errorsUlf Hansson
2019-02-25mmc: slot-gpio: Remove override_active_level on WPLinus Walleij
2018-12-17mmc: mmci: add variant property to set command stop bitLudovic Barre
2018-12-17mmc: mmci: send stop command if sbc error issueLudovic Barre
2018-10-09mmc: mmci: add stm32 sdmmc variantLudovic 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