index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
comedi
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: comedi: ni_labpc: fix possible NULL deref during detach
Ian Abbott
2012-10-22
1
-0
/
+2
*
staging: comedi: das08: fix possible NULL deref during detach
Ian Abbott
2012-10-22
1
-0
/
+2
*
staging: comedi: amplc_pc263: fix possible NULL deref during detach
Ian Abbott
2012-10-22
1
-0
/
+2
*
staging: comedi: amplc_pc236: fix possible NULL deref during detach
Ian Abbott
2012-10-22
1
-0
/
+2
*
staging: comedi: amplc_pc236: fix invalid register access during detach
Ian Abbott
2012-10-22
1
-2
/
+1
*
staging: comedi: amplc_dio200: fix possible NULL deref during detach
Ian Abbott
2012-10-22
1
-0
/
+2
*
staging: comedi: 8255_pci: fix possible NULL deref during detach
Ian Abbott
2012-10-22
1
-0
/
+2
*
staging: comedi: ni_daq_700: fix dio subdevice regression
Fred Brooks
2012-10-22
1
-1
/
+1
*
staging: comedi: jr3_pci: fix iomem dereference
Ian Abbott
2012-09-27
1
-1
/
+1
*
staging: comedi: drivers: use comedi_fc.h cmdtest helpers
H Hartley Sweeten
2012-09-26
46
-1997
/
+766
*
staging: comedi: ni_mio_common: always lock in ni_ai_poll()
Ian Abbott
2012-09-26
1
-5
/
+3
*
staging: comedi: s626: add FIXME comment
Ian Abbott
2012-09-26
1
-0
/
+3
*
staging: comedi: s626: don't dereference insn->data
Ian Abbott
2012-09-26
1
-1
/
+1
*
staging: comedi: s526: fix if() check in s526_gpct_winsn()
H Hartley Sweeten
2012-09-26
1
-1
/
+1
*
staging: comedi: s626: cleanup comments in s626_initialize()
H Hartley Sweeten
2012-09-26
1
-81
/
+88
*
staging: comedi: s626: remove clear of kzalloc'ed data
H Hartley Sweeten
2012-09-26
1
-6
/
+0
*
staging: comedi: s626: remove 'WDInterval' from private data
H Hartley Sweeten
2012-09-26
1
-7
/
+0
*
staging: comedi: s626: remove 'ChargeEnabled' from private data
H Hartley Sweeten
2012-09-26
1
-7
/
+0
*
staging: comedi: s626: remove 'IsBoardRevA' comment
H Hartley Sweeten
2012-09-26
1
-23
/
+2
*
staging: comedi: s626: #if 0 out the "SAA7146 BUG WORKAROUND"
H Hartley Sweeten
2012-09-26
1
-36
/
+42
*
staging: comedi: s626: remove 'allocatedBuf' from private data
H Hartley Sweeten
2012-09-26
1
-205
/
+194
*
staging: comedi: s626: add final attach message
H Hartley Sweeten
2012-09-26
1
-1
/
+3
*
staging: comedi: s626: remove unneeded clear of private data
H Hartley Sweeten
2012-09-26
1
-3
/
+0
*
staging: comedi: s626: factor out the board init code
H Hartley Sweeten
2012-09-26
1
-120
/
+126
*
staging: comedi: s626: cleanup request_irq in s626_attach_pci()
H Hartley Sweeten
2012-09-26
1
-15
/
+8
*
staging: comedi: s626: factor out the dma buffer allocation
H Hartley Sweeten
2012-09-26
1
-27
/
+30
*
staging: comedi: s626: remove unnecessary checks of 'devpriv->base_addr'
H Hartley Sweeten
2012-09-26
1
-27
/
+24
*
staging: comedi: s626: cleanup ioremap()
H Hartley Sweeten
2012-09-26
2
-9
/
+4
*
staging: comedi: s626: remove 'got_regions' from private data
H Hartley Sweeten
2012-09-26
1
-4
/
+2
*
staging: comedi: s626: remove unneeded local variable in attach_pci()
H Hartley Sweeten
2012-09-26
1
-6
/
+3
*
staging: comedi: s626: use dev->board_name for resource name
H Hartley Sweeten
2012-09-26
1
-4
/
+3
*
staging: comedi: s626: store the pci_dev in the comedi_device
H Hartley Sweeten
2012-09-26
1
-13
/
+15
*
staging: comedi: s626: use attach_pci callback
H Hartley Sweeten
2012-09-26
1
-41
/
+4
*
staging: comedi: s626: remove boardinfo
H Hartley Sweeten
2012-09-26
1
-59
/
+21
*
staging: comedi: ni_daq_700: add AI subdevice
Ian Abbott
2012-09-26
1
-10
/
+126
*
staging: comedi: ni_daq_700: rename functions for DIO subdevice
Ian Abbott
2012-09-26
1
-6
/
+6
*
staging: comedi: ni_daq_700: use prefix daq700
Ian Abbott
2012-09-26
1
-30
/
+30
*
staging: comedi: ni_labpc: don't pass struct comedi_cmd by value
Ian Abbott
2012-09-21
1
-5
/
+5
*
staging: comedi: das1800: don't pass struct comedi_cmd by value
Ian Abbott
2012-09-21
1
-36
/
+41
*
staging: comedi: das16: pass struct comedi_cmd by reference
Ian Abbott
2012-09-21
1
-9
/
+9
*
staging: comedi: fix memory leak for saved channel list
Ian Abbott
2012-09-21
1
-1
/
+2
*
staging: comedi: ni_labpc: pass ai scan mode through various functions
Ian Abbott
2012-09-21
1
-63
/
+61
*
staging: comedi: 8253: mmio address is a void __iomem *
H Hartley Sweeten
2012-09-21
2
-12
/
+15
*
staging: comedi: kcomedilib: fix a __user space access issue
H Hartley Sweeten
2012-09-21
1
-7
/
+7
*
staging: comedi: me_daq: use attach_pci callback
H Hartley Sweeten
2012-09-21
1
-56
/
+32
*
staging: comedi: me_daq: use request_firmware()
H Hartley Sweeten
2012-09-21
1
-30
/
+31
*
staging: comedi: usbdux: remove usbdux_attach
H Hartley Sweeten
2012-09-21
1
-52
/
+3
*
staging: comedi: usbduxfast: remove usbduxfast_attach
H Hartley Sweeten
2012-09-21
1
-51
/
+3
*
staging: comedi: usbduxsigma: remove usbduxsigma_attach
H Hartley Sweeten
2012-09-21
1
-50
/
+3
*
staging: comedi: s526: rename s526_ai_config
H Hartley Sweeten
2012-09-21
1
-6
/
+6
[next]