index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
comedi
/
drivers.c
Age
Commit message (
Expand
)
Author
2011-06-09
Staging: comedi: drivers.c: fix PAGE_KERNEL_NOCACHE issue
Greg Kroah-Hartman
2011-02-04
staging: comedi: fix coding style issue in drivers.c
Micha Hergarden
2010-12-09
Staging: comedi: Fix coding style issues in drivers.c
Xenofon Foukas
2010-11-09
staging: Use vzalloc
Joe Perches
2010-05-11
Staging: comedi: Fixed printk call lengths and log levels
Mark Rankilor
2010-05-11
Staging: comedi: drivers.c sparse cleanup
Greg Kroah-Hartman
2010-05-11
Staging: comedi: make comedi_reset_async_buf local to comedi core
Greg Kroah-Hartman
2010-05-11
Staging: comedi: make comedi_alloc_board_minor local to comedi core
Greg Kroah-Hartman
2010-05-11
Staging: comedi: Adjusted some long line lengths in drivers.c
Mark Rankilor
2010-05-11
Staging: comedi: remove comedi_ksyms.c
Greg Kroah-Hartman
2010-05-11
Staging: comedi: move a bunch of EXPORT_SYMBOL lines
Greg Kroah-Hartman
2010-05-11
Staging: comedi: remove wrapper.h
Greg Kroah-Hartman
2010-05-11
Staging: comedi: fixed coding style issues in drivers.c
Zachary Richey
2010-03-03
Staging: comedi: drivers.c: Checkpatch cleanup
Andrea Gelmini
2009-12-11
Staging: comedi: drivers.c: checkpatch fix
Mithlesh Thukral
2009-09-15
Staging: comedi: no need for checking vfree call
Figo.zhang
2009-09-15
Staging: Comedi: Lindent changes to comdi driver in staging tree
Mithlesh Thukral
2009-06-19
Staging: comedi: remove comedi-specific wrappers
Greg Kroah-Hartman
2009-06-19
Staging: comedi: make use of ARRAY_SIZE macro
Bill Pemberton
2009-06-19
Staging Comedi: fix spacing around parens
Bill Pemberton
2009-04-03
Staging: BUG to BUG_ON changes
Stoyan Gaydarov
2009-04-03
Staging: comedi: Remove comedi_devconfig typedef
Bill Pemberton
2009-04-03
Staging: comedi: Remove comedi_insn typedef
Bill Pemberton
2009-04-03
Staging: comedi: Remove comedi_driver typedef
Bill Pemberton
2009-04-03
Staging: comedi: Remove comedi_async typedef
Bill Pemberton
2009-04-03
Staging: comedi: Remove comedi_subdevice typedef
Bill Pemberton
2009-04-03
Staging: comedi: Remove comedi_device typedef
Bill Pemberton
2009-04-03
Staging: comedi: Remove lsampl_t and sampl_t typedefs
Bill Pemberton
2009-04-03
Staging: comedi: Remove checks for NULL before calling kfree()
Bill Pemberton
2009-04-03
Staging: comedi: Change "foo * bar" to "foo *bar"
Bill Pemberton
2009-04-03
Staging: comedi: Convert C99 style comments to traditional style comments
Bill Pemberton
2009-04-03
Staging: comedi: Make comedi_auto_config() succeed when auto-configuration di...
Ian Abbott
2009-04-03
Staging: comedi: add comedi_usb_auto_[un]config functions
Bernd Porr
2009-04-03
Staging: comedi: Add a module parameter 'comedi_autoconfig'.
Ian Abbott
2009-01-07
staging: __FUNCTION__ is gcc-specific, use __func__
Harvey Harrison
2009-01-06
Staging: add comedi core
David Schleef