From: Sylwester Nawrocki Date: Wed, 18 Jun 2014 15:29:32 +0000 (+0200) Subject: clk: Support for clock parents and rates assigned from device tree X-Git-Tag: omap-for-v3.17/fixes-against-rc2~188^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86be408bfbd846fab3c4ac21d6f9298bd2e4b790;p=pandora-kernel.git clk: Support for clock parents and rates assigned from device tree 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 Acked-by: Kyungmin Park Signed-off-by: Mike Turquette --- Reading git-diff-tree failed