Re: [PATCH v2] clk: Add hardware-enable column to clk summary

2020-12-17 Thread Stephen Boyd
Quoting Dmitry Osipenko (2020-11-15 12:34:32) > 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

[PATCH v2] clk: Add hardware-enable column to clk summary

2020-11-15 Thread Dmitry Osipenko
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