]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: sdhci: move the ADMA2 table handling into own module
authorMichael Walle <michael@walle.cc>
Wed, 23 Sep 2020 10:42:51 +0000 (12:42 +0200)
committerPeng Fan <peng.fan@nxp.com>
Mon, 12 Oct 2020 07:50:19 +0000 (15:50 +0800)
commit4d6a773b1cfcb7e62d12dd31e588b5d00179b470
tree262d88f7955fceeb8806c9675a42543e4fc8e8bc
parent7e48a028a42c111ba38a90b86e5f57dace980fa0
mmc: sdhci: move the ADMA2 table handling into own module

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>
drivers/mmc/Kconfig
drivers/mmc/Makefile
drivers/mmc/sdhci-adma.c [new file with mode: 0644]
drivers/mmc/sdhci.c
include/sdhci.h