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

2019-08-13 Thread Tom Rini
On Thu, Aug 01, 2019 at 07:12:55PM +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 Applie

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

2019-08-01 Thread Tom Rini
On Thu, Aug 01, 2019 at 07:24:27PM +0530, Sekhar Nori wrote: > Hi Fabio, > > On 01/08/19 7:17 PM, Fabio Estevam wrote: > > Hi Sekhar, > > > > On Thu, Aug 1, 2019 at 10:44 AM Sekhar Nori wrote: > >> > >> Add support for clk_is_match() which is required to > >> know if two clock pointers point to

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

2019-08-01 Thread Fabio Estevam
Hi Sekhar, On Thu, Aug 1, 2019 at 10:54 AM Sekhar Nori wrote: > Sure. I assume this goes into the commit description? Yes, correct. Thanks ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

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

2019-08-01 Thread Sekhar Nori
Hi Fabio, On 01/08/19 7:17 PM, Fabio Estevam wrote: > Hi Sekhar, > > On Thu, Aug 1, 2019 at 10:44 AM 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. > > I would suggest adding a note that this

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

2019-08-01 Thread Fabio Estevam
Hi Sekhar, On Thu, Aug 1, 2019 at 10:44 AM 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. I would suggest adding a note that this is inspired from the clk_is_match() implementation from the Linux k

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

2019-08-01 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| 12 +