rockbox/firmware/target/mips
Solomon Peachy ec413f7692 jz4760: Heavily rework USB driver to add working DMA support
* DMA Bulk IN (ie our TX) results in sequential transfers 33-68% faster.
 * DMA Bulk OUT (ie RX) is mostly stripped out due to complete brokenness.
 * Interrupt and control endpoints remain PIO-driven.

Other improvements:

1) Use consistent endpoint references (no magic numbers)
2) Greatly enhanced logging
3) DMA support can be compiled out completely
4) Setting lockswitch will disable all DMA operations at runtime
5) Much more robust error checking and recovery

Change-Id: I57b82e655e55ced0dfe289e379b0b61d8fe443b4
2020-09-17 11:26:04 -04:00
..
ingenic_jz47xx jz4760: Heavily rework USB driver to add working DMA support 2020-09-17 11:26:04 -04:00
mmu-mips.c mips: Convert 'nop' to 'ssnop' -- for future-proofing 2020-09-05 22:18:26 +00:00
mmu-mips.h mips: Heavily rework DMA & caching code 2020-09-03 15:34:28 -04:00