]> Git Repo - J-u-boot.git/commit
usb: mv_udc: Add bounce buffer
authorMarek Vasut <[email protected]>
Wed, 10 Jul 2013 01:16:43 +0000 (03:16 +0200)
committerMarek Vasut <[email protected]>
Mon, 29 Jul 2013 21:01:33 +0000 (23:01 +0200)
commit6dd30af0fa5c2f509f6f789789151268bdfcde0c
tree3478096a1ef9c17cb2ce09f0d3e55849afe34ecc
parentf19a343e732f4fd7ca0b0e067a1bfba930621553
usb: mv_udc: Add bounce buffer

The requests sent to the controller are not properly cache aligned
most of the time, thus implement a simple bounce buffer to avoid
problem with cache.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Lei Wen <[email protected]>
Cc: Otavio Salvador <[email protected]>
Cc: Stefano Babic <[email protected]>
drivers/usb/gadget/mv_udc.c
include/usb/mv_udc.h
This page took 0.034476 seconds and 4 git commands to generate.