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