Re: [PATCH v2 2/4] ARM: OMAP2+: hwmod: add omap_hwmod_get_main_clk() API

2012-07-04 Thread Paul Walmsley
On Fri, 20 Apr 2012, Tarun Kanti DebBarma wrote: > Add an API to get main clock name associated with a given @oh. > This will avoid the need to construct fclk names during early > initialization in order to get fclk handle using clk_get(). Thanks, queued. - Paul -- To unsubscribe from this list:

Re: [PATCH v2 2/4] ARM: OMAP2+: hwmod: add omap_hwmod_get_main_clk() API

2012-06-18 Thread Paul Walmsley
Hi, On Fri, 20 Apr 2012, Tarun Kanti DebBarma wrote: > Add an API to get main clock name associated with a given @oh. > This will avoid the need to construct fclk names during early > initialization in order to get fclk handle using clk_get(). > > Cc: Cousson, Benoit > Cc: Paul Walmsley > Cc:

Re: [PATCH v2 2/4] ARM: OMAP2+: hwmod: add omap_hwmod_get_main_clk() API

2012-04-20 Thread Cousson, Benoit
Hi Tarun, Thanks for this series, it will help us cleaning a little bit more the legacy stuff we have inside our data files. On 4/20/2012 2:39 PM, Tarun Kanti DebBarma wrote: Add an API to get main clock name associated with a given @oh. This will avoid the need to construct fclk names during

[PATCH v2 2/4] ARM: OMAP2+: hwmod: add omap_hwmod_get_main_clk() API

2012-04-20 Thread Tarun Kanti DebBarma
Add an API to get main clock name associated with a given @oh. This will avoid the need to construct fclk names during early initialization in order to get fclk handle using clk_get(). Cc: Cousson, Benoit Cc: Paul Walmsley Cc: Tony Lindgren Cc: Kevin Hilman Cc: Rajendra Nayak Cc: Santosh Shil