diff options
author | 2012-02-06 11:04:53 +0200 | |
---|---|---|
committer | 2012-02-13 16:02:06 +0200 | |
commit | f6bafc6a1c9d58f0c234ac5052b9c09b0747348c (patch) | |
tree | df6da3498cc47ea3c1cfe43d7b35cc72969568af /drivers/usb/dwc3/dwc3-omap.c | |
parent | usb: dwc3: ep0: fix SetFeature(TEST) (diff) | |
download | linux-dev-f6bafc6a1c9d58f0c234ac5052b9c09b0747348c.tar.xz linux-dev-f6bafc6a1c9d58f0c234ac5052b9c09b0747348c.zip |
usb: dwc3: convert TRBs into bitshifts
this will get rid of a useless memcpy on
IRQ handling, thus improving driver performance.
Tested with OMAP5430 running g_mass_storage on
SuperSpeed and HighSpeed.
Note that we are removing the little endian access
of the TRB and all accesses will be in System endianness,
if there happens to be a system in BE, bit 12 of GSBUSCFG0
should be set so that HW does byte invariant BE accesses
when fetching TRBs.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc3/dwc3-omap.c')
0 files changed, 0 insertions, 0 deletions