commit | 01dbb6148eead9f51e01a0ee06e3f9a92efe0a07 | [log] [tgz] |
---|---|---|
author | Trilok Soni <tsoni@codeaurora.org> | Mon May 28 19:23:53 2012 +0530 |
committer | Trilok Soni <tsoni@codeaurora.org> | Thu Jun 21 12:25:47 2012 +0530 |
tree | 2532ab02a5be757ccebe3b8f4215236b5d6a348e | |
parent | 1bf3f2d4cf3595c4cd5aa4fa2f070cf6cf841bf7 [diff] |
ARM: gic: rename gic_is_spi_pending and other API to generic name Rename gic_is_spi_pending and gic_clear_spi_pending APIs to generic gic_is_irq_pending and gic_clear_irq_pending names since this API could be used for anyother interrupts, and while at it also use proper style for the multi-line comments around these APIs. Change-Id: I7d440f3caa0ebc77483d1ba43eff7932d5ac6666 Signed-off-by: Trilok Soni <tsoni@codeaurora.org>