Sign in
android-kvm
/
linux
/
ffe777254cce24fb5fde3f0aa91fc755cfb1b812
/
drivers
/
staging
/
comedi
/
kcomedilib
6b32fcc
staging: comedi: kcomedilib: Fixed coding style issue
by Nayeemahmed Badebade
· 9 years ago
4c36fdd
staging: comedi: kcomedilib_main: (!foo) preferred over (foo == NULL)
by H Hartley Sweeten
· 10 years ago
53d484b
Staging: comedi: kcomedilib: Fixed a typo
by Gustavo A. R. Silva
· 10 years ago
e6bed03
Staging: comedi: kcomedilib: replace deprecated simple_strtoul() with kstrtouint()
by Chase Southwood
· 11 years ago
d260169
staging: comedi: remove comedi_debug module parameter
by H Hartley Sweeten
· 11 years ago
69e2387f
staging: comedi: kcomedilib: protect against device detachment
by Ian Abbott
· 11 years ago
799a66b
staging: comedi: kcomedilib: increment reference while device in use
by Ian Abbott
· 11 years ago
0f3ce1a
staging: comedi: comedi_bond: handle base channel for insn_bits
by Ian Abbott
· 12 years ago
16d2d3c
staging: comedi: comedi_bond: get INSN_CONFIG_DIO_QUERY info from horse's mouth
by Ian Abbott
· 12 years ago
d92fef8
staging: comedi: do not include <linux/delay.h> if its not needed
by H Hartley Sweeten
· 12 years ago
8e6b791
staging: comedi: drivers do not need <linux/ioport.h>
by H Hartley Sweeten
· 12 years ago
641f064
staging: comedi: remove FSF address from boilerplate text
by H Hartley Sweeten
· 12 years ago
5660e74
staging: comedi: use EXPORT_SYMBOL_GPL() for all exported symbols
by H Hartley Sweeten
· 12 years ago
4da5fa9
staging: comedi: use comedi_dev_from_minor()
by H Hartley Sweeten
· 12 years ago
1b6c710
staging: comedi: remove unnecessary '#define __NO_VERSION__'
by H Hartley Sweeten
· 12 years ago
49e8e44
staging/comedi: Use dev_ printks in kcomedilib/kcomedilib_main.c
by YAMANE Toshiaki
· 12 years ago
1f5cc35
staging: comedi: kcomedilib: fix a __user space access issue
by H Hartley Sweeten
· 12 years ago
5818e70
staging: comedi: kcomedilib: remove subdevice pointer math
by H Hartley Sweeten
· 12 years ago
2312202
Staging: comedi: kcomedilib: fix coding style issues in kcomedilib_main.c
by Gustavo Silva
· 15 years ago
f1d7dbb
Staging: comedi: new Kconfig and Makefiles, drivers grouped by bustype.
by Alexander Kurz
· 15 years ago
472dfe7
Staging: comedi: kcomedilib: make it typesafe
by Greg Kroah-Hartman
· 15 years ago
3781bc5
Staging: comedi: kcomedilib: simplify comedi_do_insn()
by Greg Kroah-Hartman
· 15 years ago
88cccef
Staging: comedi: kcomedilib: comedi_do_insn is now static
by Greg Kroah-Hartman
· 15 years ago
a152575
Staging: comedi: kcomedilib: delete dio.c and get.c
by Greg Kroah-Hartman
· 15 years ago
6b18af1
Staging: comedi: kcomedilib: kcomedilib_main.c: remove unused functions
by Greg Kroah-Hartman
· 15 years ago
c9f7725
Staging: comedi: kcomedilib: dio.c: remove unused functions
by Greg Kroah-Hartman
· 15 years ago
8a9e77b
Staging: comedi: clean up kcomedilib/get.c
by Greg Kroah-Hartman
· 15 years ago
29a915f
Staging: comedi: delete kcomedilib/data.c
by Greg Kroah-Hartman
· 15 years ago
7382e57
Staging: comedi: kcomedilib: remove ksyms.c file
by Greg Kroah-Hartman
· 15 years ago
0fd0ca7
Staging: comedi: rename check_chanlist to comedi_check_chanlist
by Greg Kroah-Hartman
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
88a28c8
Staging: comedi: Remove references to dead EXPORT_SYMTAB
by Robert P. J. Day
· 16 years ago
0a85b6f
Staging: Comedi: Lindent changes to comdi driver in staging tree
by Mithlesh Thukral
· 16 years ago
c3e2354
Staging: comedi: data.c should include delay.h
by Alexander Beregalov
· 16 years ago
25436dc
Staging: comedi: remove RT code
by Greg Kroah-Hartman
· 16 years ago
5f74ea1
Staging: comedi: remove comedi-specific wrappers
by Greg Kroah-Hartman
· 16 years ago
2696fb5
Staging: comedi: Remove C99 comments
by Bill Pemberton
· 16 years ago
1f6325d
Staging: comedi: Remove comedi_krange typedef
by Bill Pemberton
· 16 years ago
90035c0
Staging: comedi: Remove comedi_insn typedef
by Bill Pemberton
· 16 years ago
ea6d0d4
Staging: comedi: Remove comedi_cmd typedef
by Bill Pemberton
· 16 years ago
9ced1de
Staging: comedi: Remove comedi_lrange typedef
by Bill Pemberton
· 16 years ago
d163679
Staging: comedi: Remove comedi_async typedef
by Bill Pemberton
· 16 years ago
34c4392
Staging: comedi: Remove comedi_subdevice typedef
by Bill Pemberton
· 16 years ago
71b5f4f
Staging: comedi: Remove comedi_device typedef
by Bill Pemberton
· 16 years ago
790c554
Staging: comedi: Remove lsampl_t and sampl_t typedefs
by Bill Pemberton
· 16 years ago
0b3fb27
Staging: comedi: Remove comedi_t typedef
by Bill Pemberton
· 16 years ago
82675f3
Staging: comedi: Remove curly braces where they are not needed
by Bill Pemberton
· 16 years ago
197c82b
Staging: comedi: Remove instances of assignments in conditionals
by Bill Pemberton
· 16 years ago
6a98d36
Staging: comedi: Add spaces around parens as requested by checkpatch.pl
by Bill Pemberton
· 16 years ago
e473e91
Staging: comedi: Change "foo * bar" to "foo *bar"
by Bill Pemberton
· 16 years ago
e38eb66
Staging: comedi: remove LINUX_VERSION_CODE checks
by Mariusz Kozlowski
· 16 years ago
b79a7a2
Staging: comedi: add kcomedilib to the tree
by David Schleef
· 16 years ago