Re: [PATCH 1/2] ARM: Kirkwood: ehci-orion: Add device tree binding

2012-10-17 Thread Jason Cooper
On Wed, Sep 26, 2012 at 04:49:41PM -0700, Olof Johansson wrote: > On Mon, Sep 24, 2012 at 09:13:53AM +0200, Andrew Lunn wrote: > > > > +Required properties: > > > > +- compatible: must be "marvell,orion-ehci" > > > > +- reg: physical base address of the controller and length of memory > > > > mapp

Re: [PATCH 1/2] ARM: Kirkwood: ehci-orion: Add device tree binding

2012-09-26 Thread Olof Johansson
On Mon, Sep 24, 2012 at 09:13:53AM +0200, Andrew Lunn wrote: > > > +Required properties: > > > +- compatible: must be "marvell,orion-ehci" > > > +- reg: physical base address of the controller and length of memory > > > mapped > > > + region. > > > +- interrupts: The EHCI interrupt > > > +- phy-v

Re: [PATCH 1/2] ARM: Kirkwood: ehci-orion: Add device tree binding

2012-09-24 Thread Andrew Lunn
> > +Required properties: > > +- compatible: must be "marvell,orion-ehci" > > +- reg: physical base address of the controller and length of memory mapped > > + region. > > +- interrupts: The EHCI interrupt > > +- phy-version: Can be one of: > > + "NA" - Don't touch the phy, something else has alr

Re: [PATCH 1/2] ARM: Kirkwood: ehci-orion: Add device tree binding

2012-09-21 Thread Olof Johansson
Hi, Sorry for the late feedback but I didn't notice this until I looked at the pull request from Jason. Please go back and revisit these bindings. I'll merge in the current version but they need to be fixed up. Also, always cc devicetree-discuss and the DT maintainers on new bindings. On Sat, S

Re: [PATCH 1/2] ARM: Kirkwood: ehci-orion: Add device tree binding

2012-09-09 Thread Jason Cooper
On Sat, Sep 01, 2012 at 11:26:25AM +0200, Andrew Lunn wrote: > Based on previous work by Michael Walle and Jason Cooper. > > Made their work actually work, which required added interrupt from DT > and auxdata, along with setting the dma_mask, which DT does not > currently do. > > Signed-off-by: A

Re: [PATCH 1/2] ARM: Kirkwood: ehci-orion: Add device tree binding

2012-09-04 Thread Alan Stern
On Sat, 1 Sep 2012, Andrew Lunn wrote: > Based on previous work by Michael Walle and Jason Cooper. > > Made their work actually work, which required added interrupt from DT > and auxdata, along with setting the dma_mask, which DT does not > currently do. > > Signed-off-by: Andrew Lunn For the

Re: [PATCH 1/2] ARM: Kirkwood: ehci-orion: Add device tree binding

2012-09-02 Thread Sebastian Hesselbarth
On 09/01/2012 11:26 AM, Andrew Lunn wrote: Based on previous work by Michael Walle and Jason Cooper. Made their work actually work, which required added interrupt from DT and auxdata, along with setting the dma_mask, which DT does not currently do. Andrew, you can add a Tested-by: Sebastian

[PATCH 1/2] ARM: Kirkwood: ehci-orion: Add device tree binding

2012-09-01 Thread Andrew Lunn
Based on previous work by Michael Walle and Jason Cooper. Made their work actually work, which required added interrupt from DT and auxdata, along with setting the dma_mask, which DT does not currently do. Signed-off-by: Andrew Lunn --- .../devicetree/bindings/usb/ehci-orion.txt | 19