summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci.c
AgeCommit message (Expand)AuthorFilesLines
12 daysmmc: Merge branch fixes into nextUlf Hansson1-0/+15
12 daysmmc: sdhci: Fix max_seg_size for 64KiB PAGE_SIZEAdrian Hunter1-0/+15
2024-06-20mmc: sdhci: Eliminate SDHCI_QUIRK_UNSTABLE_RO_DETECTAdrian Hunter1-25/+6
2024-06-20mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro()Adrian Hunter1-5/+0
2024-06-20mmc: sdhci: Do not invert write-protect twiceAdrian Hunter1-7/+15
2024-04-26mmc: sdhci: Add support for "Tuning Error" interruptsAdrian Hunter1-2/+8
2023-12-07mmc: sdhci: add __sdhci_execute_tuning() to headerDrew Fustini1-1/+2
2023-06-12mmc: sdhci: fix DMA configure compatibility issue when 64bit DMA mode is used.Chevron Li1-2/+2
2023-01-23mmc: sdhci: Remove SDHCI_QUIRK_MISSING_CAPSAdrian Hunter1-3/+0
2022-12-07mmc: sdhci-tegra: Issue CMD and DAT resets togetherPrathamesh Shete1-0/+5
2022-12-07mmc: sdhci: Remove unneeded semicolonzhang songyi1-1/+1
2022-12-07mmc: sdhci: Avoid unnecessary ->set_clock()Adrian Hunter1-23/+14
2022-12-07mmc: Avoid open coding by using mmc_op_tuning()ChanWoo Lee1-7/+2
2022-12-07mmc: sdhci: Fix the SD tuning issue that the SDHCI_TRANSFER_MODE is cleared i...Charl Liu1-1/+1
2022-12-07mmc: sdhci: Replace kmap_atomic() with kmap_local_page()Adrian Hunter1-2/+2
2022-12-07mmc: sdhci: Remove local_irq_{save,restore}() around sg_miter_{next,stop}()Adrian Hunter1-10/+0
2022-12-07mmc: sdhci: Remove local_irq_{save,restore}() around k[un]map_atomic()Adrian Hunter1-10/+6
2022-11-29mmc: sdhci: Fix voltage switch delayAdrian Hunter1-7/+54
2022-09-28mmc: sdhci: Centralize CMD and DATA reset handlingAdrian Hunter1-13/+39
2022-09-28mmc: sdhci: Get rid of SDHCI_QUIRK_RESET_CMD_DATA_ON_IOSAdrian Hunter1-8/+0
2022-09-28mmc: sdhci: Remove misleading comment about resetsAdrian Hunter1-4/+0
2022-09-28mmc: sdhci: Separate out sdhci_reset_for_all()Adrian Hunter1-8/+12
2022-09-14mmc: sdhci: Fix host->cmd is nullWenchao Chen1-2/+2
2022-07-12mmc: sdhci: Capture eMMC and SD card errorsShaik Sajida Bhanu1-15/+44
2022-04-26mmc: improve API to make clear hw_reset callback is for cardsWolfram Sang1-1/+1
2021-11-17mmc: sdhci: Fix ADMA for PAGE_SIZE >= 64KiBAdrian Hunter1-3/+18
2021-10-19mmc: sdhci: Deduplicate sdhci_get_cd_nogpio()Andy Shevchenko1-0/+19
2021-10-12Merge branch 'fixes' into nextUlf Hansson1-0/+6
2021-10-12mmc: sdhci: Return true only when timeout exceeds capacity of the HW timerBean Huo1-12/+9
2021-10-12mmc: sdhci: Change the code to check auto_cmd23ChanWoo Lee1-1/+1
2021-10-12mmc: sdhci: Map more voltage level to SDHCI_POWER_330Shawn Guo1-0/+6
2021-08-24mmc: sdhci: Correct the tuning command handle for PIO modeHaibo Chen1-2/+8
2021-08-24mmc: sdhci: Fix issue with uninitialized dma_slave_configTony Lindgren1-0/+1
2021-08-24mmc: sdhci: Introduce max_timeout_count variable in sdhci_hostSarthak Garg1-7/+9
2021-07-02mmc: sdhci: Fix warning message when accessing RPMB in HS400 modeAl Cooper1-0/+4
2021-06-29mmc: sdhci: Clear unused bounce buffer at DMA mmap error pathTakashi Iwai1-1/+5
2021-06-14mmc: Improve function name when aborting a tuning cmdWolfram Sang1-1/+1
2021-03-30mmc: sdhci: replace mmc->parent with mmc_dev() for consistencyJisheng Zhang1-12/+12
2021-03-30mmc: sdhci: Use "mmc" directly rather than "host->mmc"Jisheng Zhang1-17/+16
2021-03-30mmc: sdhci: Check for reset prior to DMA address unmapPradeep P V K1-29/+31
2021-02-20sdhci: stop poking into swiotlb internalsChristoph Hellwig1-7/+2
2020-12-04mmc: sdhci: Use more concise device_property_read_u64Jeremy Linton1-4/+4
2020-11-24mmc: sdhci: Update firmware interface APIJeremy Linton1-4/+4
2020-10-15mmc: sdhci: Use Auto CMD Auto Select only when v4_mode is trueJisheng Zhang1-2/+4
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-05Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-8/+16
2020-07-24mmc: sdhci: Fix a potential uninitialized variableDan Carpenter1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-13mmc: sdhci: Fix potential null pointer access while accessing vqmmcVeerabhadrarao Badiganti1-5/+7
2020-07-13mmc: sdhci: Allow platform controlled voltage switchingVijay Viswanath1-13/+19