Re: [PATCH v7 6/8] usb: gadget: goku_udc: add goku_match_ep() function

2015-08-06 Thread Sergei Shtylyov
Hello. On 8/6/2015 10:58 AM, Robert Baldyga wrote: Add 'match_ep' callback to utilize chip-specific knowledge in endpoint matching process. Function does the same that was done by chip-specific code inside of epautoconf. Now this code can be removed from there to separate generic code from

[PATCH v7 6/8] usb: gadget: goku_udc: add goku_match_ep() function

2015-08-06 Thread Robert Baldyga
Add 'match_ep' callback to utilize chip-specific knowledge in endpoint matching process. Function does the same that was done by chip-specific code inside of epautoconf. Now this code can be removed from there to separate generic code from platform specific logic. Signed-off-by: Robert Baldyga