[PATCH 063/100] usb: dwc3: add count field to event buffer

2013-02-26 Thread Felipe Balbi
we can cache the last read value of the event buffer count register on this field, for later handling. Signed-off-by: Felipe Balbi ba...@ti.com --- drivers/usb/dwc3/core.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h index

Re: [PATCH 063/100] usb: dwc3: add count field to event buffer

2013-02-26 Thread Sergei Shtylyov
Hello. On 26-02-2013 13:34, Felipe Balbi wrote: we can cache the last read value of the event buffer count register on this field, for later handling. Signed-off-by: Felipe Balbi ba...@ti.com --- drivers/usb/dwc3/core.h | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [PATCH 063/100] usb: dwc3: add count field to event buffer

2013-02-26 Thread Felipe Balbi
On Tue, Feb 26, 2013 at 10:51:45PM +0400, Sergei Shtylyov wrote: Hello. On 26-02-2013 13:34, Felipe Balbi wrote: we can cache the last read value of the event buffer count register on this field, for later handling. Signed-off-by: Felipe Balbi ba...@ti.com ---