Re: [PATCH 06/11] usb: dwc3: core: allocate scratch buffers

2014-03-05 Thread Felipe Balbi
On Wed, Mar 05, 2014 at 04:47:31PM +0530, George Cherian wrote: > On 2/26/2014 1:10 AM, Felipe Balbi wrote: > >We must read HWPARAMS4 register to figure out > >how many scratch buffers we should allocate. > > > >Later patch will use "Set Scratchpad Buffer > >Array" command to pass the pointer to th

Re: [PATCH 06/11] usb: dwc3: core: allocate scratch buffers

2014-03-05 Thread George Cherian
On 2/26/2014 1:10 AM, Felipe Balbi wrote: We must read HWPARAMS4 register to figure out how many scratch buffers we should allocate. Later patch will use "Set Scratchpad Buffer Array" command to pass the pointer to the IP so it can be used during hibernation. Signed-off-by: Felipe Balbi ---

[PATCH 06/11] usb: dwc3: core: allocate scratch buffers

2014-02-25 Thread Felipe Balbi
We must read HWPARAMS4 register to figure out how many scratch buffers we should allocate. Later patch will use "Set Scratchpad Buffer Array" command to pass the pointer to the IP so it can be used during hibernation. Signed-off-by: Felipe Balbi --- drivers/usb/dwc3/core.c | 95