]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP2+: dmtimer: cleanup fclk usage
authorTarun Kanti DebBarma <tarun.kanti@ti.com>
Thu, 5 Jul 2012 12:40:59 +0000 (18:10 +0530)
committerTony Lindgren <tony@atomide.com>
Fri, 6 Jul 2012 08:13:52 +0000 (01:13 -0700)
commit10d85054d24f65a5f487b41eb70b89e12a19a43d
treeb58cdec99c8ddf8ff974da94bcf542b29dd8b7ca
parent7b1a051a9d86050f7f5c5b3682287d9fe7734530
ARM: OMAP2+: dmtimer: cleanup fclk usage

With omap_hwmod_get_main_clk() now available, this can be passed to
clk_get() to extract the fclk and thus avoid construction of fclk name.
Corrected the timer fck name mis-match between clock44xx_data.c and
omap_hwmod_44xx_data.c. For other platforms this is already taken care.

Cc: Cousson, Benoit <b-cousson@ti.com>
Cc: Paul Walmsley <paul@pwsan.com>
Cc: Kevin Hilman <khilman@ti.com>
Cc: Rajendra Nayak <rnayak@ti.com>
Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/clock44xx_data.c
arch/arm/mach-omap2/timer.c