clk: add clk_ignore_unused option to keep boot clocks on
authorOlof Johansson <olof@lixom.net>
Sat, 27 Apr 2013 21:10:18 +0000 (14:10 -0700)
committerMike Turquette <mturquette@linaro.org>
Sun, 28 Apr 2013 06:03:43 +0000 (23:03 -0700)
This is primarily useful when there's a driver that doesn't claim clocks
properly, but the bootloader leaves them on. It's not expected to be used
in normal cases, but for bringup and debug it's very useful to have the
option to not gate unclaimed clocks that are still on.

Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
[mturquette@linaro.org: fixed up trivial merge issue]


No differences found