aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mmci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-25mmc: mmci: Send a CMD12 to clear the DPSM at errorsUlf Hansson1-2/+23
2019-02-25mmc: slot-gpio: Remove override_active_level on WPLinus Walleij1-1/+1
2018-12-17mmc: mmci: add variant property to set command stop bitLudovic Barre1-0/+6
2018-12-17mmc: mmci: send stop command if sbc error issueLudovic Barre1-3/+2
2018-10-09mmc: mmci: add stm32 sdmmc variantLudovic Barre1-0/+36
2018-10-09mmc: mmci: add clock divider for stm32 sdmmcLudovic Barre1-0/+2
2018-10-09mmc: mmci: add optional reset propertyLudovic Barre1-0/+7
2018-10-09mmc: mmci: add variant property to not read datacntLudovic Barre1-2/+6
2018-10-09mmc: mmci: add variant property to write datactrl before commandLudovic Barre1-2/+4
2018-10-09mmc: mmci: add variant property to define irq pio maskLudovic Barre1-2/+11
2018-10-09mmc: mmci: add variant property to define dpsm bitLudovic Barre1-3/+12
2018-10-09mmc: mmci: add variant properties to define cpsm & cmdresp bitsLudovic Barre1-4/+43
2018-10-09mmc: mmci: expand startbiterr to irqmask and error checkLudovic Barre1-11/+16
2018-10-09mmc: mmci: add datactrl block size variant propertyLudovic Barre1-2/+11
2018-10-09mmc: mmci: add set_clk/pwrreg callbacksLudovic Barre1-4/+12
2018-10-09mmc: mmci: add validate_data callbackLudovic Barre1-18/+21
2018-10-09mmc: mmci: add dma_error callbackLudovic Barre1-11/+15
2018-10-09mmc: mmci: add dma_finalize callbackLudovic Barre1-7/+12
2018-10-09mmc: mmci: add dma_start callbackLudovic Barre1-30/+39
2018-10-09mmc: mmci: add get_next_data callbackLudovic Barre1-6/+10
2018-10-09mmc: mmci: add prepare/unprepare_data callbacksLudovic Barre1-33/+68
2018-10-09mmc: mmci: merge prepare data functionsLudovic Barre1-12/+7
2018-10-09mmc: mmci: introduce dma_priv pointer to mmci_hostLudovic Barre1-54/+90
2018-10-09mmc: mmci: create common mmci_dma_setup/releaseLudovic Barre1-15/+60
2018-10-08mmc: mmci: internalize dma_inprogress into mmci dma functionsLudovic Barre1-6/+10
2018-10-08mmc: mmci: internalize dma map/unmap into mmci dma functionsLudovic Barre1-23/+17
2018-10-08mmc: mmci: Drop support for pdata GPIO numbersLinus Walleij1-28/+6
2018-08-01mmc: mmci: Add and implement a ->dma_setup() callback for qcom dmlUlf Hansson1-4/+3
2018-07-30mmc: mmci: Initial support to manage variant specific callbacksUlf Hansson1-72/+3
2018-05-02mmc: mmci: Remove bogus local_irq_save()Thomas Gleixner1-5/+0
2018-01-24mmc: mmci: fix error return code in mmci_probe()Wei Yongjun1-0/+3
2018-01-18mmc: mmci: Add STM32 variantPatrice Chotard1-0/+22
2018-01-18mmc: mmci: Add support for setting pad type via pinctrlPatrice Chotard1-2/+39
2018-01-18mmc: mmci: Don't pretend all variants to have OPENDRAIN bitPatrice Chotard1-11/+12
2018-01-18mmc: mmci: Don't pretend all variants to have MCI_STARBITERR flagPatrice Chotard1-2/+14
2018-01-18mmc: mmci: Don't pretend all variants to have MMCIMASK1 registerPatrice Chotard1-4/+24
2017-10-30mmc: mmci: catch all errors when getting regulatorsWolfram Sang1-1/+1
2017-08-30mmc: mmci: constify amba_idArvind Yadav1-1/+1
2017-04-24mmc: use new core function mmc_get_dma_dirHeiner Kallweit1-12/+8
2017-02-13mmc: core/mmci: restore pre/post_req behaviourLinus Walleij1-1/+6
2017-02-08mmc: mmci: avoid clearing ST Micro busy end interrupt mistakenlyJean-Nicolas Graux1-7/+25
2016-11-29mmc: delete is_first_req parameter from pre-request callbackLinus Walleij1-2/+1
2016-11-29mmc: mmci: refactor ST Micro busy detectionLinus Walleij1-29/+84
2016-11-29mmc: mmci: clean up header definesLinus Walleij1-8/+8
2016-05-02mmc: mmci: Remove redundant runtime PM callsUlf Hansson1-20/+0
2016-03-17mmc: mmci: Remove unnecessary header fileWang Hongcheng1-1/+0
2016-01-14mmc: mmci: support 8bit mode on the NomadikLinus Walleij1-0/+1
2016-01-14mmc: mmci: fix an ages old detection errorLinus Walleij1-1/+1
2015-03-25mmc: mmci: Cascade EPROBE_DEFER from regulators.Bjorn Andersson1-1/+4
2015-01-28mmc: mmci: Get rid of dead code in mmci_dma_setupPramod Gurav1-5/+0