Re: [PATCH RFC v1 3/3] clk: Add handling of clk parent and rate assigned from DT

2014-03-02 Thread Grant Likely
On Sun, 23 Feb 2014 16:48:26 -0800, Mike Turquette mturque...@linaro.org wrote: Quoting Sylwester Nawrocki (2014-02-21 02:38:21) On 20/02/14 15:09, Grant Likely wrote: [...] diff --git a/Documentation/devicetree/bindings/clock/clock-bindings.txt

Re: [PATCH RFC v1 3/3] clk: Add handling of clk parent and rate assigned from DT

2014-03-02 Thread Grant Likely
On Mon, 24 Feb 2014 19:11:18 +0100, Sylwester Nawrocki s.nawro...@samsung.com wrote: On 24/02/14 01:48, Mike Turquette wrote: Quoting Sylwester Nawrocki (2014-02-21 02:38:21) On 20/02/14 15:09, Grant Likely wrote: [...] diff --git

Re: [PATCH RFC v1 3/3] clk: Add handling of clk parent and rate assigned from DT

2014-02-23 Thread Mike Turquette
Quoting Sylwester Nawrocki (2014-02-21 02:38:21) On 20/02/14 15:09, Grant Likely wrote: [...] diff --git a/Documentation/devicetree/bindings/clock/clock-bindings.txt b/Documentation/devicetree/bindings/clock/clock-bindings.txt index 7c52c29..d618498 100644 ---

Re: [PATCH RFC v1 3/3] clk: Add handling of clk parent and rate assigned from DT

2014-02-21 Thread Sylwester Nawrocki
On 20/02/14 15:09, Grant Likely wrote: [...] diff --git a/Documentation/devicetree/bindings/clock/clock-bindings.txt b/Documentation/devicetree/bindings/clock/clock-bindings.txt index 7c52c29..d618498 100644 --- a/Documentation/devicetree/bindings/clock/clock-bindings.txt +++

[PATCH RFC v1 3/3] clk: Add handling of clk parent and rate assigned from DT

2014-02-19 Thread Sylwester Nawrocki
This function adds a notifier callback run before a driver is bound to its driver. It will configure parent clock and clock frequencies based on [clk-name]-clk-parent and [clk-name]-clk-rate' DT properties. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Acked-by: Kyungmin Park