]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - Documentation/clk.txt
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)
commit1e435256d625c203660f0105f1155cd2af283051
treee3ec1f0d91aaaf7f7a559e2ed11937edcd6321f2
parentc700835bf8568f9c183c9b6aa7794d29266da15b
clk: add clk_ignore_unused option to keep boot clocks on

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]
Documentation/clk.txt
Documentation/kernel-parameters.txt
drivers/clk/clk.c