Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-06-24 Thread Lee Jones
On Tue, 24 Jun 2014, Arnd Bergmann wrote: > On Tuesday 24 June 2014 13:46:34 Lee Jones wrote: > > > > > > converting all addresses to to resources so drivers can easily pull > > > > > > them out using platform_get_resource() and friends. Pushing the reg > > > > > > > > > > right. Can't we use

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-06-24 Thread Arnd Bergmann
On Tuesday 24 June 2014 13:46:34 Lee Jones wrote: > > > > > converting all addresses to to resources so drivers can easily pull > > > > > them out using platform_get_resource() and friends. Pushing the reg > > > > > > > > right. Can't we use of_address_to_resource here? > > > > > > We could,

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-06-24 Thread Lee Jones
> > > > converting all addresses to to resources so drivers can easily pull > > > > them out using platform_get_resource() and friends. Pushing the reg > > > > > > right. Can't we use of_address_to_resource here? > > > > We could, but that would be an extra layer. We'd be pulling the > >

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-06-24 Thread Arnd Bergmann
On Wednesday 18 June 2014 11:04:11 Lee Jones wrote: > > On Tuesday 17 June 2014 04:53 PM, Lee Jones wrote: > > >>> The MiPHY365x is a Generic PHY which can serve various SATA or PCIe > > >>> devices. It has 2 ports which it can use for either; both SATA, both > > >>> PCIe or one of each in any

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-06-24 Thread Arnd Bergmann
On Wednesday 18 June 2014 11:04:11 Lee Jones wrote: On Tuesday 17 June 2014 04:53 PM, Lee Jones wrote: The MiPHY365x is a Generic PHY which can serve various SATA or PCIe devices. It has 2 ports which it can use for either; both SATA, both PCIe or one of each in any configuration.

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-06-24 Thread Lee Jones
converting all addresses to to resources so drivers can easily pull them out using platform_get_resource() and friends. Pushing the reg right. Can't we use of_address_to_resource here? We could, but that would be an extra layer. We'd be pulling the address, putting it into

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-06-24 Thread Arnd Bergmann
On Tuesday 24 June 2014 13:46:34 Lee Jones wrote: converting all addresses to to resources so drivers can easily pull them out using platform_get_resource() and friends. Pushing the reg right. Can't we use of_address_to_resource here? We could, but that would be an extra

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-06-24 Thread Lee Jones
On Tue, 24 Jun 2014, Arnd Bergmann wrote: On Tuesday 24 June 2014 13:46:34 Lee Jones wrote: converting all addresses to to resources so drivers can easily pull them out using platform_get_resource() and friends. Pushing the reg right. Can't we use of_address_to_resource

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-06-18 Thread Lee Jones
> On Tuesday 17 June 2014 04:53 PM, Lee Jones wrote: > >>> The MiPHY365x is a Generic PHY which can serve various SATA or PCIe > >>> devices. It has 2 ports which it can use for either; both SATA, both > >>> PCIe or one of each in any configuration. > >> > >> I've asked others who wrote multi-phy

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-06-18 Thread Kishon Vijay Abraham I
Hi, On Tuesday 17 June 2014 04:53 PM, Lee Jones wrote: >>> The MiPHY365x is a Generic PHY which can serve various SATA or PCIe >>> devices. It has 2 ports which it can use for either; both SATA, both >>> PCIe or one of each in any configuration. >> >> I've asked others who wrote multi-phy PHY

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-06-18 Thread Kishon Vijay Abraham I
Hi, On Tuesday 17 June 2014 04:53 PM, Lee Jones wrote: The MiPHY365x is a Generic PHY which can serve various SATA or PCIe devices. It has 2 ports which it can use for either; both SATA, both PCIe or one of each in any configuration. I've asked others who wrote multi-phy PHY providers to

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-06-18 Thread Lee Jones
On Tuesday 17 June 2014 04:53 PM, Lee Jones wrote: The MiPHY365x is a Generic PHY which can serve various SATA or PCIe devices. It has 2 ports which it can use for either; both SATA, both PCIe or one of each in any configuration. I've asked others who wrote multi-phy PHY providers to

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-06-17 Thread Lee Jones
> > The MiPHY365x is a Generic PHY which can serve various SATA or PCIe > > devices. It has 2 ports which it can use for either; both SATA, both > > PCIe or one of each in any configuration. > > I've asked others who wrote multi-phy PHY providers to model each individual > PHY as sub-node of the

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-06-17 Thread Lee Jones
The MiPHY365x is a Generic PHY which can serve various SATA or PCIe devices. It has 2 ports which it can use for either; both SATA, both PCIe or one of each in any configuration. I've asked others who wrote multi-phy PHY providers to model each individual PHY as sub-node of the PHY

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-06-10 Thread Kishon Vijay Abraham I
Hi, On Thursday 22 May 2014 07:23 PM, Lee Jones wrote: > The MiPHY365x is a Generic PHY which can serve various SATA or PCIe > devices. It has 2 ports which it can use for either; both SATA, both > PCIe or one of each in any configuration. I've asked others who wrote multi-phy PHY providers to

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-06-10 Thread Kishon Vijay Abraham I
Hi, On Thursday 22 May 2014 07:23 PM, Lee Jones wrote: The MiPHY365x is a Generic PHY which can serve various SATA or PCIe devices. It has 2 ports which it can use for either; both SATA, both PCIe or one of each in any configuration. I've asked others who wrote multi-phy PHY providers to

[PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-05-22 Thread Lee Jones
The MiPHY365x is a Generic PHY which can serve various SATA or PCIe devices. It has 2 ports which it can use for either; both SATA, both PCIe or one of each in any configuration. Cc: Kishon Vijay Abraham I Acked-by: Mark Rutland Acked-by: Alexandre Torgue Signed-off-by: Lee Jones ---

[PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-05-22 Thread Lee Jones
The MiPHY365x is a Generic PHY which can serve various SATA or PCIe devices. It has 2 ports which it can use for either; both SATA, both PCIe or one of each in any configuration. Cc: Kishon Vijay Abraham I kis...@ti.com Acked-by: Mark Rutland mark.rutl...@arm.com Acked-by: Alexandre Torgue

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-05-19 Thread Lee Jones
> > Did you receive this set okay? I believe it's still unmerged? > > I think I missed it. But I'm already done with the PULL REQUEST to greg for > 3.16 merge window. Really, already? It's only -rc5? > Can't we take it through dt tree for miphy? Well there are 3 patches. 2 of which could go

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-05-19 Thread Kishon Vijay Abraham I
Hi, On Monday 19 May 2014 07:26 PM, Lee Jones wrote: > Kishon, > > Did you receive this set okay? I believe it's still unmerged? I think I missed it. But I'm already done with the PULL REQUEST to greg for 3.16 merge window. Can't we take it through dt tree for miphy? Thanks Kishon > >> The

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-05-19 Thread Lee Jones
Kishon, Did you receive this set okay? I believe it's still unmerged? > The MiPHY365x is a Generic PHY which can serve various SATA or PCIe > devices. It has 2 ports which it can use for either; both SATA, both > PCIe or one of each in any configuration. > > Cc: Kishon Vijay Abraham I >

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-05-19 Thread Lee Jones
Kishon, Did you receive this set okay? I believe it's still unmerged? The MiPHY365x is a Generic PHY which can serve various SATA or PCIe devices. It has 2 ports which it can use for either; both SATA, both PCIe or one of each in any configuration. Cc: Kishon Vijay Abraham I kis...@ti.com

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-05-19 Thread Kishon Vijay Abraham I
Hi, On Monday 19 May 2014 07:26 PM, Lee Jones wrote: Kishon, Did you receive this set okay? I believe it's still unmerged? I think I missed it. But I'm already done with the PULL REQUEST to greg for 3.16 merge window. Can't we take it through dt tree for miphy? Thanks Kishon The

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-05-19 Thread Lee Jones
Did you receive this set okay? I believe it's still unmerged? I think I missed it. But I'm already done with the PULL REQUEST to greg for 3.16 merge window. Really, already? It's only -rc5? Can't we take it through dt tree for miphy? Well there are 3 patches. 2 of which could go

[PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-04-29 Thread Lee Jones
The MiPHY365x is a Generic PHY which can serve various SATA or PCIe devices. It has 2 ports which it can use for either; both SATA, both PCIe or one of each in any configuration. Cc: Kishon Vijay Abraham I Acked-by: Mark Rutland Acked-by: Alexandre Torgue Signed-off-by: Lee Jones ---

[PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-04-29 Thread Lee Jones
The MiPHY365x is a Generic PHY which can serve various SATA or PCIe devices. It has 2 ports which it can use for either; both SATA, both PCIe or one of each in any configuration. Cc: Kishon Vijay Abraham I kis...@ti.com Acked-by: Mark Rutland mark.rutl...@arm.com Acked-by: Alexandre Torgue

[PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-03-12 Thread Lee Jones
The MiPHY365x is a Generic PHY which can serve various SATA or PCIe devices. It has 2 ports which it can use for either; both SATA, both PCIe or one of each in any configuration. Cc: Kishon Vijay Abraham I Acked-by: Mark Rutland Acked-by: Alexandre Torgue Signed-off-by: Lee Jones ---

[PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-03-12 Thread Lee Jones
The MiPHY365x is a Generic PHY which can serve various SATA or PCIe devices. It has 2 ports which it can use for either; both SATA, both PCIe or one of each in any configuration. Cc: Kishon Vijay Abraham I kis...@ti.com Acked-by: Mark Rutland mark.rutl...@arm.com Acked-by: Alexandre Torgue

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-03-05 Thread Lee Jones
> > > +Specifying phy control of devices > > > += > > > + > > > +Device nodes should specify the configuration required in their "phys" > > > +property, containing a phandle to the miphy device node, a port number > > > +and a device type. > > > + > > > +Example: >

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-03-05 Thread Lee Jones
On Wed, 05 Mar 2014, Mark Rutland wrote: > On Fri, Feb 14, 2014 at 11:23:53AM +, Lee Jones wrote: > > The MiPHY365x is a Generic PHY which can serve various SATA or PCIe > > devices. It has 2 ports which it can use for either; both SATA, both > > PCIe or one of each in any configuration. > >

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-03-05 Thread Lee Jones
On Wed, 05 Mar 2014, Mark Rutland wrote: On Fri, Feb 14, 2014 at 11:23:53AM +, Lee Jones wrote: The MiPHY365x is a Generic PHY which can serve various SATA or PCIe devices. It has 2 ports which it can use for either; both SATA, both PCIe or one of each in any configuration. Cc:

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-03-05 Thread Lee Jones
+Specifying phy control of devices += + +Device nodes should specify the configuration required in their phys +property, containing a phandle to the miphy device node, a port number +and a device type. + +Example: + +#include

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-03-04 Thread Mark Rutland
On Fri, Feb 14, 2014 at 11:23:53AM +, Lee Jones wrote: > The MiPHY365x is a Generic PHY which can serve various SATA or PCIe > devices. It has 2 ports which it can use for either; both SATA, both > PCIe or one of each in any configuration. > > Cc: devicet...@vger.kernel.org > Cc: Srinivas

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-03-04 Thread Mark Rutland
On Fri, Feb 14, 2014 at 11:23:53AM +, Lee Jones wrote: The MiPHY365x is a Generic PHY which can serve various SATA or PCIe devices. It has 2 ports which it can use for either; both SATA, both PCIe or one of each in any configuration. Cc: devicet...@vger.kernel.org Cc: Srinivas

[PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-02-14 Thread Lee Jones
The MiPHY365x is a Generic PHY which can serve various SATA or PCIe devices. It has 2 ports which it can use for either; both SATA, both PCIe or one of each in any configuration. Cc: devicet...@vger.kernel.org Cc: Srinivas Kandagatla Signed-off-by: Lee Jones ---

[PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-02-14 Thread Lee Jones
The MiPHY365x is a Generic PHY which can serve various SATA or PCIe devices. It has 2 ports which it can use for either; both SATA, both PCIe or one of each in any configuration. Cc: devicet...@vger.kernel.org Cc: Srinivas Kandagatla srinivas.kandaga...@st.com Signed-off-by: Lee Jones

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-02-13 Thread Mark Rutland
On Thu, Feb 13, 2014 at 11:03:14AM +, Lee Jones wrote: > > > The MiPHY365x is a Generic PHY which can serve various SATA or PCIe > > > devices. It has 2 ports which it can use for either; both SATA, both > > > PCIe or one of each in any configuration. > > > > > > Cc:

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-02-13 Thread Lee Jones
> > The MiPHY365x is a Generic PHY which can serve various SATA or PCIe > > devices. It has 2 ports which it can use for either; both SATA, both > > PCIe or one of each in any configuration. > > > > Cc: devicet...@vger.kernel.org > > Cc: Srinivas Kandagatla > > Signed-off-by: Lee Jones > > ---

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-02-13 Thread Lee Jones
The MiPHY365x is a Generic PHY which can serve various SATA or PCIe devices. It has 2 ports which it can use for either; both SATA, both PCIe or one of each in any configuration. Cc: devicet...@vger.kernel.org Cc: Srinivas Kandagatla srinivas.kandaga...@st.com Signed-off-by: Lee

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-02-13 Thread Mark Rutland
On Thu, Feb 13, 2014 at 11:03:14AM +, Lee Jones wrote: The MiPHY365x is a Generic PHY which can serve various SATA or PCIe devices. It has 2 ports which it can use for either; both SATA, both PCIe or one of each in any configuration. Cc: devicet...@vger.kernel.org Cc:

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-02-12 Thread Mark Rutland
On Wed, Feb 12, 2014 at 04:03:02PM +, Lee Jones wrote: > The MiPHY365x is a Generic PHY which can serve various SATA or PCIe > devices. It has 2 ports which it can use for either; both SATA, both > PCIe or one of each in any configuration. > > Cc: devicet...@vger.kernel.org > Cc: Srinivas

[PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-02-12 Thread Lee Jones
The MiPHY365x is a Generic PHY which can serve various SATA or PCIe devices. It has 2 ports which it can use for either; both SATA, both PCIe or one of each in any configuration. Cc: devicet...@vger.kernel.org Cc: Srinivas Kandagatla Signed-off-by: Lee Jones ---

[PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-02-12 Thread Lee Jones
The MiPHY365x is a Generic PHY which can serve various SATA or PCIe devices. It has 2 ports which it can use for either; both SATA, both PCIe or one of each in any configuration. Cc: devicet...@vger.kernel.org Cc: Srinivas Kandagatla srinivas.kandaga...@st.com Signed-off-by: Lee Jones

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-02-12 Thread Mark Rutland
On Wed, Feb 12, 2014 at 04:03:02PM +, Lee Jones wrote: The MiPHY365x is a Generic PHY which can serve various SATA or PCIe devices. It has 2 ports which it can use for either; both SATA, both PCIe or one of each in any configuration. Cc: devicet...@vger.kernel.org Cc: Srinivas