Re: [V2 PATCH 25/27] usb: gadget: mv_udc: add device tree support

2013-01-10 Thread Felipe Balbi
On Tue, Nov 27, 2012 at 10:06:24PM -0500, Chao Xie wrote: > In original driver, we have callbacks in platform data, and some > dynamically allocations variables in platform data. > Now, these blocks are removed, the device tree support is easier > now. > > Signed-off-by: Chao Xie care to refresh

[V2 PATCH 25/27] usb: gadget: mv_udc: add device tree support

2012-11-27 Thread Chao Xie
In original driver, we have callbacks in platform data, and some dynamically allocations variables in platform data. Now, these blocks are removed, the device tree support is easier now. Signed-off-by: Chao Xie --- drivers/usb/gadget/mv_udc.h |5 +- drivers/usb/gadget/mv_udc_core.c | 1

[PATCH 25/27] usb: gadget: mv_udc: add device tree support

2012-11-25 Thread Chao Xie
From: Chao Xie In original driver, we have callbacks in platform data, and some dynamically allocations variables in platform data. Now, these blocks are removed, the device tree support is easier now. Signed-off-by: Chao Xie --- drivers/usb/gadget/mv_udc.h |5 +- drivers/usb/gadget/m