Re: [PATCH 06/13] usb: dwc2: gadget: Add dwc2_gadget_incr_frame_num()

2016-05-18 Thread Sergei Shtylyov
Hello. On 5/18/2016 2:16 AM, John Youn wrote: From: Vardan Mikayelyan Increases and checks targeted frame number of current ep if overrun happened, sets flag and masks with DSTS_SOFFN_LIMIT Added following fields to struct dwc2_hsotg_ep -target_frame: Targeted frame num to setup next ISOC tr

[PATCH 06/13] usb: dwc2: gadget: Add dwc2_gadget_incr_frame_num()

2016-05-17 Thread John Youn
From: Vardan Mikayelyan Increases and checks targeted frame number of current ep if overrun happened, sets flag and masks with DSTS_SOFFN_LIMIT Added following fields to struct dwc2_hsotg_ep -target_frame: Targeted frame num to setup next ISOC transfer -frame_overrun: Indicates SOF number overru