aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorIan Abbott <[email protected]>2012-12-03 18:15:43 +0000
committerGreg Kroah-Hartman <[email protected]>2013-01-07 14:10:01 -0800
commitb652bd83a0528c43e935cb6f2f8df024b7a85c5e (patch)
treee5eded01e3e517997b5ed08f2ab7a53b87cdee2d /tools/perf/scripts
parent6bf9a3babe630a9972b28fd3bb7d2cfcd40e6409 (diff)
staging: comedi: addi_apci_2032: make insn_bits read live data
The `insn_bits` handler for the special digital input subdevice used for interrupts currently uses `s->state` for the data value, which is set to the value of the APCI2032_INT_STATUS_REG register when a valid interrupt occurs. Just read the live register contents in the `insn_bits` handler instead of relying on the interrupt service routine to read it for us. The register contains a couple of hardware error status bits. They might also be valid even when the corresponding bits have not been enabled in the APCI_INT_CTRL_REG register in which case this would be useful for checking for hardware errors without using interrupts, but this needs to be checked. Signed-off-by: Ian Abbott <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions