commit | d1302a36a7f1c33d1a8babc6a510e1401a5e5aed | [log] [tgz] |
---|---|---|
author | Mike Turquette <mturquette@linaro.org> | Thu Mar 29 14:30:40 2012 -0700 |
committer | Mike Turquette <mturquette@linaro.org> | Tue Apr 24 16:37:39 2012 -0700 |
tree | bcb0d5f659a762764b75720fdada09ac9c548886 | |
parent | d305fb78f31209596c9135d396a0d3af7ac86947 [diff] |
clk: core: copy parent_names & return error codes This patch cleans up clk_register and solves a few bugs by teaching clk_register and __clk_init to return error codes (instead of just NULL) to better align with the existing clk.h api. Along with that change this patch also introduces a new behavior whereby clk_register copies the parent_names array, thus allowing platforms to declare their parent_names arrays as __initdata. Signed-off-by: Mike Turquette <mturquette@linaro.org>