Re: [PATCH v2 1/5] clk: bcm281xx: add an initialized flag

2014-05-29 Thread Alex Elder
On 05/23/2014 07:33 PM, Mike Turquette wrote: Quoting Alex Elder (2014-05-20 05:52:38) Add a flag that tracks whether a clock has already been initialized. This will be used by the next patch to avoid initializing a clock more than once when it's listed as a prerequisite. Signed-off-by: Alex

Re: [PATCH v2 1/5] clk: bcm281xx: add an initialized flag

2014-05-23 Thread Mike Turquette
Quoting Alex Elder (2014-05-20 05:52:38) Add a flag that tracks whether a clock has already been initialized. This will be used by the next patch to avoid initializing a clock more than once when it's listed as a prerequisite. Signed-off-by: Alex Elder el...@linaro.org ---

[PATCH v2 1/5] clk: bcm281xx: add an initialized flag

2014-05-20 Thread Alex Elder
Add a flag that tracks whether a clock has already been initialized. This will be used by the next patch to avoid initializing a clock more than once when it's listed as a prerequisite. Signed-off-by: Alex Elder el...@linaro.org --- drivers/clk/bcm/clk-kona.c | 17 +++--