Re: Regression found (Stop-marking-clocks-as-CLK_IS_CRITICAL)
From: Andy Shevchenko
Date: Tue Oct 30 2018 - 12:24:51 EST
On Tue, Oct 30, 2018 at 1:05 PM Hans de Goede <hdegoede@xxxxxxxxxx> wrote:
> for i in /sys/kernel/debug/clk/pmc_plt_clk_?; do echo -n "$i: "; cat $i/clk_flags; echo; done
Just a side note about nice tool, called `grep` :-)
grep -H . /sys/kernel/debug/clk/pmc_plt_clk_*/clk_flags
does above in one call.
--
With Best Regards,
Andy Shevchenko