| Commit message (Expand) | Author | Age | Files | Lines |
* | mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K | Sam Protsenko | 2024-09-12 | 1 | -2/+2 |
* | mmc: dw_mmc: allow biu and ciu clocks to defer | Ben Whitten | 2024-08-29 | 1 | -0/+8 |
* | mmc: dw_mmc: Remove unused of_gpio.h | Andy Shevchenko | 2024-03-05 | 1 | -1/+0 |
* | Merge tag 'mmc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds | 2022-12-13 | 1 | -3/+2 |
|\ |
|
| * | mmc: Avoid open coding by using mmc_op_tuning() | ChanWoo Lee | 2022-12-07 | 1 | -2/+1 |
| * | mmc: host: Fix repeated words in comments | wangjianli | 2022-12-07 | 1 | -1/+1 |
* | | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 2022-11-18 | 1 | -1/+1 |
|/ |
|
* | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 2022-10-11 | 1 | -1/+1 |
* | mmc: improve API to make clear hw_reset callback is for cards | Wolfram Sang | 2022-04-26 | 1 | -1/+1 |
* | mmc: dw_mmc: Support setting f_min from host drivers | Peter Geis | 2022-03-07 | 1 | -1/+6 |
* | mmc: dw_mmc: Use device_property_string_array_count() | Andy Shevchenko | 2022-02-28 | 1 | -2/+1 |
* | mmc: dw_mmc: Fix potential null pointer risk | Wen Zhiwei | 2022-02-28 | 1 | -1/+1 |
* | mmc: dw_mmc: Do not wait for DTO in case of error | Mårten Lindahl | 2021-12-21 | 1 | -0/+9 |
* | mmc: dw_mmc: Add driver callbacks for data read timeout | Mårten Lindahl | 2021-12-21 | 1 | -1/+11 |
* | mmc: dw_mmc: clean up a debug message | Dan Carpenter | 2021-12-21 | 1 | -1/+1 |
* | mmc: dw_mmc: add common capabilities to replace caps | John Keeping | 2021-12-14 | 1 | -0/+3 |
* | mmc: dw_mmc: Allow lower TMOUT value than maximum | Mårten Lindahl | 2021-12-14 | 1 | -1/+28 |
* | mmc: dw_mmc: Avoid hung state if GEN_CMD transfer fails | Mårten Lindahl | 2021-12-14 | 1 | -1/+2 |
* | mmc: dw_mmc: Drop use of ->init_card() callback | Ulf Hansson | 2021-10-21 | 1 | -22/+17 |
* | mmc: dw_mmc: Dont wait for DRTO on Write RSP error | Christian Löhle | 2021-10-12 | 1 | -1/+2 |
* | mmc: dw_mmc: Only inject fault before done/error | Vincent Whitchurch | 2021-09-06 | 1 | -3/+12 |
* | mmc: dw_mmc: Fix issue with uninitialized dma_slave_config | Tony Lindgren | 2021-08-24 | 1 | -0/+1 |
* | mmc: dw_mmc: Add data CRC error injection | Vincent Whitchurch | 2021-08-24 | 1 | -0/+73 |
* | mmc: dw_mmc: Fix hang on data CRC error | Vincent Whitchurch | 2021-08-04 | 1 | -3/+3 |
* | mmc: dw_mmc: simplify optional reset handling | Philipp Zabel | 2021-03-30 | 1 | -9/+5 |
* | mmc: dw_mmc: Drop redundant call to ->card_event callback | Ulf Hansson | 2021-03-30 | 1 | -2/+0 |
* | mmc: dw_mmc: Use new tasklet API | Emil Renner Berthing | 2021-02-08 | 1 | -3/+3 |
* | mmc: dw_mmc: replace spin_lock_irqsave by spin_lock in hard IRQ | Tian Tao | 2020-11-16 | 1 | -9/+8 |
* | mmc: dw_mmc: Simplify with dev_err_probe() | Krzysztof Kozlowski | 2020-09-07 | 1 | -6/+3 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 1 | -3/+3 |
* | mmc: host: Drop redundant MMC_CAP_ERASE | Ulf Hansson | 2020-05-28 | 1 | -6/+0 |
* | mmc: host: Prepare host drivers for mmc_regulator_set_vqmmc() returning > 0 | Marek Vasut | 2020-05-28 | 1 | -2/+1 |
* | mmc: dw_mmc: Use dma_request_chan() instead dma_request_slave_channel() | Peter Ujfalusi | 2019-12-19 | 1 | -3/+5 |
* | Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-11-27 | 1 | -5/+5 |
|\ |
|
| * | mmc: dw_mmc: Remove superfluous cast in debugfs_create_u32() call | Geert Uytterhoeven | 2019-11-03 | 1 | -1/+1 |
| * | mmc: dw_mmc: Fix debugfs on 64-bit platforms | Geert Uytterhoeven | 2019-11-03 | 1 | -4/+4 |
* | | mmc: dw_mmc: fix indentation issue | Colin Ian King | 2019-11-13 | 1 | -2/+2 |
|/ |
|
* | mmc: dw_mmc: Re-store SDIO IRQs mask at system resume | Ulf Hansson | 2019-09-11 | 1 | -0/+4 |
* | mmc: dw_mmc: Fix occasional hang after tuning on eMMC | Douglas Anderson | 2019-07-22 | 1 | -2/+1 |
* | mmc: host: dw_mmc: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-06-17 | 1 | -29/+7 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | mmc: dw_mmc: fix card threshold control configuration | x00270170 | 2018-07-03 | 1 | -3/+4 |
* | mmc: dw_mmc: update actual clock for mmc debugfs | Shawn Lin | 2018-05-02 | 1 | -0/+4 |
* | Merge branch 'fixes' into next | Ulf Hansson | 2018-03-16 | 1 | -2/+4 |
|\ |
|
| * | mmc: dw_mmc: fix falling from idmac to PIO mode when dw_mci_reset occurs | Evgeniy Didin | 2018-03-16 | 1 | -2/+4 |
* | | mmc: dw_mmc: remove the deprecated "num-slots" | Jaehoon Chung | 2018-03-15 | 1 | -4/+0 |
* | | mmc: dw_mmc: remove the deprecated "clock-freq-min-max" property | Jaehoon Chung | 2018-03-15 | 1 | -11/+4 |
* | | Merge branch 'fixes' into next | Ulf Hansson | 2018-03-05 | 1 | -3/+6 |
|\| |
|
| * | mmc: dw_mmc: Fix the DTO/CTO timeout overflow calculation for 32-bit systems | Evgeniy Didin | 2018-03-05 | 1 | -3/+6 |
* | | mmc: dw_mmc: Remove prev_state and state assignment for STATE_SENDING_CMD | Shawn Lin | 2018-03-05 | 1 | -1/+0 |