diff options
author | Dmitry Osipenko <digetx@gmail.com> | 2020-11-15 21:34:32 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-12-17 10:43:32 +0100 |
commit | bf6d43d7232511d4aadb634ec97fcbe5d49ee120 (patch) | |
tree | 9968111d544d238493b9bfc99275ddb61c09c0e3 /drivers/clocksource/timer-stm32.c | |
parent | Linux 5.10-rc1 (diff) | |
download | linux-bf6d43d7232511d4aadb634ec97fcbe5d49ee120.tar.xz linux-bf6d43d7232511d4aadb634ec97fcbe5d49ee120.zip |
clk: Add hardware-enable column to clk summary
Add "hardware enable" column to the clk summary in order to show actual
hardware enable-state of all clocks. The possible states are "Y/N/?",
where question mark means that state is unknown, i.e. clock isn't a
mux and clk-driver doesn't support is_enabled() callback for this clock.
In conjunction with clk_ignore_unused, this tells us what unused clocks
are left enabled after bootloader. This is also a useful aid for
debugging interactions with firmware which changes clock states without
notifying kernel.
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Link: https://lore.kernel.org/r/20201115203432.13934-1-digetx@gmail.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clocksource/timer-stm32.c')
0 files changed, 0 insertions, 0 deletions