commit | d4d7e3ddc76c5ae3b4fbd15cb6f30aa78c28d788 | [log] [tgz] |
---|---|---|
author | Mike Turquette <mturquette@linaro.org> | Mon Mar 26 16:15:52 2012 -0700 |
committer | Mike Turquette <mturquette@linaro.org> | Tue Apr 24 16:37:38 2012 -0700 |
tree | 419f45ad3531d0f1031096f55125c59fa6d065af | |
parent | 7452b2191cd55fb3fd6ad65344466ddcdbe4676e [diff] |
clk: core: enforce clk_ops consistency Documentation/clk.txt has some handsome ASCII art outlining which clk_ops are mandatory for a given clock, given the capability of the hardware. Enforce those mandates with sanity checks in __clk_init. Signed-off-by: Mike Turquette <mturquette@linaro.org>