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

2012-07-06 Thread Tony Lindgren
* DebBarma, Tarun Kanti [120705 04:46]: > > Patch 3: Comment was about adding summary in patch 0/x why we have > not removed iclk in OMAP2/3 platform. In other words there was no > specific changes needed on patch 3 as such. BTW, patch 3 is already merged. ... > I will rebase on top of cleanup-pa

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

2012-07-05 Thread DebBarma, Tarun Kanti
Hi Tony, On Thu, Jul 5, 2012 at 2:58 PM, Tony Lindgren wrote: > * DebBarma, Tarun Kanti [120704 21:07]: >> On Thu, Jun 14, 2012 at 4:28 PM, Shilimkar, Santosh >> wrote: >> > >> > Just to let you know that this cleanup is essential for Benoit's OMAP4 >> > hwmod cleanup >> > and OMAP5 minimal su

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

2012-07-05 Thread Tony Lindgren
* DebBarma, Tarun Kanti [120704 21:07]: > On Thu, Jun 14, 2012 at 4:28 PM, Shilimkar, Santosh > wrote: > > > > Just to let you know that this cleanup is essential for Benoit's OMAP4 > > hwmod cleanup > > and OMAP5 minimal support series. > > This is a gentle reminder in case you have missed some

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

2012-07-04 Thread DebBarma, Tarun Kanti
Hi Tony, On Thu, Jun 14, 2012 at 4:28 PM, Shilimkar, Santosh wrote: > Tony, > > On Thu, Jun 14, 2012 at 4:24 PM, DebBarma, Tarun Kanti > wrote: >> On Fri, Apr 20, 2012 at 6:09 PM, Tarun Kanti DebBarma >> wrote: >>> The devm API usage in probe() simplifies error handling operation. >>> Since icl

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

2012-06-14 Thread Shilimkar, Santosh
Tony, On Thu, Jun 14, 2012 at 4:24 PM, DebBarma, Tarun Kanti wrote: > On Fri, Apr 20, 2012 at 6:09 PM, Tarun Kanti DebBarma > 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. >> Correct

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

2012-06-14 Thread DebBarma, Tarun Kanti
On Fri, Apr 20, 2012 at 6:09 PM, Tarun Kanti DebBarma 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. > Corrected the timer fck name mis-match between clock44xx_data.c and > omap_hwmod_44xx

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

2012-04-20 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. Corrected the timer fck name mis-match between clock44xx_data.c and omap_hwmod_44xx_data.c. Added omap_hwmod_get_main_clk() API. There is no more need to c