Re: [PATCH 1/2] phy: usbphy: Add dt documentation for Broadcom Cygnus USB PHY driver

2015-03-11 Thread Arnd Bergmann
On Wednesday 11 March 2015 14:37:58 Arun Ramamurthy wrote: > On 15-03-10 01:27 PM, Arnd Bergmann wrote: > > On Wednesday 25 February 2015 16:24:06 Arun Ramamurthy wrote: > > Should I run this by Alan Stern? > > I've added him to Cc here. He clearly didn't know the background about > >

Re: [PATCH 1/2] phy: usbphy: Add dt documentation for Broadcom Cygnus USB PHY driver

2015-03-11 Thread Arun Ramamurthy
On 15-03-10 01:27 PM, Arnd Bergmann wrote: On Wednesday 25 February 2015 16:24:06 Arun Ramamurthy wrote: Should I run this by Alan Stern? I've added him to Cc here. He clearly didn't know the background about the DT binding change, and should not need to, but he may have an opinion on what n

Re: [PATCH 1/2] phy: usbphy: Add dt documentation for Broadcom Cygnus USB PHY driver

2015-03-10 Thread Arnd Bergmann
On Wednesday 25 February 2015 16:24:06 Arun Ramamurthy wrote: > >>> Should I run this by Alan Stern? > >> > >> I've added him to Cc here. He clearly didn't know the background about > >> the DT binding change, and should not need to, but he may have an opinion > >> on what names we should use. > >>

Re: [PATCH 1/2] phy: usbphy: Add dt documentation for Broadcom Cygnus USB PHY driver

2015-02-25 Thread Arun Ramamurthy
Hello Alan and Arnd I wanted to follow up on this patch and ascertain what I would have to change. Please see below for my questions On 15-02-18 04:46 PM, Arun Ramamurthy wrote: On 15-02-18 07:15 AM, Arnd Bergmann wrote: On Tuesday 17 February 2015 13:05:50 Arun Ramamurthy wrote: On 15-02

Re: [PATCH 1/2] phy: usbphy: Add dt documentation for Broadcom Cygnus USB PHY driver

2015-02-18 Thread Arun Ramamurthy
On 15-02-18 07:15 AM, Arnd Bergmann wrote: On Tuesday 17 February 2015 13:05:50 Arun Ramamurthy wrote: On 15-02-17 12:53 PM, Arnd Bergmann wrote: On Tuesday 17 February 2015 12:00:49 Arun Ramamurthy wrote: Arnd, I patched the ehci and ohci driver to accept multiple phys so they require diffe

Re: [PATCH 1/2] phy: usbphy: Add dt documentation for Broadcom Cygnus USB PHY driver

2015-02-18 Thread Arnd Bergmann
On Tuesday 17 February 2015 13:05:50 Arun Ramamurthy wrote: > On 15-02-17 12:53 PM, Arnd Bergmann wrote: > > On Tuesday 17 February 2015 12:00:49 Arun Ramamurthy wrote: > >> Arnd, I patched the ehci and ohci driver to accept multiple phys so they > >> require different names and cannot both be "usb

Re: [PATCH 1/2] phy: usbphy: Add dt documentation for Broadcom Cygnus USB PHY driver

2015-02-17 Thread Arun Ramamurthy
On 15-02-17 12:53 PM, Arnd Bergmann wrote: On Tuesday 17 February 2015 12:00:49 Arun Ramamurthy wrote: Arnd, I patched the ehci and ohci driver to accept multiple phys so they require different names and cannot both be "usb". That patch was accepted by Alen Stern but I did not update the bindi

Re: [PATCH 1/2] phy: usbphy: Add dt documentation for Broadcom Cygnus USB PHY driver

2015-02-17 Thread Arnd Bergmann
On Tuesday 17 February 2015 12:00:49 Arun Ramamurthy wrote: > Arnd, I patched the ehci and ohci driver to accept multiple phys so they > require different names and cannot both be "usb". That patch was > accepted by Alen Stern but I did not update the bindings documentation. > I will send out ano

Re: [PATCH 1/2] phy: usbphy: Add dt documentation for Broadcom Cygnus USB PHY driver

2015-02-17 Thread Arun Ramamurthy
Thank you for the review Arnd. On 15-02-17 11:41 AM, Arnd Bergmann wrote: On Tuesday 17 February 2015 11:20:20 Arun Ramamurthy wrote: + /* This nodes declares port 0 + and port 1 as host*/ + + ehci0: usb@0x18048000 { + compatible = "generic-ehci"; +

Re: [PATCH 1/2] phy: usbphy: Add dt documentation for Broadcom Cygnus USB PHY driver

2015-02-17 Thread Arnd Bergmann
On Tuesday 17 February 2015 11:20:20 Arun Ramamurthy wrote: > + /* This nodes declares port 0 > + and port 1 as host*/ > + > + ehci0: usb@0x18048000 { > + compatible = "generic-ehci"; > + reg = <0x18048000 0x100>; > + interrupts = ; > +

[PATCH 1/2] phy: usbphy: Add dt documentation for Broadcom Cygnus USB PHY driver

2015-02-17 Thread Arun Ramamurthy
Reviewed-by: Ray Jui Reviewed-by: Scott Branden Signed-off-by: Arun Ramamurthy --- .../bindings/phy/brcm,cygnus-usb-phy.txt | 50 ++ 1 file changed, 50 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/brcm,cygnus-usb-phy.txt diff --git a/Do