Re: [PATCH] clk: Add support for enabling/disabling clocks from debugfs

2020-07-24 Thread Stephen Boyd
Quoting Mike Tipton (2020-06-29 17:30:24) > For test and debug purposes, it's often necessary to enable or disable > clocks from shell. Add a new debugfs file (clk_prepare_enable) that > calls clk_prepare_enable() when writing "1" and clk_disable_unprepare() > when writing "0". > > This can have s

Re: [PATCH] clk: Add support for enabling/disabling clocks from debugfs

2020-07-20 Thread Mike Tipton
On 6/29/2020 5:30 PM, Mike Tipton wrote: For test and debug purposes, it's often necessary to enable or disable clocks from shell. Add a new debugfs file (clk_prepare_enable) that calls clk_prepare_enable() when writing "1" and clk_disable_unprepare() when writing "0". This can have security imp