summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci: Remove SDHCI_QUIRK_MISSING_CAPSAdrian Hunter2023-01-231-3/+0
* mmc: sdhci-tegra: Issue CMD and DAT resets togetherPrathamesh Shete2022-12-071-0/+5
* mmc: sdhci: Remove unneeded semicolonzhang songyi2022-12-071-1/+1
* mmc: sdhci: Avoid unnecessary ->set_clock()Adrian Hunter2022-12-071-23/+14
* mmc: Avoid open coding by using mmc_op_tuning()ChanWoo Lee2022-12-071-7/+2
* mmc: sdhci: Fix the SD tuning issue that the SDHCI_TRANSFER_MODE is cleared i...Charl Liu2022-12-071-1/+1
* mmc: sdhci: Replace kmap_atomic() with kmap_local_page()Adrian Hunter2022-12-071-2/+2
* mmc: sdhci: Remove local_irq_{save,restore}() around sg_miter_{next,stop}()Adrian Hunter2022-12-071-10/+0
* mmc: sdhci: Remove local_irq_{save,restore}() around k[un]map_atomic()Adrian Hunter2022-12-071-10/+6
* mmc: sdhci: Fix voltage switch delayAdrian Hunter2022-11-291-7/+54
* mmc: sdhci: Centralize CMD and DATA reset handlingAdrian Hunter2022-09-281-13/+39
* mmc: sdhci: Get rid of SDHCI_QUIRK_RESET_CMD_DATA_ON_IOSAdrian Hunter2022-09-281-8/+0
* mmc: sdhci: Remove misleading comment about resetsAdrian Hunter2022-09-281-4/+0
* mmc: sdhci: Separate out sdhci_reset_for_all()Adrian Hunter2022-09-281-8/+12
* mmc: sdhci: Fix host->cmd is nullWenchao Chen2022-09-141-2/+2
* mmc: sdhci: Capture eMMC and SD card errorsShaik Sajida Bhanu2022-07-121-15/+44
* mmc: improve API to make clear hw_reset callback is for cardsWolfram Sang2022-04-261-1/+1
* mmc: sdhci: Fix ADMA for PAGE_SIZE >= 64KiBAdrian Hunter2021-11-171-3/+18
* mmc: sdhci: Deduplicate sdhci_get_cd_nogpio()Andy Shevchenko2021-10-191-0/+19
* Merge branch 'fixes' into nextUlf Hansson2021-10-121-0/+6
|\
| * mmc: sdhci: Map more voltage level to SDHCI_POWER_330Shawn Guo2021-10-121-0/+6
* | mmc: sdhci: Return true only when timeout exceeds capacity of the HW timerBean Huo2021-10-121-12/+9
* | mmc: sdhci: Change the code to check auto_cmd23ChanWoo Lee2021-10-121-1/+1
|/
* mmc: sdhci: Correct the tuning command handle for PIO modeHaibo Chen2021-08-241-2/+8
* mmc: sdhci: Fix issue with uninitialized dma_slave_configTony Lindgren2021-08-241-0/+1
* mmc: sdhci: Introduce max_timeout_count variable in sdhci_hostSarthak Garg2021-08-241-7/+9
* mmc: sdhci: Fix warning message when accessing RPMB in HS400 modeAl Cooper2021-07-021-0/+4
* mmc: sdhci: Clear unused bounce buffer at DMA mmap error pathTakashi Iwai2021-06-291-1/+5
* mmc: Improve function name when aborting a tuning cmdWolfram Sang2021-06-141-1/+1
* mmc: sdhci: replace mmc->parent with mmc_dev() for consistencyJisheng Zhang2021-03-301-12/+12
* mmc: sdhci: Use "mmc" directly rather than "host->mmc"Jisheng Zhang2021-03-301-17/+16
* mmc: sdhci: Check for reset prior to DMA address unmapPradeep P V K2021-03-301-29/+31
* sdhci: stop poking into swiotlb internalsChristoph Hellwig2021-02-201-7/+2
* mmc: sdhci: Use more concise device_property_read_u64Jeremy Linton2020-12-041-4/+4
* mmc: sdhci: Update firmware interface APIJeremy Linton2020-11-241-4/+4
* mmc: sdhci: Use Auto CMD Auto Select only when v4_mode is trueJisheng Zhang2020-10-151-2/+4
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2020-08-051-8/+16
|\
| * mmc: sdhci: Fix a potential uninitialized variableDan Carpenter2020-07-241-1/+1
| * mmc: sdhci: Fix potential null pointer access while accessing vqmmcVeerabhadrarao Badiganti2020-07-131-5/+7
| * mmc: sdhci: Allow platform controlled voltage switchingVijay Viswanath2020-07-131-13/+19
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* Merge branch 'fixes' into nextUlf Hansson2020-05-281-3/+6
|\
| * mmc: sdhci: Fix SDHCI_QUIRK_BROKEN_CQEAdrian Hunter2020-05-181-3/+6
* | mmc: sdhci-msm: Introduce new ops to dump vendor specific registersSarthak Garg2020-05-281-0/+3
* | mmc: sdhci: add quirks for be to le byte swappingAngelo Dureghello2020-05-281-3/+7
* | mmc: sdhci: use FIELD_GET/PREP for current capabilities bit masksMasahiro Yamada2020-05-281-15/+12
* | mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson2020-05-281-1/+1
* | mmc: sdhci: add spin lock for sdhci_set_default_irqs in sdhci_initHaibo Chen2020-05-281-0/+3
* | mmc: host: sdhci: Implement the request_atomic() APIBaolin Wang2020-05-281-0/+34