SAMA5 OHCI: Fix some problems with D-Cache coherency and physical addressing related to interrupt endpoints

This commit is contained in:
Gregory Nutt
2013-09-20 15:22:09 -06:00
parent ad1d9d2a44
commit 34804c8ee7
3 changed files with 26 additions and 1 deletions
+4
View File
@@ -5606,3 +5606,7 @@
to provide prettier ps command output. src/sam_usb.c: Use more
descriptive task names when starting the EHCI and OHCI monitor tasks
(2013-9-20).
* arch/arm/src/sama5/sam_ohci.c: Fix a place where DMA-related data
needed to be flushed to data cache; Fix another where a virual address
was being used in a register where a physical address was required
(2013-9-20).