diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2019-11-18 18:40:35 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2019-11-18 18:40:35 +0000 |
commit | c22f8ca6cc3371b41e988d6dc9a6854a49846a8f (patch) | |
tree | e0087badea7b0f23132a5a06753629276a2020c6 /lib | |
parent | 066d9631cb650f63bad94ce1e22d2d13e3e963bf (diff) | |
download | src-c22f8ca6cc3371b41e988d6dc9a6854a49846a8f.tar.gz src-c22f8ca6cc3371b41e988d6dc9a6854a49846a8f.zip |
bcm2835_sdhci: push DATA_END handling out of DMA interrupt path
This simplifies the DMA interrupt handler quite a bit. The sdhci framework
will call platform_finish_transfer() if it's received SDHCI_INT_DATA_END, so
we can take care of any final cleanup there and simply not worry about the
possibility of it ending in the DMA interrupt path.
Notes
Notes:
svn path=/head/; revision=354823
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions