aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-2/+2
2022-07-12mmc: core: Capture eMMC and SD card errorsShaik Sajida Bhanu1-1/+9
2022-04-26mmc: improve API to make clear hw_reset callback is for cardsWolfram Sang1-2/+2
2022-04-26mmc: core: improve API to make clear that mmc_sw_reset is for cardsWolfram Sang1-1/+2
2022-04-08mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang1-2/+3
2021-12-20mmc: core: Disable card detect during shutdownUlf Hansson1-1/+6
2021-08-31Merge tag 'mmc-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-6/+7
2021-08-24mmc: block: Support alternative_gpt_sector() operationDmitry Osipenko1-0/+35
2021-08-24mmc: core: Only print retune error when we don't check for card removalWolfram Sang1-5/+7
2021-08-24mmc: host: factor out clearing the retune stateWolfram Sang1-2/+1
2021-06-29mmc: core: clear flags before allowing to retuneWolfram Sang1-2/+5
2021-06-14mmc: core: Extend re-use of __mmc_poll_for_busy()Ulf Hansson1-1/+1
2021-06-14mmc: core: Drop open coding when preparing commands with busy signalingUlf Hansson1-18/+2
2021-03-30mmc: core: Fix hanging on I/O during system suspend for removable cardsUlf Hansson1-74/+0
2021-03-30mmc: core: Drop reference counting of the bus_opsUlf Hansson1-85/+4
2021-03-30mmc: core: Drop superfluous validations in mmc_hw|sw_reset()Ulf Hansson1-20/+1
2021-03-30mmc: core: Do a power cycle when the CMD11 failsDooHyun Hwang1-1/+1
2021-02-01mmc: core: Add basic support for inline encryptionEric Biggers1-0/+3
2021-02-01mmc: core: convert comma to semicolonZheng Yongjun1-4/+4
2020-11-16mmc: core: Initial support for SD express card/hostUlf Hansson1-2/+13
2020-09-25mmc: core: document mmc_hw_reset()Wolfram Sang1-0/+10
2020-07-13mmc: core: Set default power mode in mmc_alloc_host()Veerabhadrarao Badiganti1-1/+0
2020-07-13mmc: core: Always allow the card detect uevent to be consumedUlf Hansson1-5/+5
2020-05-28mmc: core: Enable erase/discard/trim support for all mmc hostsUlf Hansson1-4/+2
2020-03-26mmc: core: Re-work the code for eMMC sanitizeUlf Hansson1-18/+0
2020-03-24mmc: core: Convert to mmc_poll_for_busy() for erase/trim/discardUlf Hansson1-34/+2
2020-03-11mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discardUlf Hansson1-1/+4
2020-01-20mmc: core: limit probe clock frequency to configured f_maxMichał Mirosław1-2/+8
2019-11-14mmc: core: Re-work HW reset for SDIO cardsUlf Hansson1-3/+2
2019-11-14mmc: core: Drop check for mmc_card_is_removable() in mmc_rescan()Ulf Hansson1-5/+2
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-18mmc: core: API to temporarily disable retuning for SDIO CRC errorsDouglas Anderson1-2/+3
2019-03-01mmc:fix a bug when max_discard is 0Jiong Wu1-2/+2
2019-02-28Merge branch 'fixes' into nextUlf Hansson1-1/+1
2019-02-28mmc: core: Add sd discard timeoutAvri Altman1-0/+7
2019-02-28mmc: core: Add discard support to sdAvri Altman1-4/+4
2019-02-27mmc: core: Fix NULL ptr crash from mmc_should_fail_requestRitesh Harjani1-1/+1
2019-02-25mmc: core: Convert mmc_align_data_size() into an SDIO specific functionUlf Hansson1-27/+0
2019-02-25mmc: core: Move mmc_of_parse_voltage() to host.cUlf Hansson1-48/+0
2019-02-25mmc: core: Move regulator helpers to separate fileUlf Hansson1-242/+0
2019-02-25mmc: core: Calculate the discard arg only onceAvri Altman1-2/+2
2018-12-17mmc: core: Introduce MMC_CAP_SYNC_RUNTIME_PMUlf Hansson1-1/+4
2018-12-17mmc: core: remove obsolete mmc_set_blockcount() functionWolfram Sang1-14/+0
2018-07-16mmc: core: Drop the unused mmc_power_save|restore_host()Ulf Hansson1-46/+0
2018-07-16mmc: core: Adjust and reuse the macro of R1_STATUS(x)Shawn Lin1-1/+1
2018-05-29mmc: Throttle calls to MMC_SEND_STATUS during mmc_do_erase()Martin Hicks1-2/+9
2018-05-21mmc: core: add tunable delay waiting for power to be stableShawn Lin1-2/+2
2018-05-08mmc: core: Drop unused define for timeoutUlf Hansson1-3/+0
2018-05-08mmc: core: Share internal function to set initial signal voltageUlf Hansson1-7/+12