[PATCH 08/26] clk: add support for setting clk rate from cmdline

2020-11-10 Thread Tero Kristo
Add new clk subcommand "clk setfreq", for setting up a clock rate directly from u-boot cmdline. This is handy for any debugging purposes towards clocks. Signed-off-by: Tero Kristo --- cmd/clk.c | 49 +++-- 1 file changed, 47 insertions(+), 2 deletions(

Re: [PATCH 08/26] clk: add support for setting clk rate from cmdline

2020-11-15 Thread Lokesh Vutla
+Lucasz On 10/11/20 2:35 pm, Tero Kristo wrote: > Add new clk subcommand "clk setfreq", for setting up a clock rate > directly from u-boot cmdline. This is handy for any debugging purposes > towards clocks. > > Signed-off-by: Tero Kristo > --- > cmd/clk.c | 49 ++

Re: [PATCH 08/26] clk: add support for setting clk rate from cmdline

2020-11-16 Thread Tero Kristo
On 15/11/2020 12:29, Lokesh Vutla wrote: +Lucasz This is just a nice to have patch. Found it quite useful while debugging the new drivers so decided to share. -Tero On 10/11/20 2:35 pm, Tero Kristo wrote: Add new clk subcommand "clk setfreq", for setting up a clock rate directly from u-b

Re: [PATCH 08/26] clk: add support for setting clk rate from cmdline

2020-11-16 Thread Lukasz Majewski
Hi Tero, > On 15/11/2020 12:29, Lokesh Vutla wrote: > > +Lucasz > > This is just a nice to have patch. Found it quite useful while > debugging the new drivers so decided to share. > > -Tero > > > > > On 10/11/20 2:35 pm, Tero Kristo wrote: > >> Add new clk subcommand "clk setfreq", for set