aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/comedi
AgeCommit message (Expand)AuthorFilesLines
2016-04-28staging: comedi: das1800: use comedi_offset_munge() for analog outputH Hartley Sweeten1-2/+1
2016-04-28staging: comedi: das1800: remove 'common' boardinfo memberH Hartley Sweeten1-20/+1
2016-04-28staging: comedi: das1800: tidy up das1800_probe()H Hartley Sweeten1-76/+131
2016-04-28staging: comedi: das1800: tidy up boardinfoH Hartley Sweeten1-197/+180
2016-04-28staging: comedi: das1800: tidy up analog input subdevice initH Hartley Sweeten1-29/+28
2016-04-28staging: comedi: das1800: tidy up analog output subdevice initH Hartley Sweeten1-12/+12
2016-04-28staging: comedi: das1800: tidy up digital input subdevice initH Hartley Sweeten1-11/+11
2016-04-28staging: comedi: das1800: tidy up digital output subdevice initH Hartley Sweeten1-11/+11
2016-04-28staging: comedi: plx9080.h: rename CamelCase enum valueH Hartley Sweeten1-1/+1
2016-04-28staging: comedi: comedi_8254.h: tidy up the register map definesH Hartley Sweeten1-6/+8
2016-04-28staging: comedi: amcc_s5933.h: tidy up comment issuesH Hartley Sweeten1-13/+11
2016-04-28staging: comedi: ni_stc.h: tidy up block commentsH Hartley Sweeten1-18/+17
2016-04-28staging: comedi: ni_stc.h: Prefer kernel type 'u8' over 'uint8_t'H Hartley Sweeten1-1/+1
2016-04-28staging: comedi: ni_stc.h: Prefer 'unsigned int' to bare use of 'unsigned'H Hartley Sweeten1-4/+4
2016-04-28staging: comedi: das1800: fix das-1801st-da boardinfoH Hartley Sweeten1-1/+1
2016-04-28staging: comedi: das1800: fix analog input sample mungingH Hartley Sweeten1-48/+36
2016-04-28staging: comedi: das1800: fix possible NULL dereferenceH Hartley Sweeten1-9/+13
2016-03-30staging: comedi: amplc_pci224: Prefer using the BIT macroH Hartley Sweeten1-33/+38
2016-03-30staging: comedi: amplc_pci263: define the register mapH Hartley Sweeten1-3/+8
2016-03-30staging: comedi: amplc_pci263: tidy up digital output subdevice initH Hartley Sweeten1-7/+8
2016-03-30staging: comedi: amplc_pci263: fix block commentsH Hartley Sweeten1-30/+30
2016-03-30staging: comedi: drivers: fix possible bug in comedi_handle_events()H Hartley Sweeten1-1/+4
2016-03-30staging: comedi: drivers: tidy up insn_rw_emulate_bits()H Hartley Sweeten1-19/+16
2016-03-30staging: comedi: c6xdigio: Prefer using the BIT macroH Hartley Sweeten1-2/+2
2016-03-30staging: comedi: amplc_pci230: Prefer kernel type 'u64' over 'uint64_t'H Hartley Sweeten1-5/+5
2016-03-30staging: comedi: amplc_pci230: Prefer using the BIT macroH Hartley Sweeten1-67/+74
2016-03-30staging: comedi: amplc_dio200_common: document spinlock definitionH Hartley Sweeten1-1/+1
2016-03-30staging: comedi: amplc_dio200_common: Prefer 'unsigned int' to bare use of 'u...H Hartley Sweeten1-5/+5
2016-03-30staging: comedi: amplc_pc263: fix block commentsH Hartley Sweeten1-31/+31
2016-03-30staging: comedi: amplc_pc263: define the register mapH Hartley Sweeten1-7/+6
2016-03-30staging: comedi: amplc_pc263: tidy up comedi_driver definitionH Hartley Sweeten1-7/+7
2016-03-30staging: comedi: amplc_pc263: tidy up digital output subdevice initH Hartley Sweeten1-7/+8
2016-03-29staging: comedi: comedi_fops.c: fix lines over 80 charactersIan Abbott1-6/+10
2016-03-29Staging: comedi: Fix 'unsigned' warning styleAniket Sharma1-2/+2
2016-03-29staging: comedi: drivers: remove bogus ni_mio_c_common.cIan Abbott1-0/+0
2016-03-28staging: comedi: ni_tio: remove BUG() checks for ni_tio_get_clock_src()H Hartley Sweeten1-25/+35
2016-03-28staging: comedi: ni_tio: remove BUG() in ni_tio_set_gate_src()H Hartley Sweeten1-2/+1
2016-03-28staging: comedi: ni_tio: fix ni_tio_insn_config()H Hartley Sweeten1-13/+20
2016-03-28staging: comedi: ni_tio: remove BUG() checks for ni_tio_get_gate_src()H Hartley Sweeten1-49/+97
2016-03-28staging: comedi: ni_tio: validate clock sourceH Hartley Sweeten1-15/+19
2016-03-28staging: comedi: ni_tiocmd: remove BUG() which can never occurH Hartley Sweeten1-3/+0
2016-03-28staging: comedi: ni_tiocmd: remove unsed param from ni_tio_acknowledge_and_co...H Hartley Sweeten1-10/+3
2016-03-28staging: comedi: ni_tiocmd: fix block commentsH Hartley Sweeten1-29/+31
2016-03-28staging: comedi: ni_tiocmd: Prefer 'unsigned int' to bare use of 'unsigned'H Hartley Sweeten1-11/+11
2016-03-28staging: comedi: ni_tio: tidy up ni_tio_arm()H Hartley Sweeten1-44/+34
2016-03-28staging: comedi: ni_tio: tidy up ni_tio_set_sync_mode()H Hartley Sweeten1-35/+30
2016-03-28staging: comedi: ni_tio: tidy up ni_tio_get_gate_src()H Hartley Sweeten1-17/+15
2016-03-28staging: comedi: ni_tio: fix block commentsH Hartley Sweeten1-20/+16
2016-03-28staging: comedi: ni_tio: Prefer kernel type 'u64' over 'uint64_t'H Hartley Sweeten1-6/+6
2016-03-28staging: comedi: ni_tio: Prefer 'unsigned int' to bare use of 'unsigned'H Hartley Sweeten1-83/+83