Title: [6743] branches/2009R1/drivers/usb/musb/musb_dma.h: task[#2424] add new anomaly as condition for using USE_MODE1
Revision
6743
Author
cliff
Date
2009-06-16 03:01:13 -0500 (Tue, 16 Jun 2009)

Log Message

task[#2424] add new anomaly as condition for using USE_MODE1

Modified Paths

Diff

Modified: branches/2009R1/drivers/usb/musb/musb_dma.h (6742 => 6743)


--- branches/2009R1/drivers/usb/musb/musb_dma.h	2009-06-16 07:44:09 UTC (rev 6742)
+++ branches/2009R1/drivers/usb/musb/musb_dma.h	2009-06-16 08:01:13 UTC (rev 6743)
@@ -80,12 +80,14 @@
 #define tusb_dma_omap()			0
 #endif
 
-/* Anomaly 05000456 - USE_MODE1 is used to enable DMA mode 1 for rx
- * transfer. It should not be defined on blackfin if this anmoly exists.
+/* ANOMALY_05000456,ANOMALY_05000460 - USE_MODE1
+ * is used to enable DMA mode 1 for rx and tx
+ * transfer. It should not be defined on blackfin if
+ * these anmolies exist.
  */
 #ifdef CONFIG_BLACKFIN
 # undef USE_MODE1
-# if !ANOMALY_05000456
+# if !ANOMALY_05000456 && !ANOMALY_05000460
 #  define USE_MODE1
 # endif
 #endif
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to