]> git.baikalelectronics.ru Git - kernel.git/commit
staging: tidspbridge: request dmtimer clocks on init
authorOmar Ramirez Luna <omar.ramirez@ti.com>
Fri, 18 Nov 2011 22:18:54 +0000 (16:18 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 14 Dec 2011 00:12:06 +0000 (16:12 -0800)
commitfc59adce020d9a7b76ecc04ea10bf24050c001b0
treeaf583ca87a18c133d2e5bdf52e22f06b270b6bd2
parent5ee9be7f70661d80e568e99bcfb7d16e7e845406
staging: tidspbridge: request dmtimer clocks on init

Given that dm timer framework doesn't support request of clocks
by soft | hard irqs because some recent changes, tidspbridge needs
to request its clocks on init and enable/disable them on demand.

This was first seen on 3.2-rc1.

Signed-off-by: Omar Ramirez Luna <omar.ramirez@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/tidspbridge/core/dsp-clock.c