Re: [PATCH v2 08/41] usb: gadget: s3c: use platform resources

2020-08-07 Thread Felipe Balbi
Krzysztof Kozlowski writes: > From: Arnd Bergmann > > The resources are correctly initialized, so just use them > instead of relying on hardcoded data from platform headers. > > Signed-off-by: Arnd Bergmann > Signed-off-by: Krzysztof Kozlowski If you want me to carry this and the following pa

[PATCH v2 08/41] usb: gadget: s3c: use platform resources

2020-08-06 Thread Krzysztof Kozlowski
From: Arnd Bergmann The resources are correctly initialized, so just use them instead of relying on hardcoded data from platform headers. Signed-off-by: Arnd Bergmann Signed-off-by: Krzysztof Kozlowski --- drivers/usb/gadget/udc/s3c2410_udc.c | 31 +++ drivers/usb/gad