commit | acbb7cd4d34caec36ff6d044a8f55325fa27459f | [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 | 71cd80af863945e81f468c22e5e1afb06eba75cd [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>