Re: [U-Boot] [PATCH v2 5/6] clk: add API to enable clock

2016-01-17 Thread Simon Glass
On 12 January 2016 at 21:16, Masahiro Yamada wrote: > The most basic thing for clock is to enable it, but it is missing > in this uclass. > > Signed-off-by: Masahiro Yamada > Acked-by: Simon Glass > --- > > Changes in v2: > - Add clk_enable() function > > drivers/clk/clk-uclass.c | 10 +++

[U-Boot] [PATCH v2 5/6] clk: add API to enable clock

2016-01-12 Thread Masahiro Yamada
The most basic thing for clock is to enable it, but it is missing in this uclass. Signed-off-by: Masahiro Yamada Acked-by: Simon Glass --- Changes in v2: - Add clk_enable() function drivers/clk/clk-uclass.c | 10 ++ include/clk.h| 18 ++ 2 files changed,