aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/s526.c
AgeCommit message (Expand)Author
2012-09-21staging: comedi: s526: remove unused s526_ports arrayH Hartley Sweeten
2012-09-21staging: comedi: s526: remove printk noiseH Hartley Sweeten
2012-09-21staging: comedi: s526: remove unreachable code in s526_attach()H Hartley Sweeten
2012-09-21staging: comedi: s526: remove unneeded check in s526_gpct_rinsn()H Hartley Sweeten
2012-09-21staging: comedi: s526: remove commented out debug messagesH Hartley Sweeten
2012-09-21staging: comedi: s526: remove ADDR_CHAN_REG macroH Hartley Sweeten
2012-09-21staging: comedi: s526: remove ADDR_REG macroH Hartley Sweeten
2012-09-21staging: comedi: s526: remove devpriv macroH Hartley Sweeten
2012-09-21staging: comedi: s526: don't dereference insn->data pointerH Hartley Sweeten
2012-09-05staging: comedi: s526: remove subdevice pointer mathH Hartley Sweeten
2012-07-19staging: comedi: s526: remove unused variables in the private dataH Hartley Sweeten
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten
2012-06-18staging: comedi: remove unneeded sanity check in insn_bits functionsH Hartley Sweeten
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten
2012-06-12staging: comedi: remove the "Allocate the subdevice..." commentsH Hartley Sweeten
2012-06-12staging: comedi: only set dev->n_subdevices when kcalloc succeedesH Hartley Sweeten
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten
2012-06-04staging: comedi: remove this_board macro in the s526 driverH Hartley Sweeten
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten
2012-05-09staging: comedi: use module_comedi_driverH Hartley Sweeten
2012-04-29staging: comedi: refactor s526 driver to remove forward declarationsH Hartley Sweeten
2010-12-16Staging: comedi: Fix checkpatch.pl issues in file s526.cXenofon Foukas
2010-06-17Staging: comedi: Remove COMEDI_INITCLEANUP macroArun Thomas
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas
2009-10-09Staging: comedi: s526: fixes for pulse generatorIan Abbott
2009-10-09Staging: comedi: s526: Take account of arch's byte order.Ian Abbott
2009-10-09Staging: comedi: s526: Get rid of global variable 'cmReg'.Ian Abbott
2009-10-09Staging: comedi: s526: Fix number of channels on DIO subdeviceIan Abbott
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman
2009-06-19Staging: comedi: make use of ARRAY_SIZE macroBill Pemberton
2009-06-19Staging: comedi: fix the way structs are initialized.Bill Pemberton
2009-06-19Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton
2009-06-19Staging: comedi: remove C99 comments in s526.cBill Pemberton
2009-04-03Staging: comedi: Remove s526_board typedefBill Pemberton
2009-04-03Staging: comedi: Remove s526_gpct_config_t typedefBill Pemberton
2009-04-03Staging: comedi: Remove S526_GPCT_APP_CLASS typedefBill Pemberton
2009-04-03Staging: comedi: Remove s526_private typedefBill Pemberton
2009-04-03Staging: comedi: Remove counter_mode_register_t typedefBill Pemberton
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton
2009-04-03Staging: comedi: Remove comedi_subdevice typedefBill Pemberton
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton
2009-04-03Staging: comedi: add s526 driverEverett Wang