commit | b62fa7d48f01a46b16a84da2de66cf478d6a3790 | [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 | 9212f899db56c610078b0b5273cc1a97c80ede06 [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>