commit | a093bde2b45a0a745f12c018e2d13c027d58641f | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Fri Aug 31 14:21:28 2012 +0200 |
committer | Mike Turquette <mturquette@linaro.org> | Thu Sep 06 17:56:22 2012 -0700 |
tree | 8c1984ee05c7644e7b279da92612194f75d65226 | |
parent | 73118e6188c23719eeec3560b7fd1ca76f1a0919 [diff] |
clk: Provide option for clk_get_rate to issue hw for new rate By using CLK_GET_RATE_NOCACHE flag, we tell the clk_get_rate API to issue the hw for an updated clock rate. This can be used for a clock which rate may be updated without a client necessary modifying it. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Mike Turquette <mturquette@linaro.org>