commit | db2ae4b4f6b79bd11d6461d41bd0966b0006f20b | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Fri May 22 22:42:55 2015 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Wed Jun 03 14:52:29 2015 +0800 |
tree | 17ab65c3dcc3387bd4b65350c46eb258a2eac0aa | |
parent | 89955520851064ff4bd39714aea947fe7104be73 [diff] |
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>