RE: [PATCH v3 0/1] Chipidea driver support for the AR933x platform

2013-04-04 Thread Svetoslav Neykov
From: Alexander Shishkin [mailto:alexander.shish...@linux.intel.com] >Svetoslav Neykov writes: > >> Add support for the usb controller in AR933x platform. >> The controller supports both host or device mode (defined at startup) >> but not OTG. >> The patches are tested on WR703n router running

Re: [PATCH v3 0/1] Chipidea driver support for the AR933x platform

2013-04-04 Thread Alexander Shishkin
Svetoslav Neykov writes: > Add support for the usb controller in AR933x platform. > The controller supports both host or device mode (defined at startup) > but not OTG. > The patches are tested on WR703n router running OpenWRT in device mode. You forgot to mention the dependencies, dr_mode in

[PATCH v3 0/1] Chipidea driver support for the AR933x platform

2013-04-03 Thread Svetoslav Neykov
Add support for the usb controller in AR933x platform. The controller supports both host or device mode (defined at startup) but not OTG. The patches are tested on WR703n router running OpenWRT in device mode. Changes since v2: Removed the glue driver, now dev-usb.c directly registers ci_hdrc. C