Re: [PATCHv4 2/6] phy: improved lookup method

2014-11-18 Thread Kishon Vijay Abraham I
Hi, On Tuesday 18 November 2014 09:06 PM, Heikki Krogerus wrote: > On Tue, Nov 18, 2014 at 10:49:18AM +0530, Kishon Vijay Abraham I wrote: >> On Monday 17 November 2014 09:10 PM, Heikki Krogerus wrote: >>> On Thu, Nov 13, 2014 at 07:03:01PM +0530, Vivek Gautam wrote: How about adding the chan

Re: [PATCHv4 2/6] phy: improved lookup method

2014-11-18 Thread Kishon Vijay Abraham I
Hi, On Tuesday 18 November 2014 09:06 PM, Heikki Krogerus wrote: > On Tue, Nov 18, 2014 at 10:49:18AM +0530, Kishon Vijay Abraham I wrote: >> On Monday 17 November 2014 09:10 PM, Heikki Krogerus wrote: >>> On Thu, Nov 13, 2014 at 07:03:01PM +0530, Vivek Gautam wrote: How about adding the chan

Re: [PATCHv4 2/6] phy: improved lookup method

2014-11-18 Thread Heikki Krogerus
On Tue, Nov 18, 2014 at 10:49:18AM +0530, Kishon Vijay Abraham I wrote: > On Monday 17 November 2014 09:10 PM, Heikki Krogerus wrote: > > On Thu, Nov 13, 2014 at 07:03:01PM +0530, Vivek Gautam wrote: > >> How about adding the change in attached patch [1] on top of this patch. > >> Just introduced t

Re: [PATCHv4 2/6] phy: improved lookup method

2014-11-17 Thread Kishon Vijay Abraham I
Hi, On Monday 17 November 2014 09:10 PM, Heikki Krogerus wrote: > On Thu, Nov 13, 2014 at 07:03:01PM +0530, Vivek Gautam wrote: >> How about adding the change in attached patch [1] on top of this patch. >> Just introduced the phy pointer in "phy_lookup" structure, and >> modified phy_find() accord

Re: [PATCHv4 2/6] phy: improved lookup method

2014-11-17 Thread Heikki Krogerus
On Thu, Nov 13, 2014 at 07:03:01PM +0530, Vivek Gautam wrote: > How about adding the change in attached patch [1] on top of this patch. > Just introduced the phy pointer in "phy_lookup" structure, and > modified phy_find() accordingly. I would be fine if we used the phy pointer to match, but if we

Re: [PATCHv4 2/6] phy: improved lookup method

2014-11-17 Thread Vivek Gautam
On Fri, Nov 14, 2014 at 7:45 PM, Heikki Krogerus wrote: > Hi Vivek, > > On Thu, Nov 13, 2014 at 07:03:01PM +0530, Vivek Gautam wrote: >> Hi Heikki, Kishon, >> >> How about adding the change in attached patch [1] on top of this patch. >> Just introduced the phy pointer in "phy_lookup" structure, an

Re: [PATCHv4 2/6] phy: improved lookup method

2014-11-14 Thread Heikki Krogerus
Hi Vivek, On Thu, Nov 13, 2014 at 07:03:01PM +0530, Vivek Gautam wrote: > Hi Heikki, Kishon, > > How about adding the change in attached patch [1] on top of this patch. > Just introduced the phy pointer in "phy_lookup" structure, and > modified phy_find() accordingly. > > [1] Attachment: > 0

Re: [PATCHv4 2/6] phy: improved lookup method

2014-11-13 Thread Vivek Gautam
Hi Heikki, Kishon, On Tue, Nov 11, 2014 at 2:23 PM, Vivek Gautam wrote: > Hi Kishon, > > > On Tue, Nov 11, 2014 at 2:20 PM, Kishon Vijay Abraham I wrote: >> Hi, >> >> On Tuesday 11 November 2014 02:07 PM, Vivek Gautam wrote: >>> On Tue, Nov 11, 2014 at 12:12 PM, Kishon Vijay Abraham I >>> wro

Re: [PATCHv4 2/6] phy: improved lookup method

2014-11-11 Thread Vivek Gautam
Hi Kishon, On Tue, Nov 11, 2014 at 2:20 PM, Kishon Vijay Abraham I wrote: > Hi, > > On Tuesday 11 November 2014 02:07 PM, Vivek Gautam wrote: >> On Tue, Nov 11, 2014 at 12:12 PM, Kishon Vijay Abraham I >> wrote: >>> Hi, >>> >>> On Friday 31 October 2014 06:03 PM, Vivek Gautam wrote: Hi He

Re: [PATCHv4 2/6] phy: improved lookup method

2014-11-11 Thread Kishon Vijay Abraham I
Hi, On Tuesday 11 November 2014 02:07 PM, Vivek Gautam wrote: > On Tue, Nov 11, 2014 at 12:12 PM, Kishon Vijay Abraham I > wrote: >> Hi, >> >> On Friday 31 October 2014 06:03 PM, Vivek Gautam wrote: >>> Hi Heikki, >>> >>> >>> On Fri, Oct 17, 2014 at 8:09 PM, Heikki Krogerus >>> wrote: Remo

Re: [PATCHv4 2/6] phy: improved lookup method

2014-11-11 Thread Vivek Gautam
On Tue, Nov 11, 2014 at 12:12 PM, Kishon Vijay Abraham I wrote: > Hi, > > On Friday 31 October 2014 06:03 PM, Vivek Gautam wrote: >> Hi Heikki, >> >> >> On Fri, Oct 17, 2014 at 8:09 PM, Heikki Krogerus >> wrote: >>> Removes the need for the phys to be aware of their users >>> even when not using

Re: [PATCHv4 2/6] phy: improved lookup method

2014-11-10 Thread Kishon Vijay Abraham I
Hi, On Friday 31 October 2014 06:03 PM, Vivek Gautam wrote: > Hi Heikki, > > > On Fri, Oct 17, 2014 at 8:09 PM, Heikki Krogerus > wrote: >> Removes the need for the phys to be aware of their users >> even when not using DT. The method is copied from clkdev.c. >> >> Signed-off-by: Heikki Krogeru

Re: [PATCHv4 2/6] phy: improved lookup method

2014-10-31 Thread Vivek Gautam
Hi Heikki, On Fri, Oct 17, 2014 at 8:09 PM, Heikki Krogerus wrote: > Removes the need for the phys to be aware of their users > even when not using DT. The method is copied from clkdev.c. > > Signed-off-by: Heikki Krogerus > Tested-by: Vivek Gautam > --- > Documentation/phy.txt | 66 ++

[PATCHv4 2/6] phy: improved lookup method

2014-10-17 Thread Heikki Krogerus
Removes the need for the phys to be aware of their users even when not using DT. The method is copied from clkdev.c. Signed-off-by: Heikki Krogerus Tested-by: Vivek Gautam --- Documentation/phy.txt | 66 --- drivers/phy/phy-core.c | 135 ++