[PATCH 2/7] staging: dwc2: use dwc2_hcd_get_frame_number where possible

2013-04-29 Thread Matthijs Kooijman
Before, there were two places that manually read the FRNUM registers, while there is a function to do this. Signed-off-by: Matthijs Kooijman --- drivers/staging/dwc2/core.c | 8 +--- drivers/staging/dwc2/hcd_intr.c | 5 + 2 files changed, 2 insertions(+), 11 deletions(-) diff --git

[PATCH 2/7] staging: dwc2: use dwc2_hcd_get_frame_number where possible

2013-05-13 Thread Paul Zimmerman
From: Matthijs Kooijman Before, there were two places that manually read the FRNUM registers, while there is a function to do this. Signed-off-by: Matthijs Kooijman Acked-by: Paul Zimmerman --- drivers/staging/dwc2/core.c | 8 +--- drivers/staging/dwc2/hcd_intr.c | 5 + 2 files ch

RE: [PATCH 2/7] staging: dwc2: use dwc2_hcd_get_frame_number where possible

2013-04-29 Thread Paul Zimmerman
> From: Matthijs Kooijman [mailto:matth...@stdin.nl] > Sent: Monday, April 29, 2013 8:06 AM > > Before, there were two places that manually read the FRNUM registers, > while there is a function to do this. > > Signed-off-by: Matthijs Kooijman > --- > drivers/staging/dwc2/core.c | 8 +---

RE: [PATCH 2/7] staging: dwc2: use dwc2_hcd_get_frame_number where possible

2013-04-29 Thread Paul Zimmerman
> From: Matthijs Kooijman [mailto:matth...@stdin.nl] > Sent: Monday, April 29, 2013 8:06 AM > > Before, there were two places that manually read the FRNUM registers, > while there is a function to do this. > > Signed-off-by: Matthijs Kooijman > --- > drivers/staging/dwc2/core.c | 8 +---