summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-07mmc: sdhci-tegra: Issue CMD and DAT resets togetherPrathamesh Shete1-0/+2
2022-12-07mmc: Remove duplicate words in commentsAdrian Hunter1-1/+1
2022-11-29mmc: sdhci: Fix voltage switch delayAdrian Hunter1-0/+2
2022-09-28mmc: sdhci: Get rid of SDHCI_QUIRK_RESET_CMD_DATA_ON_IOSAdrian Hunter1-2/+0
2022-07-12mmc: sdhci: Capture eMMC and SD card errorsShaik Sajida Bhanu1-0/+3
2021-11-17mmc: sdhci: Fix ADMA for PAGE_SIZE >= 64KiBAdrian Hunter1-1/+3
2021-10-19mmc: sdhci: Remove unused prototype declaration in the headerAndy Shevchenko1-1/+0
2021-10-19mmc: sdhci: Deduplicate sdhci_get_cd_nogpio()Andy Shevchenko1-0/+1
2021-08-24mmc: sdhci: Introduce max_timeout_count variable in sdhci_hostSarthak Garg1-0/+1
2021-07-02mmc: sdhci: Fix warning message when accessing RPMB in HS400 modeAl Cooper1-0/+1
2021-06-15mmc: sdhci-iproc: Add support for the legacy sdhci controller on the BCM7211Al Cooper1-0/+2
2020-07-13mmc: sdhci: Allow platform controlled voltage switchingVijay Viswanath1-0/+1
2020-05-28mmc: sdhci-msm: Introduce new ops to dump vendor specific registersSarthak Garg1-0/+1
2020-05-28mmc: sdhci: add quirks for be to le byte swappingAngelo Dureghello1-0/+3
2020-05-28mmc: sdhci: use FIELD_GET/PREP for current capabilities bit masksMasahiro Yamada1-7/+4
2020-05-28mmc: host: sdhci: Implement the request_atomic() APIBaolin Wang1-0/+1
2020-05-28mmc: sdhci: Reduce maximum time under spinlock in sdhci_send_command()Adrian Hunter1-0/+1
2020-05-28mmc: sdhci: Stop exporting sdhci_send_command()Adrian Hunter1-1/+0
2020-05-28mmc: sdhci: use FIELD_GET/PREP for capabilities bit masksMasahiro Yamada1-11/+6
2020-05-28mmc: sdhci: move SDHCI_CAPABILITIES_1 to a more suitable placeMasahiro Yamada1-2/+1
2020-03-24mmc: sdhci: use FIELD_GET for preset value bit masksMasahiro Yamada1-6/+4
2020-03-24mmc: sdhci: Introduce sdhci_set_power_and_bus_voltage()Nicolas Saenz Julienne1-0/+3
2020-03-24mmc: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-24mmc: host: sdhci: Add a variable to defer to complete requests if neededBaolin Wang1-0/+1
2020-03-24mmc: host: sdhci: Add request_done ops for struct sdhci_opsBaolin Wang1-0/+2
2020-01-24mmc: sdhci: Let a vendor driver supply and update ADMA descriptor sizeVeerabhadrarao Badiganti1-1/+2
2020-01-20mmc: sdhci: Refactor sdhci_set_timeout()Faiz Abbas1-0/+1
2020-01-20mmc: sdhci: Convert sdhci_set_timeout_irq() to non-staticFaiz Abbas1-0/+1
2020-01-20mmc: sdhci: add support for using external DMA devicesChunyan Zhang1-0/+8
2019-12-18mmc: sdhci: Add a quirk for broken command queuingAdrian Hunter1-0/+2
2019-09-27mmc: sdhci: Let drivers define their DMA maskAdrian Hunter1-0/+1
2019-09-11mmc: sdhci: Convert to use sdio_irq_claimed()Ulf Hansson1-1/+0
2019-09-11mmc: sdhci: Drop redundant code for SDIO IRQsUlf Hansson1-5/+0
2019-09-11mmc: sdhci: constify references of parameters to __sdhci_read_caps()Masahiro Yamada1-2/+2
2019-09-11mmc: sdhci: Export sdhci_abort_tuning function symbolBen Chuang1-0/+1
2019-09-11mmc: sdhci: Add PLL Enable support to internal clock setupBen Chuang1-0/+1
2019-08-06mmc: sdhci-sprd: Fix the incorrect soft reset operation when runtime resumingBaolin Wang1-1/+1
2019-06-18mmc: sdhci: Fix indenting on SDHCI_CTRL_8BITBUSRaul E Rangel1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-15mmc: sdhci: Remove finish_taskletAdrian Hunter1-1/+2
2019-04-15mmc: sdhci: allow host to specify maximum tuning loopsSowjanya Komatineni1-0/+1
2019-02-25mmc: sdhci: Add ADMA3 DMA support for V4 enabled hostSowjanya Komatineni1-0/+2
2019-02-25mmc: sdhci: Fix O2 Host PLL and card detect issueErnest Zhang(WH)1-0/+4
2018-12-17mmc: sdhci: Add quirk to disable LED controlAdrian Hunter1-0/+2
2018-12-17mmc: sdhci: Handle auto-command errorsAdrian Hunter1-1/+6
2018-12-17mmc: sdhci: Rename SDHCI_ACMD12_ERR and SDHCI_INT_ACMD12ERRAdrian Hunter1-2/+2
2018-10-08mmc: sdhci: Add Auto CMD Auto Select supportChunyan Zhang1-0/+2
2018-10-08mmc: sdhci: Add 32-bit block count support for v4 modeChunyan Zhang1-0/+8
2018-10-08mmc: sdhci: Add ADMA2 64-bit addressing support for V4 modeChunyan Zhang1-2/+10
2018-10-08mmc: sdhci: Add sd host v4 modeChunyan Zhang1-0/+3