Re: [PATCH 1/7] clk: add common of_clk_init() function

2013-01-24 Thread Rob Herring
On 01/04/2013 01:00 AM, Prashant Gaikwad wrote: > Modify of_clk_init function so that it will determine which > driver to initialize based on device tree instead of each driver > registering to it. > > Based on a similar patch for drivers/irqchip by Thomas Petazzoni and > drivers/clocksource by

Re: [PATCH 1/7] clk: add common of_clk_init() function

2013-01-24 Thread Rob Herring
On 01/04/2013 01:00 AM, Prashant Gaikwad wrote: Modify of_clk_init function so that it will determine which driver to initialize based on device tree instead of each driver registering to it. Based on a similar patch for drivers/irqchip by Thomas Petazzoni and drivers/clocksource by Stephen

Re: [PATCH 1/7] clk: add common of_clk_init() function

2013-01-13 Thread Maxime Ripard
Hi Prashant, On 04/01/2013 08:00, Prashant Gaikwad wrote: > Modify of_clk_init function so that it will determine which > driver to initialize based on device tree instead of each driver > registering to it. > > Based on a similar patch for drivers/irqchip by Thomas Petazzoni and >

Re: [PATCH 1/7] clk: add common of_clk_init() function

2013-01-13 Thread Maxime Ripard
Hi Prashant, On 04/01/2013 08:00, Prashant Gaikwad wrote: Modify of_clk_init function so that it will determine which driver to initialize based on device tree instead of each driver registering to it. Based on a similar patch for drivers/irqchip by Thomas Petazzoni and drivers/clocksource

Re: [PATCH 1/7] clk: add common of_clk_init() function

2013-01-10 Thread Prashant Gaikwad
On Friday 11 January 2013 01:23 AM, Josh Cartwright wrote: * PGP Signed by an unknown key On Fri, Jan 04, 2013 at 12:30:52PM +0530, Prashant Gaikwad wrote: Modify of_clk_init function so that it will determine which driver to initialize based on device tree instead of each driver registering

Re: [PATCH 1/7] clk: add common of_clk_init() function

2013-01-10 Thread Josh Cartwright
On Fri, Jan 04, 2013 at 12:30:52PM +0530, Prashant Gaikwad wrote: > Modify of_clk_init function so that it will determine which > driver to initialize based on device tree instead of each driver > registering to it. > > Based on a similar patch for drivers/irqchip by Thomas Petazzoni and >

Re: [PATCH 1/7] clk: add common of_clk_init() function

2013-01-10 Thread Josh Cartwright
On Fri, Jan 04, 2013 at 12:30:52PM +0530, Prashant Gaikwad wrote: Modify of_clk_init function so that it will determine which driver to initialize based on device tree instead of each driver registering to it. Based on a similar patch for drivers/irqchip by Thomas Petazzoni and

Re: [PATCH 1/7] clk: add common of_clk_init() function

2013-01-10 Thread Prashant Gaikwad
On Friday 11 January 2013 01:23 AM, Josh Cartwright wrote: * PGP Signed by an unknown key On Fri, Jan 04, 2013 at 12:30:52PM +0530, Prashant Gaikwad wrote: Modify of_clk_init function so that it will determine which driver to initialize based on device tree instead of each driver registering

[PATCH 1/7] clk: add common of_clk_init() function

2013-01-03 Thread Prashant Gaikwad
Modify of_clk_init function so that it will determine which driver to initialize based on device tree instead of each driver registering to it. Based on a similar patch for drivers/irqchip by Thomas Petazzoni and drivers/clocksource by Stephen Warren. Signed-off-by: Prashant Gaikwad ---

[PATCH 1/7] clk: add common of_clk_init() function

2013-01-03 Thread Prashant Gaikwad
Modify of_clk_init function so that it will determine which driver to initialize based on device tree instead of each driver registering to it. Based on a similar patch for drivers/irqchip by Thomas Petazzoni and drivers/clocksource by Stephen Warren. Signed-off-by: Prashant Gaikwad