index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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_usb6501: add counter subdevice
Luca Ellero
2014-09-19
1
-1
/
+166
*
staging: comedi: ni_usb6501: rename ni6501_send_command()
Luca Ellero
2014-09-19
1
-4
/
+4
*
staging: comedi: ni_usb6501: remove empty lines
Luca Ellero
2014-09-19
1
-15
/
+0
*
staging: comedi: ni_usb6501: remove useless check
Luca Ellero
2014-09-19
1
-3
/
+0
*
staging: comedi: ni_usb6501: replace spaces with tabs
Luca Ellero
2014-09-19
1
-2
/
+2
*
staging: comedi: ni_usb6501: cleanup response_size
Luca Ellero
2014-09-19
1
-2
/
+1
*
staging: comedi: ni_usb6501: update comments
Luca Ellero
2014-09-19
1
-4
/
+27
*
staging: comedi: ni_usb6501: add counter commands
Luca Ellero
2014-09-19
1
-1
/
+28
*
staging: comedi: remove comedi_fc module
Ian Abbott
2014-09-19
3
-70
/
+2
*
staging: comedi: migrate copyrights from "comedi_fc.c"
Ian Abbott
2014-09-19
2
-0
/
+2
*
staging: comedi: add comedi_read_array_from_buffer()
Ian Abbott
2014-09-19
4
-18
/
+35
*
staging: comedi: comedi_fc.h: use comedi_write_array_to_buffer()
Ian Abbott
2014-09-19
2
-3
/
+14
*
staging: comedi: add comedi_write_array_to_buffer()
Ian Abbott
2014-09-19
4
-30
/
+36
*
staging: comedi: comedi_fc: cfc_write_array_to_buffer() data is const
Ian Abbott
2014-09-19
2
-3
/
+4
*
staging: comedi: add comedi_handle_events()
Ian Abbott
2014-09-19
4
-19
/
+41
*
staging: comedi: comedi_fc: use comedi_inc_scan_progress()
Ian Abbott
2014-09-19
1
-2
/
+2
*
staging: comedi: add comedi_inc_scan_progress()
Ian Abbott
2014-09-19
4
-14
/
+31
*
staging: comedi: comedi_fc: use comedi_bytes_per_scan()
Ian Abbott
2014-09-19
1
-1
/
+1
*
staging: comedi: add comedi_bytes_per_scan()
Ian Abbott
2014-09-19
4
-23
/
+43
*
staging: comedi: addi_apci_3120: simplify setting of devpriv->us_UseDma
Ian Abbott
2014-09-19
1
-5
/
+2
*
staging: comedi: addi_apci_3120: use dma_alloc_coherent()
Ian Abbott
2014-09-19
3
-16
/
+15
*
staging: comedi: addi_apci_3120: don't overallocate DMA buffer
Ian Abbott
2014-09-19
2
-8
/
+8
*
staging: comedi: addi_apci_3120: don't allocate 2nd DMA buffer on failure
Ian Abbott
2014-09-19
1
-7
/
+6
*
staging: comedi: remove comedi_board()
Ian Abbott
2014-09-19
1
-5
/
+0
*
staging: comedi: adl_pci9118: use dma_alloc_coherent()
Ian Abbott
2014-09-19
2
-11
/
+11
*
staging: comedi: adl_pci9118: don't overallocate DMA buffer
Ian Abbott
2014-09-19
1
-7
/
+7
*
staging: comedi: adl_pci9118: don't allocate 2nd DMA buffer on failure
Ian Abbott
2014-09-19
1
-10
/
+10
*
staging: comedi: adl_pci9118: replace comedi_board() calls
Ian Abbott
2014-09-11
1
-1
/
+1
*
staging: comedi: amplc_dio200_common: replace comedi_board() calls
Ian Abbott
2014-09-11
1
-15
/
+15
*
staging: comedi: hwdrv_apci3120: remove void function return statement
Chase Southwood
2014-09-11
1
-2
/
+0
*
staging: comedi: hwdrv_apci3120: else is not useful after return
Chase Southwood
2014-09-11
1
-2
/
+2
*
staging: comedi: hwdrv_apci3120: add a blank line after declarations
Chase Southwood
2014-09-11
1
-0
/
+1
*
staging: comedi: hwdrv_apci3120: clean up comments
Chase Southwood
2014-09-11
1
-247
/
+117
*
staging: comedi: usbduxsigma: prevent "empty acquisition" async commands
H Hartley Sweeten
2014-09-11
1
-10
/
+6
*
staging: comedi: usbdux: prevent "empty acquisition" async commands
H Hartley Sweeten
2014-09-11
1
-10
/
+6
*
staging: comedi: s626: fix cmd->stop_arg validation for stop_src == TRIG_COUNT
H Hartley Sweeten
2014-09-11
1
-1
/
+1
*
staging: comedi: s626: 'ai_sample_count' is always 'stop_arg'
H Hartley Sweeten
2014-09-11
1
-10
/
+1
*
staging: comedi: s626: clarify COMEDI_CB_EOA code
H Hartley Sweeten
2014-09-11
1
-9
/
+10
*
staging: comedi: s626: remove 'ai_continuous' from private data
H Hartley Sweeten
2014-09-11
1
-4
/
+1
*
staging: comedi: rtd520: prevent "empty acquisition" async command
H Hartley Sweeten
2014-09-11
1
-5
/
+3
*
staging: comedi: pcmuio: return void from pcmuio_start_intr()
H Hartley Sweeten
2014-09-11
1
-14
/
+4
*
staging: comedi: pcmuio: 'stop_count' is always 'stop_arg'
H Hartley Sweeten
2014-09-11
1
-10
/
+1
*
staging: comedi: pcmuio: remove 'continuous' from private data
H Hartley Sweeten
2014-09-11
1
-5
/
+1
*
staging: comedi: pcmuio: remove "empty acquisition" async command
H Hartley Sweeten
2014-09-11
1
-16
/
+3
*
staging: comedi: pcmmio: return void from pcmmio_start_intr()
H Hartley Sweeten
2014-09-11
1
-14
/
+4
*
staging: comedi: pcmmio: 'stop_count' is always 'stop_arg'
H Hartley Sweeten
2014-09-11
1
-5
/
+1
*
staging: comedi: pcmmio: remove "empty acquisition" async command
H Hartley Sweeten
2014-09-11
1
-16
/
+3
*
staging: comedi: pcl711: remove "empty acquisition" async command
H Hartley Sweeten
2014-09-11
1
-9
/
+4
*
staging: comedi: ni_pcidio: prevent "empty acquisition" async command
H Hartley Sweeten
2014-09-11
1
-4
/
+3
*
staging: comedi: ni_atmio16d: prevent "empty acquisition" async command
H Hartley Sweeten
2014-09-11
1
-4
/
+3
[next]