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