summaryrefslogtreecommitdiff
path: root/drivers/mmc/sdhci-adma.c
Commit message (Collapse)AuthorAgeFilesLines
* mmc: sdhci: move the ADMA2 table handling into own moduleMichael Walle2020-10-121-0/+73
There are other (non-SDHCI) controllers which supports ADMA2 descriptor tables, namely the Freescale eSDHC. Instead of copying the code, move it into an own module. Signed-off-by: Michael Walle <michael@walle.cc>