summaryrefslogtreecommitdiffstats
path: root/include/linux/clk/clk-conf.h
Commit message (Collapse)AuthorAgeFilesLines
* clk: Add missing header for 'bool' definition to clk-conf.hChen-Yu Tsai2015-08-251-0/+2
| | | | | | | | | | of_clk_set_defaults uses the type 'bool', but clk-conf.h does not include its definition. This results in a compile error when only clk-conf.h is used. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* clk: Support for clock parents and rates assigned from device treeSylwester Nawrocki2014-07-251-0/+20
This patch adds helper functions to configure clock parents and rates as specified through 'assigned-clock-parents', 'assigned-clock-rates' DT properties for a clock provider or clock consumer device. The helpers are now being called by the bus code for the platform, I2C and SPI busses, before the driver probing and also in the clock core after registration of a clock provider. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Acked-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
OpenPOWER on IntegriCloud