Title: [6574] branches/2009R1/drivers/usb/musb: task[#2424]move anomalies notes to header
Revision
6574
Author
cliff
Date
2009-06-04 02:39:09 -0500 (Thu, 04 Jun 2009)

Log Message

task[#2424]move anomalies notes to header

Modified Paths

Diff

Modified: branches/2009R1/drivers/usb/musb/blackfin.c (6573 => 6574)


--- branches/2009R1/drivers/usb/musb/blackfin.c	2009-06-04 07:24:31 UTC (rev 6573)
+++ branches/2009R1/drivers/usb/musb/blackfin.c	2009-06-04 07:39:09 UTC (rev 6574)
@@ -23,30 +23,6 @@
 #include "musb_core.h"
 #include "blackfin.h"
 
-/* Anomalies notes
- *
- *  05000463 - This anomaly doesn't affect this driver,Since it
- *             never uses L1 or L2 memory as data destination.
- *
- *  05000464 - This anomaly doesn't affect this driver,Since it
- *             never uses L1 or L2 memory as data source.
- *
- *  05000465 - Actually,the anomaly still can be seen when SCLK
- *             is over 100 MHz,and there is no way to workaround
- *             for bulk endpoints,because the wMaxPackSize of bulk
- *             is less than or equal to 512,while the fifo size of
- *             endpoint 5,6,7 is 1024,the double buffer mode is
- *             enabled automatically when these endpoints are used
- *             for bulk OUT.
- *
- *  05000466 - This anomaly doesn't affect this driver,Since it
- *             never mixs concurrent DMA and core accesses to the
- *             TX endpoint FIFOs.
- *
- *  05000467 - The workaround for this anomaly will introduce another
- *             anomaly - 05000465.
- */
-
 /*
  * Load an endpoint's FIFO
  */

Modified: branches/2009R1/drivers/usb/musb/blackfin.h (6573 => 6574)


--- branches/2009R1/drivers/usb/musb/blackfin.h	2009-06-04 07:24:31 UTC (rev 6573)
+++ branches/2009R1/drivers/usb/musb/blackfin.h	2009-06-04 07:39:09 UTC (rev 6574)
@@ -14,10 +14,32 @@
  * Blackfin specific definitions
  */
 
-/* Anomaly notes:
- *  05000450 -  MUSB driver is designed to transfer buffer of N*maxpacket size
- *		in DMA mode 1 and leave rest data to the next transfer in DMA
- *		mode 0.
+/* Anomalies notes:
+ *
+ *  05000450 - MUSB driver is designed to transfer buffer of N*maxpacket size
+ *	       in DMA mode 1 and leave rest data to the next transfer in DMA
+ *	       mode 0.
+ *
+ *  05000463 - This anomaly doesn't affect this driver,Since it
+ *             never uses L1 or L2 memory as data destination.
+ *
+ *  05000464 - This anomaly doesn't affect this driver,Since it
+ *             never uses L1 or L2 memory as data source.
+ *
+ *  05000465 - Actually,the anomaly still can be seen when SCLK
+ *             is over 100 MHz,and there is no way to workaround
+ *             for bulk endpoints,because the wMaxPackSize of bulk
+ *             is less than or equal to 512,while the fifo size of
+ *             endpoint 5,6,7 is 1024,the double buffer mode is
+ *             enabled automatically when these endpoints are used
+ *             for bulk OUT.
+ *
+ *  05000466 - This anomaly doesn't affect this driver,Since it
+ *             never mixs concurrent DMA and core accesses to the
+ *             TX endpoint FIFOs.
+ *
+ *  05000467 - The workaround for this anomaly will introduce another
+ *             anomaly - 05000465.
  */
 
 #undef DUMP_FIFO_DATA
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to