linux-stable/Documentation
Brian Masney 54d85d6966 docs: clk: add documentation to log which clocks have been disabled
The existing clk documentation has a section that talks about the
clk_ignore_unused kernel parameter. Add additional documentation that
describes how to log which clocks the kernel disables on bootup. This
will log messages like the following to the console on bootup:

    [    1.268115] clk: Disabling unused clocks
    [    1.272167] clk_disable: gcc_usb_clkref_en
    [    1.276389] clk_disable: gcc_usb30_sec_sleep_clk
    [    1.281131] clk_disable: gcc_usb30_prim_sleep_clk
    ...

Signed-off-by: Brian Masney <bmasney@redhat.com>
Link: https://lore.kernel.org/r/20230411192153.289688-1-bmasney@redhat.com
[jc: turned parameters into a literal block]
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2023-04-20 17:53:38 -06:00
..
2023-02-21 15:27:48 -08:00
2023-04-10 16:46:11 -06:00
2023-03-04 10:53:59 -08:00
2023-01-30 16:40:15 +01:00
2023-02-22 18:28:03 -08:00
2023-02-15 20:59:44 +01:00
2023-02-26 11:53:25 -08:00
2023-02-23 15:09:31 -08:00
2023-04-11 16:16:50 -06:00
2023-02-25 11:52:57 -08:00
2023-02-22 13:41:41 -08:00
2023-01-27 12:14:17 +00:00
2023-04-20 17:53:38 -06:00
2023-01-26 12:43:33 +09:00