git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f526aa
)
staging: comedi: amplc_pc236: add callback to check and clear interrupt
author
Ian Abbott
<abbotti@mev.co.uk>
Mon, 28 Jul 2014 12:09:33 +0000
(13:09 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 30 Jul 2014 23:48:42 +0000
(16:48 -0700)
Add an optional callback function pointer to the board data to be called
when checking if an interrupt has occurred and to clear it if it has.
Since the callback returns `bool`, change a few other `int` values to
`bool` to match.
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found