gint/src/dma
Lephe 85311a0b31
drivers: update the model, replacing unload() with wait()
The unload() function is not very relevant for drivers because hardware
state is managed by ctx_save() and ctx_restore() and software state is
managed by underlying drivers when there are dependencies.

For now, it's been replaced with a wait() function that allows drivers
to not be interrupted at any point. It is currently used by the DMA to
wait for ongoing transfers to finish before disabling interrupts (which
would prevent the transfer end from being detected) and switching in and
out of gint.
2020-05-10 16:36:21 +02:00
..
dma.c drivers: update the model, replacing unload() with wait() 2020-05-10 16:36:21 +02:00
inth.s interrupts: save caller-saved registers in main handler 2020-05-06 20:45:35 +02:00
memcpy.c dma: finalize dma_memset() and dma_memcpy() 2019-09-15 19:30:57 +02:00
memset.c dma: finalize dma_memset() and dma_memcpy() 2019-09-15 19:30:57 +02:00