summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci.c
AgeCommit message (Expand)Author
2023-12-07mmc: sdhci: add __sdhci_execute_tuning() to headerDrew Fustini
2023-06-12mmc: sdhci: fix DMA configure compatibility issue when 64bit DMA mode is used.Chevron Li
2023-01-23mmc: sdhci: Remove SDHCI_QUIRK_MISSING_CAPSAdrian Hunter
2022-12-07mmc: sdhci-tegra: Issue CMD and DAT resets togetherPrathamesh Shete
2022-12-07mmc: sdhci: Remove unneeded semicolonzhang songyi
2022-12-07mmc: sdhci: Avoid unnecessary ->set_clock()Adrian Hunter
2022-12-07mmc: Avoid open coding by using mmc_op_tuning()ChanWoo Lee
2022-12-07mmc: sdhci: Fix the SD tuning issue that the SDHCI_TRANSFER_MODE is cleared i...Charl Liu
2022-12-07mmc: sdhci: Replace kmap_atomic() with kmap_local_page()Adrian Hunter
2022-12-07mmc: sdhci: Remove local_irq_{save,restore}() around sg_miter_{next,stop}()Adrian Hunter
2022-12-07mmc: sdhci: Remove local_irq_{save,restore}() around k[un]map_atomic()Adrian Hunter
2022-11-29mmc: sdhci: Fix voltage switch delayAdrian Hunter
2022-09-28mmc: sdhci: Centralize CMD and DATA reset handlingAdrian Hunter
2022-09-28mmc: sdhci: Get rid of SDHCI_QUIRK_RESET_CMD_DATA_ON_IOSAdrian Hunter
2022-09-28mmc: sdhci: Remove misleading comment about resetsAdrian Hunter
2022-09-28mmc: sdhci: Separate out sdhci_reset_for_all()Adrian Hunter
2022-09-14mmc: sdhci: Fix host->cmd is nullWenchao Chen
2022-07-12mmc: sdhci: Capture eMMC and SD card errorsShaik Sajida Bhanu
2022-04-26mmc: improve API to make clear hw_reset callback is for cardsWolfram Sang
2021-11-17mmc: sdhci: Fix ADMA for PAGE_SIZE >= 64KiBAdrian Hunter
2021-10-19mmc: sdhci: Deduplicate sdhci_get_cd_nogpio()Andy Shevchenko
2021-10-12Merge branch 'fixes' into nextUlf Hansson
2021-10-12mmc: sdhci: Return true only when timeout exceeds capacity of the HW timerBean Huo
2021-10-12mmc: sdhci: Change the code to check auto_cmd23ChanWoo Lee
2021-10-12mmc: sdhci: Map more voltage level to SDHCI_POWER_330Shawn Guo
2021-08-24mmc: sdhci: Correct the tuning command handle for PIO modeHaibo Chen
2021-08-24mmc: sdhci: Fix issue with uninitialized dma_slave_configTony Lindgren
2021-08-24mmc: sdhci: Introduce max_timeout_count variable in sdhci_hostSarthak Garg
2021-07-02mmc: sdhci: Fix warning message when accessing RPMB in HS400 modeAl Cooper
2021-06-29mmc: sdhci: Clear unused bounce buffer at DMA mmap error pathTakashi Iwai
2021-06-14mmc: Improve function name when aborting a tuning cmdWolfram Sang
2021-03-30mmc: sdhci: replace mmc->parent with mmc_dev() for consistencyJisheng Zhang
2021-03-30mmc: sdhci: Use "mmc" directly rather than "host->mmc"Jisheng Zhang
2021-03-30mmc: sdhci: Check for reset prior to DMA address unmapPradeep P V K
2021-02-20sdhci: stop poking into swiotlb internalsChristoph Hellwig
2020-12-04mmc: sdhci: Use more concise device_property_read_u64Jeremy Linton
2020-11-24mmc: sdhci: Update firmware interface APIJeremy Linton
2020-10-15mmc: sdhci: Use Auto CMD Auto Select only when v4_mode is trueJisheng Zhang
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-05Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2020-07-24mmc: sdhci: Fix a potential uninitialized variableDan Carpenter
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-13mmc: sdhci: Fix potential null pointer access while accessing vqmmcVeerabhadrarao Badiganti
2020-07-13mmc: sdhci: Allow platform controlled voltage switchingVijay Viswanath
2020-05-28Merge branch 'fixes' into nextUlf Hansson
2020-05-28mmc: sdhci-msm: Introduce new ops to dump vendor specific registersSarthak Garg
2020-05-28mmc: sdhci: add quirks for be to le byte swappingAngelo Dureghello
2020-05-28mmc: sdhci: use FIELD_GET/PREP for current capabilities bit masksMasahiro Yamada
2020-05-28mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson
2020-05-28mmc: sdhci: add spin lock for sdhci_set_default_irqs in sdhci_initHaibo Chen