Re: [RFC/PATCH 27/45] usb: musb: make use of new usb_endpoint_maxp_mult()

2016-11-02 Thread Bin Liu
On Tue, Nov 01, 2016 at 12:55:18PM +0200, Felipe Balbi wrote: > > Hi, > > Bin Liu writes: > > On Wed, Sep 28, 2016 at 04:05:36PM +0300, Felipe Balbi wrote: > >> We have introduced a helper to calculate multiplier > >> value from wMaxPacketSize. Start using it. > >> > >> Cc: Bin

Re: [RFC/PATCH 27/45] usb: musb: make use of new usb_endpoint_maxp_mult()

2016-11-01 Thread Felipe Balbi
Hi, Bin Liu writes: > On Wed, Sep 28, 2016 at 04:05:36PM +0300, Felipe Balbi wrote: >> We have introduced a helper to calculate multiplier >> value from wMaxPacketSize. Start using it. >> >> Cc: Bin Liu >> Signed-off-by: Felipe Balbi

Re: [RFC/PATCH 27/45] usb: musb: make use of new usb_endpoint_maxp_mult()

2016-10-03 Thread Bin Liu
On Wed, Sep 28, 2016 at 04:05:36PM +0300, Felipe Balbi wrote: > We have introduced a helper to calculate multiplier > value from wMaxPacketSize. Start using it. > > Cc: Bin Liu > Signed-off-by: Felipe Balbi > --- > drivers/usb/musb/musb_gadget.c | 6

[RFC/PATCH 27/45] usb: musb: make use of new usb_endpoint_maxp_mult()

2016-09-28 Thread Felipe Balbi
We have introduced a helper to calculate multiplier value from wMaxPacketSize. Start using it. Cc: Bin Liu Signed-off-by: Felipe Balbi --- drivers/usb/musb/musb_gadget.c | 6 +++--- drivers/usb/musb/musb_host.c | 2 +- 2 files changed, 4