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 the phy

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 change in

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 change in

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 heikki.kroge...@linux.intel.com 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

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 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() accordingly.

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:

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 gautamvivek1...@gmail.com wrote: Hi Kishon, On Tue, Nov 11, 2014 at 2:20 PM, Kishon Vijay Abraham I kis...@ti.com wrote: Hi, On Tuesday 11 November 2014 02:07 PM, Vivek Gautam wrote: On Tue, Nov 11, 2014 at 12:12 PM, Kishon

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 kis...@ti.com 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 heikki.kroge...@linux.intel.com wrote: Removes the need for the phys to be aware of their

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 kis...@ti.com 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

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 kis...@ti.com 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 kis...@ti.com wrote: Hi, On Friday 31 October 2014 06:03 PM, Vivek Gautam wrote:

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 heikki.kroge...@linux.intel.com 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.

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 heikki.kroge...@linux.intel.com 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 heikki.kroge...@linux.intel.com Tested-by:

[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 heikki.kroge...@linux.intel.com Tested-by: Vivek Gautam gautam.vi...@samsung.com --- Documentation/phy.txt | 66 ---