aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/pcl812.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-17staging: comedi: pcl812: tidy up comedi_lrange tablesH Hartley Sweeten1-116/+132
2013-12-04staging: comedi: pcl812: use dev->read_subdevH Hartley Sweeten1-2/+2
2013-12-04staging: comedi: pcl812: only init async command members when neededH Hartley Sweeten1-2/+2
2013-12-04staging: comedi: pcl812: remove unnecessary s->len_chanlist initH Hartley Sweeten1-3/+0
2013-12-03staging: comedi: pcl812: convert printk messages in pcl812_attach()H Hartley Sweeten1-19/+8
2013-12-03staging: comedi: pcl812: tidy up the irq support in pcl812_attach()H Hartley Sweeten1-25/+6
2013-12-03staging: comedi: pcl812: convert some printk's to dev_dbg()H Hartley Sweeten1-10/+3
2013-10-16staging: comedi: pcl812: sample types are unsignedIan Abbott1-5/+4
2013-09-26staging: comedi: 8253.h: tidy up the i8253_cascade_ns_to_timer*() usersH Hartley Sweeten1-19/+18
2013-09-17staging: comedi: drivers: use comedi_dio_update_state() for simple casesH Hartley Sweeten1-7/+4
2013-08-21staging: comedi: pcl812: missing break statementDan Carpenter1-0/+1
2013-07-23staging: comedi: drivers do not need <linux/ioport.h>H Hartley Sweeten1-1/+0
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten1-0/+1
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten1-2/+1
2013-04-19staging: comedi: drivers: free_irq() in comedi_legacy_detach()H Hartley Sweeten1-2/+0
2013-04-19staging: comedi: pcl812: use comedi_legacy_detach()H Hartley Sweeten1-31/+15
2013-04-11staging: comedi: pcl812: use comedi_request_region()H Hartley Sweeten1-10/+3
2013-04-11staging: comedi: pcl812: cleanup dev->board_name usageH Hartley Sweeten1-6/+4
2012-11-14staging: comedi: pcl812: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten1-43/+15
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten1-4/+4
2012-10-22staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten1-6/+21
2012-09-26staging: comedi: drivers: use comedi_fc.h cmdtest helpersH Hartley Sweeten1-31/+14
2012-09-05staging: comedi: pcl812: remove subdevice pointer mathH Hartley Sweeten1-6/+6
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten1-2/+2
2012-06-18staging: comedi: remove unneeded sanity check in insn_bits functionsH Hartley Sweeten1-6/+0
2012-06-14staging: comedi: pcl812: remove PCL812_EXTDEBUG define and related codeH Hartley Sweeten1-96/+4
2012-06-14staging: comedi: pcl812: remove unneeded tests in pcl812_ai_cmdtestH Hartley Sweeten1-27/+0
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-04staging: comedi: remove this_board macro in the pcl812 driverH Hartley Sweeten1-47/+51
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten1-6/+1
2012-05-09staging: comedi: use module_comedi_driverH Hartley Sweeten1-13/+2
2012-04-29staging: comedi: refactor pcl812 driver to remove forward declarationsH Hartley Sweeten1-90/+79
2012-04-20staging: comedi: use ARRAY_SIZE instead of custom n_boardtypes macrosH Hartley Sweeten1-2/+1
2011-06-09Staging: comedi: add #include <linux/io.h> to a bunch of driversGreg Kroah-Hartman1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-06-18Staging: comedi: drivers: fix coding style issues in pcl812.cGustavo Silva1-217/+259
2010-06-17Staging: comedi: Remove COMEDI_INITCLEANUP macroArun Thomas1-1/+12
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas1-0/+4
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: pcl812: Update MUX for multi-channel AI commandIan Abbott1-3/+11
2010-03-03Staging: comedi: pcl812: Correct AI scan countingIan Abbott1-2/+6
2009-12-11Staging: fix assorted typos all over the placeAndré Goddard Rosa1-3/+3
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-219/+261
2009-06-19Staging: comedi: remove RT codeGreg Kroah-Hartman1-0/+1
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman1-41/+40
2009-06-19Staging: comedi: fix the way structs are initialized.Bill Pemberton1-7/+7
2009-06-19Staging: comedi: remove assignment in conditionalsBill Pemberton1-2/+4
2009-06-19Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton1-31/+31
2009-06-19Staging: comedi: Remove C99 commentsBill Pemberton1-78/+78