]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: das08: rename and rewrite DAS08_IRQ
authorIan Abbott <abbotti@mev.co.uk>
Fri, 5 Jun 2015 17:30:14 +0000 (18:30 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 Jun 2015 00:06:40 +0000 (17:06 -0700)
commita55711655ae37e7a760b08de7459d6dc8719659d
treef96608b250a60d33b41cc31fe0acee6e087dc05b
parent926f061ca7722363fc7171cd5954bb6809001fd7
staging: comedi: das08: rename and rewrite DAS08_IRQ

The `DAS08_IRQ` macro contains a mask for the "IRQ" status bit.  This is
set to 1 when a rising edge is detected on the external interrupt input
pin of the external connector (which may be jumpered to a pacer output).
It is cleared by setting the "INTE" control bit to 0.  It is not used on
"JR" boards.  Rename the macro to `DAS08_STATUS_IRQ` and add a comment.
Also use the `BIT()` macro to define the value.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/das08.c