summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci.c
AgeCommit message (Expand)Author
2025-06-24Revert "mmc: sdhci: Disable SD card clock before changing parameters"Ulf Hansson
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-19mmc: sdhci: export APIs for sdhci irq wakeupLuke Wang
2025-05-14mmc: rename mmc_can_gpio_ro() to mmc_host_can_gpio_ro()Wolfram Sang
2025-05-14mmc: rename mmc_can_gpio_cd() to mmc_host_can_gpio_cd()Wolfram Sang
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-11mmc: sdhci: Disable SD card clock before changing parametersErick Shepherd
2024-10-24mmc: sdhci-uhs2: add request() and othersVictor Shih
2024-10-24mmc: sdhci-uhs2: add irq() and othersVictor Shih
2024-10-24mmc: sdhci-uhs2: add set_ios()Victor Shih
2024-10-24mmc: sdhci-uhs2: add set_power() to support vdd2Victor Shih
2024-10-24mmc: sdhci-uhs2: dump UHS-II registersVictor Shih
2024-07-11mmc: Merge branch fixes into nextUlf Hansson
2024-07-11mmc: sdhci: Fix max_seg_size for 64KiB PAGE_SIZEAdrian Hunter
2024-06-20mmc: sdhci: Eliminate SDHCI_QUIRK_UNSTABLE_RO_DETECTAdrian Hunter
2024-06-20mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro()Adrian Hunter
2024-06-20mmc: sdhci: Do not invert write-protect twiceAdrian Hunter
2024-04-26mmc: sdhci: Add support for "Tuning Error" interruptsAdrian Hunter
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