[PATCH 0/3] ARM: OMAP2+: dmtimer: cleanup related to devm API and clk usage

2012-04-16 Thread Tarun Kanti DebBarma
The devm API usage in probe() simplifies error handling operation. Since iclk is not used in the driver it is removed from wherever not needed. The fclk naming is made uniform as per OMAP4 platform, viz. timer1_fck, timer2_fck, ... in all relevant places which include hwmod database. With this

RE: [PATCH 0/3] ARM: OMAP2+: dmtimer: cleanup related to devm API and clk usage

2012-04-16 Thread Hiremath, Vaibhav
On Mon, Apr 16, 2012 at 17:55:22, DebBarma, Tarun Kanti wrote: The devm API usage in probe() simplifies error handling operation. Since iclk is not used in the driver it is removed from wherever not needed. The fclk naming is made uniform as per OMAP4 platform, viz. timer1_fck, timer2_fck, ...

Re: [PATCH 0/3] ARM: OMAP2+: dmtimer: cleanup related to devm API and clk usage

2012-04-16 Thread DebBarma, Tarun Kanti
On Mon, Apr 16, 2012 at 8:23 PM, Hiremath, Vaibhav hvaib...@ti.com wrote: On Mon, Apr 16, 2012 at 17:55:22, DebBarma, Tarun Kanti wrote: The devm API usage in probe() simplifies error handling operation. Since iclk is not used in the driver it is removed from wherever not needed. The fclk

RE: [PATCH 0/3] ARM: OMAP2+: dmtimer: cleanup related to devm API and clk usage

2012-04-16 Thread Hiremath, Vaibhav
On Tue, Apr 17, 2012 at 01:20:49, DebBarma, Tarun Kanti wrote: On Mon, Apr 16, 2012 at 8:23 PM, Hiremath, Vaibhav hvaib...@ti.com wrote: On Mon, Apr 16, 2012 at 17:55:22, DebBarma, Tarun Kanti wrote: The devm API usage in probe() simplifies error handling operation. Since iclk is not used