summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: ni_stc.h: remove stc read/write callbacks from ni_privateH Hartley Sweeten2014-06-195-430/+322
* staging: comedi: ni_stc.h: remove read/write callbacks from ni_privateH Hartley Sweeten2014-06-195-188/+63
* staging: comedi: ni_mio_common.c: wrap the read/write operationsH Hartley Sweeten2014-06-191-194/+207
* staging: comedi: ni_mio_common.c: wrap the stc_read/write operationsH Hartley Sweeten2014-06-191-337/+352
* staging: comedi: ni_stc.h: cleanup ni_e_series_enable_second_irq()H Hartley Sweeten2014-06-191-24/+17
* staging: comedi: ni_stc.h: add a 'is_m_series' flag to private dataH Hartley Sweeten2014-06-193-52/+46
* staging: comedi: style - use kmalloc_array(n, s, ...) instead of kmalloc(n*s,...Wolfgang Ocker2014-06-181-2/+2
* staging: comedi: ni_stc.h: add read/write callbacks to struct ni_privateH Hartley Sweeten2014-06-185-237/+384
* staging: comedi: ni_stc.h: remove unused members from struct ni_privateH Hartley Sweeten2014-06-182-14/+0
* staging: comedi: ni_stc.h: remove NI_PRIVATE_COMMON macroH Hartley Sweeten2014-06-184-111/+94
* staging: comedi: ke_counter: add ability to select counter clock sourceH Hartley Sweeten2014-06-181-3/+54
* staging: comedi: adl_pci9111: simplify A/D trigger selection codeH Hartley Sweeten2014-06-181-81/+13
* staging: comedi: adl_pci9111: remove PCI9111_HR_DEVICE_ID defineH Hartley Sweeten2014-06-181-3/+1
* staging: comedi: adl_pci9111: remove PCI9111_DRIVER_NAME defineH Hartley Sweeten2014-06-181-2/+1
* staging: comedi: pcl724: add support for Diamond Systems ONYX-MM-DIO moduleH Hartley Sweeten2014-06-182-7/+13
* staging: comedi: pcl730: add support for Diamond Systems IR104-PBF moduleH Hartley Sweeten2014-06-182-1/+21
* staging: comedi: addi_common.h: remove ADDIDATA_* definesH Hartley Sweeten2014-06-184-11/+6
* staging: comedi: addi_common.h: remove {LO, HI}WORD macrosH Hartley Sweeten2014-06-182-11/+8
* staging: comedi: addi_common.h: remove ADDIDATA_{EN, DIS}ABLE definesH Hartley Sweeten2014-06-184-104/+31
* staging: comedi: addi_common.h: remove ADDI_{EN, DIS}ABLE definesH Hartley Sweeten2014-06-182-5/+2
* staging: comedi: addi_common.h: remove APCI1710_SAVE_INTERRUPT defineH Hartley Sweeten2014-06-181-1/+0
* staging: comedi: addi_common.h: remove 'b_SingleDiff' from private dataH Hartley Sweeten2014-06-183-13/+5
* staging: comedi: ni_daq_700: update driver commentIan Abbott2014-06-181-26/+25
* staging: comedi: adq12b: tidy up the register map definesH Hartley Sweeten2014-06-181-15/+17
* staging: comedi: adq12b: tidy up the subdevice initH Hartley Sweeten2014-06-181-27/+25
* staging: comedi: adq12b: remove 's->len_chanlist' init for analog inputsH Hartley Sweeten2014-06-181-3/+0
* staging: comedi: adq12b: remove ADQ12B_SIZE defineH Hartley Sweeten2014-06-181-3/+1
* staging: comedi: adq12b: remove 'differential' from private dataH Hartley Sweeten2014-06-181-4/+2
* staging: comedi: adq12b: remove 'unipolar' from private dataH Hartley Sweeten2014-06-181-6/+2
* staging: comedi: adq12b: tidy up adq12b_ai_rinsn()H Hartley Sweeten2014-06-181-20/+12
* staging: comedi: adq12b: fix ctreg (ai channel/range) programmingH Hartley Sweeten2014-06-181-14/+11
* staging: comedi: ni_mio_common: fix the (*insn_read) for the freq_out counterH Hartley Sweeten2014-06-181-3/+8
* staging: comedi: ni_mio_common: fix the (*insn_write) for the freq_out counterH Hartley Sweeten2014-06-181-9/+15
* staging: comedi: ni_mio_common: absorb helpers into ni_freq_out_insn_config()H Hartley Sweeten2014-06-181-41/+26
* staging: comedi: ni_mio_common: use dev->write_subdevH Hartley Sweeten2014-06-181-3/+3
* staging: comedi: ni_mio_common: use dev->read_subdevH Hartley Sweeten2014-06-181-8/+8
* staging: comedi: ni_mio_common: move externally called functions to EOFH Hartley Sweeten2014-06-181-25/+25
* staging: comedi: ni_mio_common: move disabled GPCT functionsH Hartley Sweeten2014-06-181-89/+88
* staging: comedi: ni_mio_common: remove forward declaration 24H Hartley Sweeten2014-06-181-260/+253
* staging: comedi: ni_mio_common: remove forward declaration 23H Hartley Sweeten2014-06-181-198/+197
* staging: comedi: ni_mio_common: remove forward declaration 22H Hartley Sweeten2014-06-181-168/+165
* staging: comedi: ni_mio_common: remove forward declaration 21H Hartley Sweeten2014-06-181-46/+40
* staging: comedi: ni_mio_common: remove forward declaration 20H Hartley Sweeten2014-06-181-101/+100
* staging: comedi: ni_mio_common: remove forward declaration 19H Hartley Sweeten2014-06-181-71/+59
* staging: comedi: ni_mio_common: remove forward declaration 18H Hartley Sweeten2014-06-181-38/+35
* staging: comedi: ni_mio_common: remove forward declaration 17H Hartley Sweeten2014-06-181-43/+41
* staging: comedi: ni_mio_common: remove forward declaration 16H Hartley Sweeten2014-06-181-60/+55
* staging: comedi: ni_mio_common: remove forward declaration 15H Hartley Sweeten2014-06-181-19/+17
* staging: comedi: ni_mio_common: remove forward declaration 14H Hartley Sweeten2014-06-181-16/+15
* staging: comedi: ni_mio_common: remove forward declaration 13H Hartley Sweeten2014-06-181-100/+92
OpenPOWER on IntegriCloud