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

2013-02-26 Thread Marc Kleine-Budde
On 02/26/2013 03:47 PM, Alexander Shishkin wrote: > Svetoslav Neykov writes: > >> Hi Alex, >> I am working on the incorporating all received comments - thanks to all for >> taking their time to comment. >> Apologies for not replying to the received mails, didn't want to spam with >> OK replies to

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

2013-02-26 Thread Svetoslav Neykov
>Great, thanks! >Looks like this patchset will need some synchronization with Sacha's >dr_mode/phy_mode patchset, but I presume you're aware of that. Yes, I will base the next patch on the existing changes, thanks for bringing that up. Regards, Svetoslav. -- To unsubscribe from this list: send t

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

2013-02-26 Thread Alexander Shishkin
Svetoslav Neykov writes: > Hi Alex, > I am working on the incorporating all received comments - thanks to all for > taking their time to comment. > Apologies for not replying to the received mails, didn't want to spam with > OK replies to each separately. Great, thanks! Looks like this patchset

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

2013-02-26 Thread Svetoslav Neykov
H 0/5] Chipidea driver support for the AR933x platform Svetoslav Neykov writes: > Add support for the usb controller in AR933x platform. > The processor is big-endian so all multi-byte values of the usb > descriptors must be converted explicitly. Another difference is that > the control

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

2013-02-26 Thread Alexander Shishkin
Svetoslav Neykov writes: > Add support for the usb controller in AR933x platform. > The processor is big-endian so all multi-byte values of the usb > descriptors must be converted explicitly. Another difference is that > the controller supports both host and device modes but not OTG. > The patch