summaryrefslogtreecommitdiffstats
path: root/drivers/mci/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* mci: sdhci: fix dma mappingMarco Felsch2024-04-101-2/+2
* mci: sdhci: replace sdhci_wait_idleSteffen Trumtrar2024-03-181-2/+27
* mci: sdhci: add tuning supportSteffen Trumtrar2024-03-181-1/+274
* mci: sdhci: wait for idle before stopping clockSascha Hauer2023-11-061-0/+2
* mci: sdhci: Add common wait for idle functionSascha Hauer2023-11-061-0/+22
* Merge branch 'for-next/misc'Sascha Hauer2023-09-251-0/+10
|\
| * mci: sdhci: don't hang indefinitely waiting for DMA completionAhmad Fatoum2023-08-281-0/+10
* | mci: sdhci: hardcode SDMA boundary for DMAAhmad Fatoum2023-09-121-7/+2
* | mci: sdhci: unmap the DMA buffers actually usedAhmad Fatoum2023-09-121-2/+2
|/
* mci: sdhci: Force DMA update to the next block boundaryJules Maselbas2023-08-211-1/+13
* mci: sdhci: Add 64-bit DMA addressing suport for V4 modeJules Maselbas2023-08-211-2/+62
* mci: sdhci: Add sd host v4 modeJules Maselbas2023-08-211-0/+21
* mci: sdhci: Actually return the error code instead of 0Jules Maselbas2023-08-211-1/+1
* mci: sdhci: Set 8-bit host capsJules Maselbas2023-08-211-0/+3
* mci: sdhci: Add and use common sdhci_wait_for_done()Sascha Hauer2023-04-051-0/+27
* Rename struct device_d to deviceSascha Hauer2023-01-101-3/+3
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-1/+1
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* mci: sdhci: fix big-endian write for blockcount/sizeSteffen Trumtrar2021-10-051-3/+2
* mci: sdhci: Add DMA transfer helpersSascha Hauer2021-06-111-1/+117
* mci: sdhci: port over some common functions from LinuxSascha Hauer2021-06-101-0/+281
* mci: sdhci: implement sdhci_reset()Ahmad Fatoum2020-04-271-0/+11
* mci: imx-esdhc-pbl: Use sdhci_transfer_data()Andrey Smirnov2019-12-041-0/+13
* mci: Add sdhci helperSascha Hauer2019-11-191-0/+127