summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: drivers/*.c: add missing braces {} to if/else branchesH Hartley Sweeten2015-03-075-12/+24
* staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten2015-03-0735-62/+0Star
* staging: comedi: drivers/*.c: alignment should match open parenthesisH Hartley Sweeten2015-03-0725-58/+62
* staging: comedi: drivers/*.c: fix common misspellingsH Hartley Sweeten2015-03-0711-14/+14
* staging: comedi: s626: remove unnecessary 'cmd' pointer checksH Hartley Sweeten2015-03-071-6/+2Star
* staging: comedi: kcomedilib_main: (!foo) preferred over (foo == NULL)H Hartley Sweeten2015-03-071-1/+1
* staging: comedi: ni_mio_common: (!foo) preferred over (foo == NULL)H Hartley Sweeten2015-03-071-6/+6
* staging: comedi: ni_tiocmd: (!foo) preferred over (foo == NULL)H Hartley Sweeten2015-03-071-3/+3
* staging: comedi: ni_pcimio: (!foo) preferred over (foo == NULL)H Hartley Sweeten2015-03-071-5/+5
* staging: comedi: ni_pcidio: (!foo) preferred over (foo == NULL)H Hartley Sweeten2015-03-071-2/+2
* staging: comedi: ni_labpc_common: (!foo) preferred over (foo == NULL)H Hartley Sweeten2015-03-071-1/+1
* staging: comedi: ni_atmio: (!foo) preferred over (foo == NULL)H Hartley Sweeten2015-03-071-1/+1
* staging: comedi: ni_660x: (!foo) preferred over (foo == NULL)H Hartley Sweeten2015-03-071-3/+3
* staging: comedi: mite: (!foo) preferred over (foo == NULL)H Hartley Sweeten2015-03-071-3/+3
* staging: comedi: cb_pcidas64: (!foo) preferred over (foo == NULL)H Hartley Sweeten2015-03-071-5/+5
* staging: comedi: amplc_pci230: (!foo) preferred over (foo == NULL)H Hartley Sweeten2015-03-071-1/+1
* staging: comedi: amplc_pci224: (!foo) preferred over (foo == NULL)H Hartley Sweeten2015-03-071-1/+1
* staging: comedi: drivers: (!foo) preferred over (foo == NULL)H Hartley Sweeten2015-03-071-4/+4
* staging: comedi: comedi_fops: (!foo) preferred over (foo == NULL)H Hartley Sweeten2015-03-071-11/+11
* Staging: comedi: clean dev_err loggingHaneen Mohammed2015-03-072-17/+13Star
* Staging: comedi: Clean dev_err() loggingHaneen Mohammed2015-03-072-27/+15Star
* staging: comedi: drivers: remove extra parentheses around right bit shift ope...Aya Mahfouz2015-03-071-1/+1
* staging: comedi: Remove if condition.Navya Sri Nizamkari2015-03-061-3/+1Star
* staging: comedi: adl_pci6208: support old PLX device IDIan Abbott2015-03-021-0/+2
* staging: comedi: adl_pci6208: remove multiple board type supportIan Abbott2015-03-021-27/+3Star
* staging: comedi: adl_pci6208: combine PCI-6208 and PCI-6216 supportIan Abbott2015-03-021-9/+7Star
* staging: comedi: cb_pcimdas: add 8254 timer (pacer) supportH Hartley Sweeten2015-03-022-1/+70
* staging: comedi: cb_pcimdas: add main connector digital input/outputH Hartley Sweeten2015-03-021-1/+49
* staging: comedi: cb_pcimdas: tidy up cb_pcimdas_auto_attach()H Hartley Sweeten2015-03-021-19/+17Star
* staging: comedi: cb_pcimdas: provide analog output range tableH Hartley Sweeten2015-03-021-2/+14
* staging: comedi: cb_pcimdas: define the register mapH Hartley Sweeten2015-03-021-47/+86
* staging: comedi: cb_pcimdas: support analog input programmable rangesH Hartley Sweeten2015-03-021-4/+38
* staging: comedi: cb_pcimdas: fix analog input channel configurationH Hartley Sweeten2015-03-021-12/+22
* staging: comedi: 8253.h: remove unused headerH Hartley Sweeten2015-03-021-347/+0Star
* staging: comedi: ni_labpc_common: convert driver to use the comedi_8254 moduleH Hartley Sweeten2015-03-026-111/+111
* staging: comedi: amplc_dio200_common: convert driver to use the comedi_8254 m...H Hartley Sweeten2015-03-023-201/+99Star
* staging: comedi: amplc_dio200_common: remove 'spinlock' from struct dio200_su...H Hartley Sweeten2015-03-021-18/+5Star
* staging: comedi: amplc_dio200_common: remove unnecessary 'counter_number' checksH Hartley Sweeten2015-03-021-8/+0Star
* staging: comedi: amplc_dio200_common: remove 'which' from struct dio200_subde...H Hartley Sweeten2015-03-021-5/+2Star
* staging: comedi: amplc_dio200_common: remove 'gat_sce_ofs' from struct dio200...H Hartley Sweeten2015-03-021-7/+2Star
* staging: comedi: amplc_dio200_common: remove 'clk_sce_ofs' from struct dio200...H Hartley Sweeten2015-03-021-3/+1Star
* staging: comedi: amplc_dio200_common: introduce DIO200_GAT_SEL() macroH Hartley Sweeten2015-03-021-4/+2Star
* staging: comedi: amplc_dio200_common: introduce DIO200_CLK_SEL() macroH Hartley Sweeten2015-03-021-4/+2Star
* staging: comedi: adl_pci9118: convert driver to use the comedi_8254 moduleH Hartley Sweeten2015-03-022-65/+29Star
* staging: comedi: das16: convert driver to use the comedi_8254 moduleH Hartley Sweeten2015-03-022-29/+16Star
* staging: comedi: cb_pcidas64: remove unnecessary includeH Hartley Sweeten2015-03-021-1/+0Star
* staging: comedi: me4000: convert driver to use the comedi_8254 moduleH Hartley Sweeten2015-03-022-95/+14Star
* staging: comedi: adv_pci_dio: convert driver to use the comedi_8254 moduleH Hartley Sweeten2015-03-022-77/+11Star
* staging: comedi: adv_pci_dio: refactor 's8254' boardinfoH Hartley Sweeten2015-03-021-32/+19Star
* staging: comedi: adv_pci_dio: simplify counter subdevice I/OH Hartley Sweeten2015-03-021-33/+14Star