usb: musb: disable double buffering when it's broken
authorFelipe Balbi <balbi@ti.com>
Fri, 21 Jan 2011 05:39:20 +0000 (13:39 +0800)
committerFelipe Balbi <balbi@ti.com>
Tue, 1 Feb 2011 08:41:30 +0000 (10:41 +0200)
We know that blackfin doesn't support double
buffering feature as of today. So we add a
flag set by musb_platform_init() to forcefully
disable that feature.

Such flag is created and marked as deprecated
to force us to find a solution for the missing
double buffering support on blackfin.

Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found