commit | 496eadf821c2a5111a4b1b401ddda8d1fc18fb0b | [log] [tgz] |
---|---|---|
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | Fri Jan 09 09:28:10 2015 +0100 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Thu Mar 12 12:18:45 2015 -0700 |
tree | a9755af3fb7133be17b8b77fa9e7827c0462e4e1 | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 [diff] |
clk: Use lockdep asserts to find missing hold of prepare_lock Add lockdep asserts for holding the prepare_lock to all functions marking this as a requirement in description. Add this to private and exported functions so all locking misuse could be detected during debugging. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Michael Turquette <mturquette@linaro.org>