aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/serial2002.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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