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

Simon Glass sjg at chromium.org
Sat Jun 22 19:10:11 UTC 2019


On Mon, 3 Jun 2019 at 14:23, Sekhar Nori <nsekhar at ti.com> 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 <lokeshvutla at ti.com>
> Signed-off-by: Sekhar Nori <nsekhar at ti.com>
> ---
>  drivers/clk/clk-uclass.c | 13 +++++++++++++
>  include/clk.h            | 13 +++++++++++++
>  test/dm/clk.c            |  1 +
>  3 files changed, 27 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list