commit | a63347251907d7f9fc2fc02e3b9898efda573c05 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Wed May 06 17:00:54 2015 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Thu May 07 11:32:54 2015 -0700 |
tree | 7ba9c5fbc3d328d0457469ada3988056bb42b3a6 | |
parent | 18e70efe3e2a27b53a63fb4454cc6c9e1dc0db49 [diff] |
clk: Add some more lockdep assertions We don't check to make sure the enable_lock is held across enable/disable and we don't check if the prepare_lock is held across prepare/unprepare. Add some asserts to catch any future locking problems. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>