Re: [PATCH 1/2] usb: xhci: switch to running avg trb length

2016-12-19 Thread Felipe Balbi
Hi, Felipe Balbi writes: > Hi, > > Felipe Balbi writes: >> It's unlikely that we will ever know the avg so >> instead of assuming it'll be something really large, >> we will calculate the avg as we go as mentioned in >> XHCI

Re: [PATCH 1/2] usb: xhci: switch to running avg trb length

2016-12-13 Thread Felipe Balbi
Hi, Felipe Balbi writes: > It's unlikely that we will ever know the avg so > instead of assuming it'll be something really large, > we will calculate the avg as we go as mentioned in > XHCI specification section 4.14.1.1. > > Signed-off-by: Felipe Balbi

[PATCH 1/2] usb: xhci: switch to running avg trb length

2016-05-23 Thread Felipe Balbi
It's unlikely that we will ever know the avg so instead of assuming it'll be something really large, we will calculate the avg as we go as mentioned in XHCI specification section 4.14.1.1. Signed-off-by: Felipe Balbi --- drivers/usb/host/xhci-mem.c | 34

[PATCH 1/2] usb: xhci: switch to running avg trb length

2016-05-03 Thread Felipe Balbi
It's unlikely that we will ever know the avg so instead of assuming it'll be something really large, we will calculate the avg as we go as mentioned in XHCI specification section 4.14.1.1. Signed-off-by: Felipe Balbi --- drivers/usb/host/xhci-mem.c | 34