aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/host/dw_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-21mmc: dw_mmc: Use dma_set_mask_and_coherent() helperShawn Lin1-3/+2
2025-10-21mmc: use octal file permissions instead of symbolicPedro Demarchi Gomes1-5/+5
2025-06-24mmc: dw_mmc: Use devm_mmc_alloc_host() helperBinbin Zhou1-10/+5
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-3/+3
2025-05-14mmc: rename mmc_can_gpio_cd() to mmc_host_can_gpio_cd()Wolfram Sang1-3/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-8/+8
2025-03-25Merge tag 'mmc-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-2/+92
2025-03-11mmc: dw_mmc: add a quirk for accessing 64-bit FIFOs in two halvesKaustabh Chakraborty1-2/+92
2025-02-18mmc: dw_mmc: Switch to use hrtimer_setup()Nam Cao1-2/+1
2024-11-12mmc: Merge branch fixes into nextUlf Hansson1-2/+2
2024-11-12Revert "mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K"Aurelien Jarno1-2/+2
2024-10-14mmc: host: Fix typos in comments across various filesYu Jiaoliang1-1/+1
2024-08-28mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4KSam Protsenko1-2/+2
2024-08-20mmc: dw_mmc: allow biu and ciu clocks to deferBen Whitten1-0/+8
2024-07-08mmc: dw_mmc: Add support for platform specific eMMC HW resetLiming Sun1-0/+6
2024-07-08mmc: Convert from tasklet to BH workqueueAllen Pais1-12/+12
2024-03-05mmc: dw_mmc: Remove unused of_gpio.hAndy Shevchenko1-1/+0
2022-12-13Merge tag 'mmc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-3/+2
2022-12-07mmc: Avoid open coding by using mmc_op_tuning()ChanWoo Lee1-2/+1
2022-12-07mmc: host: Fix repeated words in commentswangjianli1-1/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-04-26mmc: improve API to make clear hw_reset callback is for cardsWolfram Sang1-1/+1
2022-03-07mmc: dw_mmc: Support setting f_min from host driversPeter Geis1-1/+6
2022-02-28mmc: dw_mmc: Use device_property_string_array_count()Andy Shevchenko1-2/+1
2022-02-28mmc: dw_mmc: Fix potential null pointer riskWen Zhiwei1-1/+1
2021-12-21mmc: dw_mmc: Do not wait for DTO in case of errorMårten Lindahl1-0/+9
2021-12-21mmc: dw_mmc: Add driver callbacks for data read timeoutMårten Lindahl1-1/+11
2021-12-21mmc: dw_mmc: clean up a debug messageDan Carpenter1-1/+1
2021-12-14mmc: dw_mmc: add common capabilities to replace capsJohn Keeping1-0/+3
2021-12-14mmc: dw_mmc: Allow lower TMOUT value than maximumMårten Lindahl1-1/+28
2021-12-14mmc: dw_mmc: Avoid hung state if GEN_CMD transfer failsMårten Lindahl1-1/+2
2021-10-21mmc: dw_mmc: Drop use of ->init_card() callbackUlf Hansson1-22/+17
2021-10-12mmc: dw_mmc: Dont wait for DRTO on Write RSP errorChristian Löhle1-1/+2
2021-09-06mmc: dw_mmc: Only inject fault before done/errorVincent Whitchurch1-3/+12
2021-08-24mmc: dw_mmc: Fix issue with uninitialized dma_slave_configTony Lindgren1-0/+1
2021-08-24mmc: dw_mmc: Add data CRC error injectionVincent Whitchurch1-0/+73
2021-08-04mmc: dw_mmc: Fix hang on data CRC errorVincent Whitchurch1-3/+3
2021-03-30mmc: dw_mmc: simplify optional reset handlingPhilipp Zabel1-9/+5
2021-03-30mmc: dw_mmc: Drop redundant call to ->card_event callbackUlf Hansson1-2/+0
2021-02-08mmc: dw_mmc: Use new tasklet APIEmil Renner Berthing1-3/+3
2020-11-16mmc: dw_mmc: replace spin_lock_irqsave by spin_lock in hard IRQTian Tao1-9/+8
2020-09-07mmc: dw_mmc: Simplify with dev_err_probe()Krzysztof Kozlowski1-6/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-05-28mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson1-6/+0
2020-05-28mmc: host: Prepare host drivers for mmc_regulator_set_vqmmc() returning > 0Marek Vasut1-2/+1
2019-12-19mmc: dw_mmc: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-3/+5
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+5
2019-11-13mmc: dw_mmc: fix indentation issueColin Ian King1-2/+2
2019-11-03mmc: dw_mmc: Remove superfluous cast in debugfs_create_u32() callGeert Uytterhoeven1-1/+1