]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: imx: provide gpt device specific irq functions
authorShawn Guo <shawn.guo@linaro.org>
Fri, 22 May 2015 14:42:55 +0000 (22:42 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Wed, 3 Jun 2015 06:52:29 +0000 (14:52 +0800)
commit5c849faf07fc32be66c6fcbe1e00606cfb6a1925
tree17ab65c3dcc3387bd4b65350c46eb258a2eac0aa
parent03a8445daeb3dfee187418d6beea4179d72dd71b
ARM: imx: provide gpt device specific irq functions

It splits irq enable/disable/acknowledge operations into device specific
functions as the hooks in imx_gpt_data, so that we can save the use of
timer_is_xxx() and cpu_is_xxx() checking in these irq functions.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/time.c