musb_hdrc: Transfer remaining bytes with PIO
authorTony Lindgren <tony@atomide.com>
Wed, 21 Feb 2007 08:58:54 +0000 (00:58 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 4 May 2007 17:06:17 +0000 (10:06 -0700)
DMA callback can manually transfer remaining 1 - 31 bytes
after DMA transfer using PIO. This allows transferring
a wider range of sizes with DMA.

This needs to be tested with sync DMA transfers as
PIO may not be mixed with sync DMA.

Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found