aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/sdhci-adma.c
AgeCommit message (Collapse)AuthorFilesLines
2020-10-12mmc: sdhci: move the ADMA2 table handling into own moduleMichael Walle1-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>