f9f3232a7d
While the default ->mmap and ->get_sgtable implementations work for the
majority of our dma_map_ops impementations they are inherently safe
for others that don't use the page allocator or CMA and/or use their
own way of remapping not covered by the common code. So remove the
defaults if these methods are not wired up, but instead wire up the
default implementations for all safe instances.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
Platform | ||
irq.c | ||
jazzdma.c | ||
reset.c | ||
setup.c |