summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c
AgeCommit message (Expand)AuthorFilesLines
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-23treewide: 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
2020-05-28Merge branch 'fixes' into nextUlf Hansson1-3/+6
2020-05-28mmc: sdhci-msm: Introduce new ops to dump vendor specific registersSarthak Garg1-0/+3
2020-05-28mmc: sdhci: add quirks for be to le byte swappingAngelo Dureghello1-3/+7
2020-05-28mmc: sdhci: use FIELD_GET/PREP for current capabilities bit masksMasahiro Yamada1-15/+12
2020-05-28mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson1-1/+1
2020-05-28mmc: sdhci: add spin lock for sdhci_set_default_irqs in sdhci_initHaibo Chen1-0/+3
2020-05-28mmc: host: sdhci: Implement the request_atomic() APIBaolin Wang1-0/+34
2020-05-28mmc: sdhci: Reduce maximum time under spinlock in sdhci_send_command()Adrian Hunter1-28/+98
2020-05-28mmc: sdhci: Tidy sdhci_request() a bitAdrian Hunter1-13/+26
2020-05-28mmc: sdhci: Remove unneeded forward declaration of sdhci_finish_data()Adrian Hunter1-2/+0
2020-05-28mmc: sdhci: Stop exporting sdhci_send_command()Adrian Hunter1-2/+3
2020-05-28mmc: sdhci: Add helpers for the auto-CMD23 flagAdrian Hunter1-3/+15
2020-05-28mmc: host: Prepare host drivers for mmc_regulator_set_vqmmc() returning > 0Marek Vasut1-3/+3
2020-05-28mmc: sdhci: use FIELD_GET/PREP for capabilities bit masksMasahiro Yamada1-12/+7
2020-05-18mmc: sdhci: Fix SDHCI_QUIRK_BROKEN_CQEAdrian Hunter1-3/+6
2020-03-24mmc: sdhci: use FIELD_GET for preset value bit masksMasahiro Yamada1-5/+5
2020-03-24mmc: sdhci: Introduce sdhci_set_power_and_bus_voltage()Nicolas Saenz Julienne1-0/+19
2020-03-24mmc: sdhci: do not enable card detect interrupt for gpio cd typeHaibo Chen1-1/+1
2020-03-24mmc: host: sdhci: Add a variable to defer to complete requests if neededBaolin Wang1-1/+1
2020-03-24mmc: host: sdhci: Add request_done ops for struct sdhci_opsBaolin Wang1-2/+10
2020-01-24mmc: sdhci: Let a vendor driver supply and update ADMA descriptor sizeVeerabhadrarao Badiganti1-9/+7
2020-01-20mmc: sdhci: fix an issue of mixing different typesChunyan Zhang1-2/+3
2020-01-20Merge branch 'fixes' into nextUlf Hansson1-4/+6