commit | cf3119d74e137bc8da349b0e1ea50823f488c64d | [log] [tgz] |
---|---|---|
author | Sekhar Nori <nsekhar@ti.com> | Thu Aug 01 19:12:55 2019 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 12 13:33:38 2019 -0400 |
tree | 5e6a7ce2f65e365a906d16b702f9493535811242 | |
parent | 0401fb6b70e3b1b4522e1eeac71fcaf2c2b53a92 [diff] |
clk: add support for clk_is_match() 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@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>