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

2014-06-13 Thread Sylwester Nawrocki
On 23/05/14 08:37, Tero Kristo wrote: > On 05/23/2014 04:34 AM, Mike Turquette wrote: [...] >> It looks like this idea was dropped for v6. Can we revisit it? Take a >> look at Tero's example implementation for OMAP using this binding: >> >> http://www.spinics.net/lists/linux-omap/msg104705.html >>

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

2014-06-13 Thread Sylwester Nawrocki
On 23/05/14 03:34, Mike Turquette wrote: > Quoting Sylwester Nawrocki (2014-04-11 05:25:49) +==Assigned clock parents and rates== + +Some platforms require static initial configuration of parts of the clocks +controller. Such a configuration can be specified in a clock consumer

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

2014-06-13 Thread Sylwester Nawrocki
On 23/05/14 03:34, Mike Turquette wrote: Quoting Sylwester Nawrocki (2014-04-11 05:25:49) +==Assigned clock parents and rates== + +Some platforms require static initial configuration of parts of the clocks +controller. Such a configuration can be specified in a clock consumer node +through

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

2014-06-13 Thread Sylwester Nawrocki
On 23/05/14 08:37, Tero Kristo wrote: On 05/23/2014 04:34 AM, Mike Turquette wrote: [...] It looks like this idea was dropped for v6. Can we revisit it? Take a look at Tero's example implementation for OMAP using this binding: http://www.spinics.net/lists/linux-omap/msg104705.html There is

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

2014-05-23 Thread Tero Kristo
On 05/23/2014 04:34 AM, Mike Turquette wrote: Quoting Sylwester Nawrocki (2014-04-11 05:25:49) +==Assigned clock parents and rates== + +Some platforms require static initial configuration of parts of the clocks +controller. Such a configuration can be specified in a clock consumer node +through

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

2014-05-23 Thread Tero Kristo
On 05/23/2014 04:34 AM, Mike Turquette wrote: Quoting Sylwester Nawrocki (2014-04-11 05:25:49) +==Assigned clock parents and rates== + +Some platforms require static initial configuration of parts of the clocks +controller. Such a configuration can be specified in a clock consumer node +through

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

2014-05-22 Thread Mike Turquette
Quoting Sylwester Nawrocki (2014-04-11 05:25:49) > >> +==Assigned clock parents and rates== > >> + > >> +Some platforms require static initial configuration of parts of the clocks > >> +controller. Such a configuration can be specified in a clock consumer node > >> +through clock-parents and

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

2014-05-22 Thread Mike Turquette
Quoting Sylwester Nawrocki (2014-04-11 05:25:49) +==Assigned clock parents and rates== + +Some platforms require static initial configuration of parts of the clocks +controller. Such a configuration can be specified in a clock consumer node +through clock-parents and clock-rates DT

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

2014-04-11 Thread Laurent Pinchart
On Friday 11 April 2014 14:25:49 Sylwester Nawrocki wrote: > On 10/04/14 18:04, Rob Herring wrote: > > On Wed, Apr 9, 2014 at 6:26 AM, Sylwester Nawrocki wrote: > >> This patch adds a helper function to configure clock parents and > >> rates as specified in clock-parents, clock-rates DT properties

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

2014-04-11 Thread Sylwester Nawrocki
On 10/04/14 18:04, Rob Herring wrote: > On Wed, Apr 9, 2014 at 6:26 AM, Sylwester Nawrocki > wrote: >> This patch adds a helper function to configure clock parents and >> rates as specified in clock-parents, clock-rates DT properties >> for a consumer device and a call to it before driver is

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

2014-04-11 Thread Sylwester Nawrocki
On 10/04/14 18:04, Rob Herring wrote: On Wed, Apr 9, 2014 at 6:26 AM, Sylwester Nawrocki s.nawro...@samsung.com wrote: This patch adds a helper function to configure clock parents and rates as specified in clock-parents, clock-rates DT properties for a consumer device and a call to it before

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

2014-04-11 Thread Laurent Pinchart
On Friday 11 April 2014 14:25:49 Sylwester Nawrocki wrote: On 10/04/14 18:04, Rob Herring wrote: On Wed, Apr 9, 2014 at 6:26 AM, Sylwester Nawrocki wrote: This patch adds a helper function to configure clock parents and rates as specified in clock-parents, clock-rates DT properties for a

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

2014-04-10 Thread Rob Herring
On Wed, Apr 9, 2014 at 6:26 AM, Sylwester Nawrocki wrote: > This patch adds a helper function to configure clock parents and > rates as specified in clock-parents, clock-rates DT properties > for a consumer device and a call to it before driver is bound to > a device. > > Signed-off-by: Sylwester

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

2014-04-10 Thread Rob Herring
On Wed, Apr 9, 2014 at 6:26 AM, Sylwester Nawrocki s.nawro...@samsung.com wrote: This patch adds a helper function to configure clock parents and rates as specified in clock-parents, clock-rates DT properties for a consumer device and a call to it before driver is bound to a device.

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

2014-04-09 Thread Sylwester Nawrocki
This patch adds a helper function to configure clock parents and rates as specified in clock-parents, clock-rates DT properties for a consumer device and a call to it before driver is bound to a device. Signed-off-by: Sylwester Nawrocki --- Changes since v4: - added note explaining how to skip

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

2014-04-09 Thread Sylwester Nawrocki
This patch adds a helper function to configure clock parents and rates as specified in clock-parents, clock-rates DT properties for a consumer device and a call to it before driver is bound to a device. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com --- Changes since v4: - added note