aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/dw_mmc.c
AgeCommit message (Expand)Author
2022-12-13Merge tag 'mmc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2022-12-07mmc: Avoid open coding by using mmc_op_tuning()ChanWoo Lee
2022-12-07mmc: host: Fix repeated words in commentswangjianli
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-04-26mmc: improve API to make clear hw_reset callback is for cardsWolfram Sang
2022-03-07mmc: dw_mmc: Support setting f_min from host driversPeter Geis
2022-02-28mmc: dw_mmc: Use device_property_string_array_count()Andy Shevchenko
2022-02-28mmc: dw_mmc: Fix potential null pointer riskWen Zhiwei
2021-12-21mmc: dw_mmc: Do not wait for DTO in case of errorMårten Lindahl
2021-12-21mmc: dw_mmc: Add driver callbacks for data read timeoutMårten Lindahl
2021-12-21mmc: dw_mmc: clean up a debug messageDan Carpenter
2021-12-14mmc: dw_mmc: add common capabilities to replace capsJohn Keeping
2021-12-14mmc: dw_mmc: Allow lower TMOUT value than maximumMårten Lindahl
2021-12-14mmc: dw_mmc: Avoid hung state if GEN_CMD transfer failsMårten Lindahl
2021-10-21mmc: dw_mmc: Drop use of ->init_card() callbackUlf Hansson
2021-10-12mmc: dw_mmc: Dont wait for DRTO on Write RSP errorChristian Löhle
2021-09-06mmc: dw_mmc: Only inject fault before done/errorVincent Whitchurch
2021-08-24mmc: dw_mmc: Fix issue with uninitialized dma_slave_configTony Lindgren
2021-08-24mmc: dw_mmc: Add data CRC error injectionVincent Whitchurch
2021-08-04mmc: dw_mmc: Fix hang on data CRC errorVincent Whitchurch
2021-03-30mmc: dw_mmc: simplify optional reset handlingPhilipp Zabel
2021-03-30mmc: dw_mmc: Drop redundant call to ->card_event callbackUlf Hansson
2021-02-08mmc: dw_mmc: Use new tasklet APIEmil Renner Berthing
2020-11-16mmc: dw_mmc: replace spin_lock_irqsave by spin_lock in hard IRQTian Tao
2020-09-07mmc: dw_mmc: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-28mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson
2020-05-28mmc: host: Prepare host drivers for mmc_regulator_set_vqmmc() returning > 0Marek Vasut
2019-12-19mmc: dw_mmc: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-11-13mmc: dw_mmc: fix indentation issueColin Ian King
2019-11-03mmc: dw_mmc: Remove superfluous cast in debugfs_create_u32() callGeert Uytterhoeven
2019-11-03mmc: dw_mmc: Fix debugfs on 64-bit platformsGeert Uytterhoeven
2019-09-11mmc: dw_mmc: Re-store SDIO IRQs mask at system resumeUlf Hansson
2019-07-22mmc: dw_mmc: Fix occasional hang after tuning on eMMCDouglas Anderson
2019-06-17mmc: host: dw_mmc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-07-03mmc: dw_mmc: fix card threshold control configurationx00270170
2018-05-02mmc: dw_mmc: update actual clock for mmc debugfsShawn Lin
2018-03-16Merge branch 'fixes' into nextUlf Hansson
2018-03-16mmc: dw_mmc: fix falling from idmac to PIO mode when dw_mci_reset occursEvgeniy Didin
2018-03-15mmc: dw_mmc: remove the deprecated "num-slots"Jaehoon Chung
2018-03-15mmc: dw_mmc: remove the deprecated "clock-freq-min-max" propertyJaehoon Chung
2018-03-05Merge branch 'fixes' into nextUlf Hansson
2018-03-05mmc: dw_mmc: Remove prev_state and state assignment for STATE_SENDING_CMDShawn Lin
2018-03-05mmc: dw_mmc: Convert to use DEFINE_SHOW_ATTRIBUTEShawn Lin
2018-03-05mmc: dw_mmc: Fix the DTO/CTO timeout overflow calculation for 32-bit systemsEvgeniy Didin
2018-02-27mmc: dw_mmc: Avoid accessing registers in runtime suspended stateShawn Lin
2018-02-27mmc: dw_mmc: Fix out-of-bounds access for slot's capsShawn Lin