aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.c
AgeCommit message (Expand)Author
2023-12-20mmc: block: Be sure to wait while busy in CQE error recoveryAdrian Hunter
2023-12-08mmc: block: Retry commands in CQE error recoveryAdrian Hunter
2023-12-08mmc: core: convert comma to semicolonZheng Yongjun
2022-12-08mmc: core: Fix ambiguous TRIM and DISCARD argChristian Löhle
2022-11-25mmc: core: properly select voltage range without power cycleYann Gautier
2021-12-29mmc: core: Disable card detect during shutdownUlf Hansson
2021-07-19mmc: core: clear flags before allowing to retuneWolfram Sang
2021-05-11mmc: core: Fix hanging on I/O during system suspend for removable cardsUlf Hansson
2021-05-11mmc: core: Do a power cycle when the CMD11 failsDooHyun Hwang
2020-04-01mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discardUlf Hansson
2019-12-21mmc: core: Re-work HW reset for SDIO cardsUlf Hansson
2019-12-21mmc: core: Drop check for mmc_card_is_removable() in mmc_rescan()Ulf Hansson
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-18mmc: core: API to temporarily disable retuning for SDIO CRC errorsDouglas Anderson
2019-03-01mmc:fix a bug when max_discard is 0Jiong Wu
2019-02-28Merge branch 'fixes' into nextUlf Hansson
2019-02-28mmc: core: Add sd discard timeoutAvri Altman
2019-02-28mmc: core: Add discard support to sdAvri Altman
2019-02-27mmc: core: Fix NULL ptr crash from mmc_should_fail_requestRitesh Harjani
2019-02-25mmc: core: Convert mmc_align_data_size() into an SDIO specific functionUlf Hansson
2019-02-25mmc: core: Move mmc_of_parse_voltage() to host.cUlf Hansson
2019-02-25mmc: core: Move regulator helpers to separate fileUlf Hansson
2019-02-25mmc: core: Calculate the discard arg only onceAvri Altman
2018-12-17mmc: core: Introduce MMC_CAP_SYNC_RUNTIME_PMUlf Hansson
2018-12-17mmc: core: remove obsolete mmc_set_blockcount() functionWolfram Sang
2018-07-16mmc: core: Drop the unused mmc_power_save|restore_host()Ulf Hansson
2018-07-16mmc: core: Adjust and reuse the macro of R1_STATUS(x)Shawn Lin
2018-05-29mmc: Throttle calls to MMC_SEND_STATUS during mmc_do_erase()Martin Hicks
2018-05-21mmc: core: add tunable delay waiting for power to be stableShawn Lin
2018-05-08mmc: core: Drop unused define for timeoutUlf Hansson
2018-05-08mmc: core: Share internal function to set initial signal voltageUlf Hansson
2018-05-08mmc: core: Export a function mmc_sw_reset() to allow soft reset of cardsUlf Hansson
2018-05-08mmc: core: Rename ->reset() bus ops to ->hw_reset()Ulf Hansson
2018-03-05mmc: slot-gpio: Add a function to enable/disable card detect IRQ wakeupAdrian Hunter
2018-03-05mmc: core: optimize mmc_calc_max_discardSergio Valverde
2017-12-18mmc: avoid removing non-removable hosts during suspendDaniel Drake
2017-12-11mmc: core: Remove code no longer needed after the switch to blk-mqAdrian Hunter
2017-12-11mmc: core: Remove option not to use blk-mqAdrian Hunter
2017-12-11mmc: core: Ensure cmd_completion is initializedAdrian Hunter
2017-12-11mmc: core: Add parameter use_blk_mqAdrian Hunter
2017-12-11mmc: core: Make mmc_pre_req() and mmc_post_req() availableAdrian Hunter
2017-10-30mmc: add kerneldoc to mmc_regulator_get_supply()Wolfram Sang
2017-10-30mmc: core: Factor out mmc_host_set_uhs_voltage()Adrian Hunter
2017-10-30mmc: core: Export a few functions needed for blkmq supportAdrian Hunter
2017-10-30mmc: core: Add support for handling CQE requestsAdrian Hunter
2017-10-30mmc: core: Introduce host claiming by contextAdrian Hunter
2017-08-30mmc: core: Turn off CQE before sending commandsAdrian Hunter
2017-08-30mmc: core: remove the check of mmc_card_blockaddr for SD cardsShawn Lin
2017-08-30mmc: core: correct taac parameter according to the specificationShawn Lin