diff options
author | Venkat Moganty <vmoganty@nvidia.com> | 2010-09-23 23:14:57 +0530 |
---|---|---|
committer | Yu-Huan Hsu <yhsu@nvidia.com> | 2010-10-05 14:49:18 -0700 |
commit | 80833ca384f1a58a207f98bba66905c6e0caac97 (patch) | |
tree | 250046912780c568b210f95f534d979f67070b9c /arch/arm/mach-omap2 | |
parent | e56813e913ac3b7cfe890f8438ee915a5e611ea8 (diff) |
[usb-hcd]Adding missed memory barrier in the hcd driver
There is one wmb missing in the usb host controller driver after the queue head
update. Due to this data transaction is not happening on the bus after urb
submission by the hcd driver. Register updates/queue heads data in the memory
is not reflected on the AHB bus. After adding the wmb after queue head update
data transaction the USB bus started with out any delay.
Bug 737242
(cherry picked from commit eff18c3f40253f7af0b576126b954d8572cbea64)
Change-Id: I9f3ae6d8743a03a58034a82f4fe2850fd7278c4f
Reviewed-on: http://git-master/r/7747
Reviewed-by: Hanumanth Venkateswa Moganty <vmoganty@nvidia.com>
Tested-by: Hanumanth Venkateswa Moganty <vmoganty@nvidia.com>
Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
Diffstat (limited to 'arch/arm/mach-omap2')
0 files changed, 0 insertions, 0 deletions