commit | 0662481855c389b75a0a54c32870cc90563d80a9 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Fri Jan 21 13:39:20 2011 +0800 |
committer | Felipe Balbi <balbi@ti.com> | Tue Feb 01 10:41:30 2011 +0200 |
tree | dec1f1e397a2951fea686c6219bbeb81aa9d819b | |
parent | 9c668079c864c3b49d8deb56dafedf916b2a72d0 [diff] |
usb: musb: disable double buffering when it's broken 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>