Re: [PATCH] usb: gadget: udc-xilinx: Add clock support

2018-04-09 Thread Felipe Balbi
Hi, shubhrajyoti.da...@gmail.com writes: > From: Shubhrajyoti Datta > > Currently the driver depends on the bootloader to enable the clocks. > Add support for clocking. The patch enables the clock at probe and > disables them at remove. > > Signed-off-by:

[PATCH] usb: gadget: udc-xilinx: Add clock support

2018-04-03 Thread shubhrajyoti.datta
From: Shubhrajyoti Datta Currently the driver depends on the bootloader to enable the clocks. Add support for clocking. The patch enables the clock at probe and disables them at remove. Signed-off-by: Shubhrajyoti Datta ---