commit | 8a095a68ce8e7989dec6af4011f0f41bbc554f22 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Wed Jul 10 03:16:40 2013 +0200 |
committer | Marek Vasut <marex@denx.de> | Mon Jul 29 23:01:32 2013 +0200 |
tree | 5953b488cc016d5233b629e45cde9cea5a044e36 | |
parent | b5cd45bfad3a25db25b40cfda9e7db80e5ee65f7 [diff] |
usb: mv_udc: Improve allocation of qTD items Allocate the qTD items all at once instead of allocating them separately. Moreover, make sure each qTD is properly aligned to 32-bytes boundary and that cache can be safely flushed over each qTD touple. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Fabio Estevam <fabio.estevam@freescale.com> Cc: Lei Wen <leiwen@marvell.com> Cc: Otavio Salvador <otavio@ossystems.com.br> Cc: Stefano Babic <sbabic@denx.de>