summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/dw_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: dw_mmc: Remove unused of_gpio.hAndy Shevchenko2024-03-051-1/+0
* Merge tag 'mmc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2022-12-131-3/+2
|\
| * mmc: Avoid open coding by using mmc_op_tuning()ChanWoo Lee2022-12-071-2/+1
| * mmc: host: Fix repeated words in commentswangjianli2022-12-071-1/+1
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
|/
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* mmc: improve API to make clear hw_reset callback is for cardsWolfram Sang2022-04-261-1/+1
* mmc: dw_mmc: Support setting f_min from host driversPeter Geis2022-03-071-1/+6
* mmc: dw_mmc: Use device_property_string_array_count()Andy Shevchenko2022-02-281-2/+1
* mmc: dw_mmc: Fix potential null pointer riskWen Zhiwei2022-02-281-1/+1
* mmc: dw_mmc: Do not wait for DTO in case of errorMårten Lindahl2021-12-211-0/+9
* mmc: dw_mmc: Add driver callbacks for data read timeoutMårten Lindahl2021-12-211-1/+11
* mmc: dw_mmc: clean up a debug messageDan Carpenter2021-12-211-1/+1
* mmc: dw_mmc: add common capabilities to replace capsJohn Keeping2021-12-141-0/+3
* mmc: dw_mmc: Allow lower TMOUT value than maximumMårten Lindahl2021-12-141-1/+28
* mmc: dw_mmc: Avoid hung state if GEN_CMD transfer failsMårten Lindahl2021-12-141-1/+2
* mmc: dw_mmc: Drop use of ->init_card() callbackUlf Hansson2021-10-211-22/+17
* mmc: dw_mmc: Dont wait for DRTO on Write RSP errorChristian Löhle2021-10-121-1/+2
* mmc: dw_mmc: Only inject fault before done/errorVincent Whitchurch2021-09-061-3/+12
* mmc: dw_mmc: Fix issue with uninitialized dma_slave_configTony Lindgren2021-08-241-0/+1
* mmc: dw_mmc: Add data CRC error injectionVincent Whitchurch2021-08-241-0/+73
* mmc: dw_mmc: Fix hang on data CRC errorVincent Whitchurch2021-08-041-3/+3
* mmc: dw_mmc: simplify optional reset handlingPhilipp Zabel2021-03-301-9/+5
* mmc: dw_mmc: Drop redundant call to ->card_event callbackUlf Hansson2021-03-301-2/+0
* mmc: dw_mmc: Use new tasklet APIEmil Renner Berthing2021-02-081-3/+3
* mmc: dw_mmc: replace spin_lock_irqsave by spin_lock in hard IRQTian Tao2020-11-161-9/+8
* mmc: dw_mmc: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-071-6/+3
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson2020-05-281-6/+0
* mmc: host: Prepare host drivers for mmc_regulator_set_vqmmc() returning > 0Marek Vasut2020-05-281-2/+1
* mmc: dw_mmc: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-191-3/+5
* Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-271-5/+5
|\
| * mmc: dw_mmc: Remove superfluous cast in debugfs_create_u32() callGeert Uytterhoeven2019-11-031-1/+1
| * mmc: dw_mmc: Fix debugfs on 64-bit platformsGeert Uytterhoeven2019-11-031-4/+4
* | mmc: dw_mmc: fix indentation issueColin Ian King2019-11-131-2/+2
|/
* mmc: dw_mmc: Re-store SDIO IRQs mask at system resumeUlf Hansson2019-09-111-0/+4
* mmc: dw_mmc: Fix occasional hang after tuning on eMMCDouglas Anderson2019-07-221-2/+1
* mmc: host: dw_mmc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-171-29/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* mmc: dw_mmc: fix card threshold control configurationx002701702018-07-031-3/+4
* mmc: dw_mmc: update actual clock for mmc debugfsShawn Lin2018-05-021-0/+4
* Merge branch 'fixes' into nextUlf Hansson2018-03-161-2/+4
|\
| * mmc: dw_mmc: fix falling from idmac to PIO mode when dw_mci_reset occursEvgeniy Didin2018-03-161-2/+4
* | mmc: dw_mmc: remove the deprecated "num-slots"Jaehoon Chung2018-03-151-4/+0
* | mmc: dw_mmc: remove the deprecated "clock-freq-min-max" propertyJaehoon Chung2018-03-151-11/+4
* | Merge branch 'fixes' into nextUlf Hansson2018-03-051-3/+6
|\|
| * mmc: dw_mmc: Fix the DTO/CTO timeout overflow calculation for 32-bit systemsEvgeniy Didin2018-03-051-3/+6
* | mmc: dw_mmc: Remove prev_state and state assignment for STATE_SENDING_CMDShawn Lin2018-03-051-1/+0
* | mmc: dw_mmc: Convert to use DEFINE_SHOW_ATTRIBUTEShawn Lin2018-03-051-26/+2
|/
* mmc: dw_mmc: Avoid accessing registers in runtime suspended stateShawn Lin2018-02-271-0/+4