aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/serial2002.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-18staging: comedi: change device used in dev_...() callsIan Abbott1-2/+2
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-2/+4
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-11staging: comedi: serial2002: quiet NULL pointer sparse noiseH Hartley Sweeten1-6/+6
2012-06-04staging: comedi: remove this_board macro in the serial2002 driverH Hartley Sweeten1-6/+2
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten1-3/+1
2012-05-09staging: comedi: use module_comedi_driverH Hartley Sweeten1-13/+2
2012-04-29staging: comedi: refactor serial2002 driver to remove forward declarationsH Hartley Sweeten1-41/+17
2011-11-26Staging: comedi: fix printk issue in serial2002.cRavishankar karkala Mallikarjunayya1-3/+4
2011-07-08Staging: comedi: fix brace coding style issue in serial2002.cRavishankar1-20/+10
2011-07-08Staging: comedi: fix brace and printk coding style issue in serial2002.cRavishankar1-9/+6
2011-03-14staging: comedi: Remove NULL check before kfreeIlia Mirkin1-6/+2
2010-06-17Staging: comedi: Remove COMEDI_INITCLEANUP macroArun Thomas1-1/+12
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas1-0/+4
2010-06-17Staging: comedi: serial2002: Use NULL instead of 0 for pointersIan Abbott1-4/+4
2010-06-17Staging: comedi: serial2002: Reduce stack usage on 'open'Ian Abbott1-21/+23
2010-06-17Staging: comedi: serial2002: Fix memory leak on detachIan Abbott1-1/+1
2010-06-17Staging: comedi: serial2002: handle allocation failures on 'open'Ian Abbott1-8/+29
2010-06-17Staging: comedi: Allow 'open' driver method to failIan Abbott1-3/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03Staging: comedi: serial2002: Fix filp_open usageOGAWA Hirofumi1-1/+1
2009-12-11Staging: comedi: serial2002: decrease stack usageIan Abbott1-2/+2
2009-12-11staging: comedi: Remove check for HAVE_UNLOCKED_IOCTLShawn Bohrer1-7/+2
2009-10-09Staging: comedi: serial2002: fix include build issueGreg Kroah-Hartman1-0/+1
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-87/+114
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman1-1/+1
2009-06-19Staging: comedi: make use of ARRAY_SIZE macroBill Pemberton1-1/+1
2009-06-19Staging: comedi: fix the way structs are initialized.Bill Pemberton1-8/+8
2009-06-19Staging: Comedi: change space indentation to tabsBill Pemberton1-4/+4
2009-06-19Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton1-28/+28
2009-06-19Staging: comedi: Remove C99 commentsBill Pemberton1-9/+9
2009-04-03Staging: comedi: serial2002: Remove serial2002_private typedefBill Pemberton1-4/+6
2009-04-03Staging: comedi: Remove serial2002_board typedefBill Pemberton1-6/+6
2009-04-03Staging: comedi: Remove config_t typedefBill Pemberton1-8/+10
2009-04-03Staging: comedi: Remove serial2002_private typedefBill Pemberton1-5/+7
2009-04-03Staging: comedi: Remove comedi_krange typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton1-11/+11
2009-04-03Staging: comedi: Remove comedi_lrange typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_subdevice typedefBill Pemberton1-14/+14
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-17/+17
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton1-13/+13
2009-04-03Staging: comedi: add serial2002 driverAnders Blomdell1-0/+864