[PATCH 2/5] drivers: usb: otg: add device tree support to otg library

2012-10-17 Thread Daniel Mack
From: Ajay Kumar Gupta Adds an API to get usb phy by passing a device node phandle value. Since now it's possible to obtain phy by phandle, the checks in usb_add_phy for a valid phy type is removed (now it's just a debug message if a user tries to add a phy with undefined type). This also allows

Re: [PATCH 2/5] drivers: usb: otg: add device tree support to otg library

2012-10-24 Thread kishon
Hi, On Wednesday 17 October 2012 08:02 PM, Daniel Mack wrote: From: Ajay Kumar Gupta I guess you changed the author name of this patch by mistake. Thanks Kishon -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More

Re: [PATCH 2/5] drivers: usb: otg: add device tree support to otg library

2012-10-24 Thread Daniel Mack
On 24.10.2012 12:18, kishon wrote: > Hi, > > On Wednesday 17 October 2012 08:02 PM, Daniel Mack wrote: >> From: Ajay Kumar Gupta > > I guess you changed the author name of this patch by mistake. Oh, did I? Sorry, that was of course not on purpose. I collected these patches from various places a