Re: [U-Boot] [PATCH v2 1/7] clk: add support for clk_is_match()

2019-08-01 Thread Sekhar Nori
On 29/07/19 5:21 PM, Tom Rini wrote: > On Mon, Jul 29, 2019 at 02:43:13PM +0530, Sekhar Nori wrote: >> Hi Tom, >> >> On 27/07/19 7:18 AM, Tom Rini wrote: >>> On Mon, Jun 03, 2019 at 06:52:46PM +0530, Sekhar Nori wrote: >>> Add support for clk_is_match() which is required to know if two cl

Re: [U-Boot] [PATCH v2 1/7] clk: add support for clk_is_match()

2019-07-29 Thread Tom Rini
On Mon, Jul 29, 2019 at 02:43:13PM +0530, Sekhar Nori wrote: > Hi Tom, > > On 27/07/19 7:18 AM, Tom Rini wrote: > > On Mon, Jun 03, 2019 at 06:52:46PM +0530, Sekhar Nori wrote: > > > >> Add support for clk_is_match() which is required to > >> know if two clock pointers point to the same exact > >

Re: [U-Boot] [PATCH v2 1/7] clk: add support for clk_is_match()

2019-07-29 Thread Sekhar Nori
Hi Tom, On 27/07/19 7:18 AM, Tom Rini wrote: > On Mon, Jun 03, 2019 at 06:52:46PM +0530, Sekhar Nori wrote: > >> Add support for clk_is_match() which is required to >> know if two clock pointers point to the same exact >> physical clock. >> >> Also add a unit test for the new API. >> >> Reviewed-

Re: [U-Boot] [PATCH v2 1/7] clk: add support for clk_is_match()

2019-07-26 Thread Tom Rini
On Mon, Jun 03, 2019 at 06:52:46PM +0530, Sekhar Nori wrote: > Add support for clk_is_match() which is required to > know if two clock pointers point to the same exact > physical clock. > > Also add a unit test for the new API. > > Reviewed-by: Lokesh Vutla > Signed-off-by: Sekhar Nori > Revie

Re: [U-Boot] [PATCH v2 1/7] clk: add support for clk_is_match()

2019-06-22 Thread Simon Glass
On Mon, 3 Jun 2019 at 14:23, Sekhar Nori wrote: > > Add support for clk_is_match() which is required to > know if two clock pointers point to the same exact > physical clock. > > Also add a unit test for the new API. > > Reviewed-by: Lokesh Vutla > Signed-off-by: Sekhar Nori > --- > drivers/clk

[U-Boot] [PATCH v2 1/7] clk: add support for clk_is_match()

2019-06-03 Thread Sekhar Nori
Add support for clk_is_match() which is required to know if two clock pointers point to the same exact physical clock. Also add a unit test for the new API. Reviewed-by: Lokesh Vutla Signed-off-by: Sekhar Nori --- drivers/clk/clk-uclass.c | 13 + include/clk.h| 13 +