aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/comedi
AgeCommit message (Expand)AuthorFilesLines
2016-03-28staging: comedi: ni_660x: remove ni_660x_num_counters()H Hartley Sweeten1-11/+5
2016-03-28staging: comedi: ni_660x: remove enum ni_660x_subdevicesH Hartley Sweeten1-15/+10
2016-03-28staging: comedi: ni_660x: fix block comment issuesH Hartley Sweeten1-6/+11
2016-03-28staging: comedi: ni_660x: remove BUG_ON() in ni_660x_request_mite_channel()H Hartley Sweeten1-1/+0
2016-03-28staging: comedi: ni_660x: tidy up ni_660x_select_pfi_output()H Hartley Sweeten1-30/+24
2016-03-28staging: comedi: ni_660x: tidy up ni_gpct_{write, read}_register()H Hartley Sweeten1-9/+7
2016-03-28staging: comedi: ni_660x: tidy up ni_660x_read_register()H Hartley Sweeten1-12/+10
2016-03-28staging: comedi: ni_660x: tidy up ni_660x_write_register()H Hartley Sweeten1-22/+20
2016-03-28staging: comedi: ni_660x: cleanup the NI660X_GLOBAL_INT_{STATUS, CFG}H Hartley Sweeten1-17/+10
2016-03-28staging: comedi: ni_660x: cleanup the NI660X_DMA_CFG register helpersH Hartley Sweeten1-44/+19
2016-03-28staging: comedi: ni_660x: remove enum clock_config_register_bitsH Hartley Sweeten1-6/+3
2016-03-28staging: comedi: ni_660x: tidy up multi-line commentH Hartley Sweeten1-13/+12
2016-03-28staging: comedi: ni_660x: cleanup the NI660X_IO_CFG register helpersH Hartley Sweeten1-53/+28
2016-03-28staging: comedi: ni_660x: rename CamelCase 'NI_660xRegisterData'H Hartley Sweeten1-6/+6
2016-03-28staging: comedi: ni_660x: remove enum ni_660x_register_directionH Hartley Sweeten1-105/+98
2016-03-28staging: comedi: ni_660x: remove enum ni_register_widthH Hartley Sweeten1-123/+103
2016-03-28staging: comedi: ni_660x: remove struct NI_660xRegisterData 'name'H Hartley Sweeten1-99/+98
2016-03-28staging: comedi: ni_660x: change IOConfigReg() into a macroH Hartley Sweeten1-14/+8
2016-03-28staging: comedi: amplc_pci230: Convert macro GAT_CONFIG to static inline func...Bhaktipriya Shridhar1-16/+22
2016-03-28Staging: comedi: comedi_fops: Replace 'unsigned' with 'unsigned int'Leslie Klein1-24/+24
2016-03-28Staging: comedi: comedi_buf: Replace 'unsigned' with 'unsigned int'Leslie Klein1-5/+5
2016-03-28staging: comedi: dt282x: tidy up register bit definesH Hartley Sweeten1-32/+33
2016-03-22staging: comedi: ni_mio_common: fix the ni_write[blw]() functionsH Hartley Sweeten1-6/+6
2016-03-10Revert "staging: comedi: drivers: Remove unneeded NULL check before kfree()"Greg Kroah-Hartman1-2/+4
2016-03-10staging: comedi: ni_pcidio.c: Prefer using macro DIV_ROUND_UPBhaktipriya Shridhar1-1/+1
2016-03-10staging: comedi: dt282x: Prefer using macro DIV_ROUND_UPBhaktipriya Shridhar1-1/+1
2016-03-10staging: comedi: rtd520: Prefer using macro DIV_ROUND_UPBhaktipriya Shridhar1-3/+2
2016-03-10staging: comedi: drivers: ni_mio_common: Prefer using macro DIV_ROUND_UPBhaktipriya Shridhar1-9/+5
2016-03-10staging: comedi: drivers: amplc_pci230: Prefer using macro DIV_ROUND_UPBhaktipriya Shridhar1-1/+1
2016-03-10Staging: comedi: Use predefined macro offset_in_page() instead of (addr & ~PA...Sandhya Bankar1-1/+1
2016-03-10staging: comedi: drivers: gsc_hpdi: Remove use of deprecated pci APIAmitoj Kaur Chawla1-15/+17
2016-03-05staging: comedi: comedi.h: Fix comment for struct comedi_krangeIan Abbott1-1/+1
2016-03-05staging: comedi: comedi.h: Do not use BIT macroIan Abbott1-5/+5
2016-03-05staging: comedi: cb_pcimdda: Fix long lines in commentsRasmus Linusson1-5/+6
2016-03-05staging: comedi: cb_pcimdda: Fix multi-line commentsRasmus Linusson1-70/+70
2016-03-05Staging: comedi: s626.c: Remove unused functionsBhumika Goyal1-33/+0
2016-03-05staging: comedi: drivers: Remove use of deprecated pci APIAmitoj Kaur Chawla1-30/+34
2016-03-05staging: comedi: drivers: Remove unneeded NULL check before kfree()Janani Ravichandran1-4/+2
2016-03-05Staging: comedi: contec_pci_dio: fixed comment blocks coding style issuesPhilippe Loctaux1-23/+24
2016-03-05staging: comedi: Use macro DIV_ROUND_CLOSESTBhaktipriya Shridhar1-16/+12
2016-03-05comedi: note a coverity discovered hole that needs fixingAlan1-0/+1
2016-02-20staging: comedi: COMEDI_BUFINFO: terminate "write" command when stoppedIan Abbott1-3/+6
2016-02-20staging: comedi: COMEDI_BUFINFO: return -EPIPE for abnormal readIan Abbott1-9/+18
2016-02-20staging: comedi: COMEDI_BUFINFO: become non-busy even if bytes_read is 0Ian Abbott1-4/+3
2016-02-20staging: comedi: COMEDI_BUFINFO: return error if no active commandIan Abbott1-20/+2
2016-02-20staging: comedi: COMEDI_BUFINFO: force bytes_written to 0 if stoppedIan Abbott1-0/+2
2016-02-20staging: comedi: COMEDI_BUFINFO: update buffer before becoming non-busyIan Abbott1-1/+5
2016-02-20staging: comedi: COMEDI_BUFINFO: force bytes_read or bytes_written to 0Ian Abbott1-12/+18
2016-02-20staging: comedi: COMEDI_BUFINFO: get amount freed, not amount allocatedIan Abbott1-5/+4
2016-02-20staging: comedi: drivers: Use DIV_ROUND_CLOSESTAmitoj Kaur Chawla6-7/+7