aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
authorMike Turquette <mturquette@linaro.org>2014-09-30 17:24:38 -0400
committerMike Turquette <mturquette@linaro.org>2014-09-30 17:33:02 -0400
commite156ee56cbe26c9e8df6619dac1a993245afc1d5 (patch)
tree6fedeffc6e6ba807388d5135affd0b2f649359b0 /Documentation/kernel-parameters.txt
parent38bf3a79785f50ecad01e0ea60bf779507032984 (diff)
doc/kernel-parameters.txt: clarify clk_ignore_unused
Refine the definition around clk_ignore_unused, which caused some confusion recently on the linux-fbdev and linux-arm-kernel mailing lists[0]. [0] http://lkml.kernel.org/r/<20140929135358.GC30998@ulmo> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt14
1 files changed, 9 insertions, 5 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 10d51c2f10d7..0ce01fb286c4 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -605,11 +605,15 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
605 See Documentation/s390/CommonIO for details. 605 See Documentation/s390/CommonIO for details.
606 clk_ignore_unused 606 clk_ignore_unused
607 [CLK] 607 [CLK]
608 Keep all clocks already enabled by bootloader on, 608 Prevents the clock framework from automatically gating
609 even if no driver has claimed them. This is useful 609 clocks that have not been explicitly enabled by a Linux
610 for debug and development, but should not be 610 device driver but are enabled in hardware at reset or
611 needed on a platform with proper driver support. 611 by the bootloader/firmware. Note that this does not
612 For more information, see Documentation/clk.txt. 612 force such clocks to be always-on nor does it reserve
613 those clocks in any way. This parameter is useful for
614 debug and development, but should not be needed on a
615 platform with proper driver support. For more
616 information, see Documentation/clk.txt.
613 617
614 clock= [BUGS=X86-32, HW] gettimeofday clocksource override. 618 clock= [BUGS=X86-32, HW] gettimeofday clocksource override.
615 [Deprecated] 619 [Deprecated]