Re: [PATCH v1 1/3] phy: phy-core: allow specifying supply at port level

2015-03-25 Thread Dmitry Torokhov
On Thu, Mar 26, 2015 at 05:14:07AM +0530, Kishon Vijay Abraham I wrote: > Hi, > > On Thursday 26 March 2015 04:19 AM, Dmitry Torokhov wrote: > > On Thu, Mar 26, 2015 at 04:09:23AM +0530, Kishon Vijay Abraham I wrote: > >> Hi, > >> > >> On Thursday 26 March 2015 03:47 AM, Dmitry Torokhov wrote: > >

Re: [PATCH v1 1/3] phy: phy-core: allow specifying supply at port level

2015-03-25 Thread Kishon Vijay Abraham I
Hi, On Thursday 26 March 2015 04:19 AM, Dmitry Torokhov wrote: > On Thu, Mar 26, 2015 at 04:09:23AM +0530, Kishon Vijay Abraham I wrote: >> Hi, >> >> On Thursday 26 March 2015 03:47 AM, Dmitry Torokhov wrote: >>> On Wed, Mar 25, 2015 at 3:11 PM, Kishon Vijay Abraham I >>> wrote: Hi, >>

Re: [PATCH v1 1/3] phy: phy-core: allow specifying supply at port level

2015-03-25 Thread Dmitry Torokhov
On Thu, Mar 26, 2015 at 04:09:23AM +0530, Kishon Vijay Abraham I wrote: > Hi, > > On Thursday 26 March 2015 03:47 AM, Dmitry Torokhov wrote: > > On Wed, Mar 25, 2015 at 3:11 PM, Kishon Vijay Abraham I > > wrote: > >> Hi, > >> > >> On Saturday 21 March 2015 02:55 AM, Arun Ramamurthy wrote: > >>>

Re: [PATCH v1 1/3] phy: phy-core: allow specifying supply at port level

2015-03-25 Thread Kishon Vijay Abraham I
Hi, On Thursday 26 March 2015 03:47 AM, Dmitry Torokhov wrote: > On Wed, Mar 25, 2015 at 3:11 PM, Kishon Vijay Abraham I wrote: >> Hi, >> >> On Saturday 21 March 2015 02:55 AM, Arun Ramamurthy wrote: >>> Multi-port phy's may have per-port power supplies. Let's change phy core >>> to first attempt

Re: [PATCH v1 1/3] phy: phy-core: allow specifying supply at port level

2015-03-25 Thread Dmitry Torokhov
On Wed, Mar 25, 2015 at 3:11 PM, Kishon Vijay Abraham I wrote: > Hi, > > On Saturday 21 March 2015 02:55 AM, Arun Ramamurthy wrote: >> Multi-port phy's may have per-port power supplies. Let's change phy core >> to first attempt to look up the supply at the port level, and then, if >> not found, ch

Re: [PATCH v1 1/3] phy: phy-core: allow specifying supply at port level

2015-03-25 Thread Kishon Vijay Abraham I
Hi, On Saturday 21 March 2015 02:55 AM, Arun Ramamurthy wrote: > Multi-port phy's may have per-port power supplies. Let's change phy core > to first attempt to look up the supply at the port level, and then, if > not found, check parent device. Why not just have every port provide the power suppl

Re: [PATCH v1 1/3] phy: phy-core: allow specifying supply at port level

2015-03-20 Thread Dmitry Torokhov
Hi Arun, On Fri, Mar 20, 2015 at 02:25:25PM -0700, Arun Ramamurthy wrote: > Multi-port phy's may have per-port power supplies. Let's change phy core > to first attempt to look up the supply at the port level, and then, if > not found, check parent device. > > Reviewed-by: Ray Jui > Reviewed-by:

[PATCH v1 1/3] phy: phy-core: allow specifying supply at port level

2015-03-20 Thread Arun Ramamurthy
Multi-port phy's may have per-port power supplies. Let's change phy core to first attempt to look up the supply at the port level, and then, if not found, check parent device. Reviewed-by: Ray Jui Reviewed-by: Scott Branden Signed-off-by: Dmitry Torokhov Signed-off-by: Arun Ramamurthy --- dri