Re: [U-Boot] [u-boot 23/40] dwc3: core: added an API to invoke irq handlers

2015-02-16 Thread Lukasz Majewski
Hi Kishon, Since interrupt support is not present in u-boot, added an API to handle the interrupts in dwc3 core. This API can be polled to handle the interrupts. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com --- drivers/usb/dwc3/core.c | 21 +

[U-Boot] [u-boot 23/40] dwc3: core: added an API to invoke irq handlers

2015-02-06 Thread Kishon Vijay Abraham I
Since interrupt support is not present in u-boot, added an API to handle the interrupts in dwc3 core. This API can be polled to handle the interrupts. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com --- drivers/usb/dwc3/core.c | 21 + include/dwc3-uboot.h|1 + 2