aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/ni_at_a2150.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: drivers do not need <linux/ioport.h>H Hartley Sweeten2013-07-231-1/+0
* staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten2013-07-231-0/+3
* staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten2013-07-231-2/+1
* staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten2013-05-131-6/+0
* staging: comedi: drivers: free_irq() in comedi_legacy_detach()H Hartley Sweeten2013-04-191-2/+0
* staging: comedi: drivers: use comedi_legacy_detach()H Hartley Sweeten2013-04-191-3/+2
* staging: comedi: ni_at_a2150: use comedi_request_region()H Hartley Sweeten2013-04-111-26/+3
* staging: comedi: ni_at_a2150: remove 'thisboard' macroH Hartley Sweeten2013-04-081-5/+4
* staging: comedi: make 'dev->attached' a bool bit-fieldIan Abbott2013-03-151-1/+1
* staging: comedi: ni_at_a2150: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten2012-11-141-30/+14
* staging: comedi: remove inline alloc_private()H Hartley Sweeten2012-10-231-4/+4
* staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten2012-10-221-5/+17
* staging: comedi: drivers: use comedi_fc.h cmdtest helpersH Hartley Sweeten2012-09-261-33/+11
* staging: comedi: ni_at_a2150: remove subdevice pointer mathH Hartley Sweeten2012-09-051-1/+1
* staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten2012-06-121-2/+4
* staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten2012-06-121-1/+1
* staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten2012-05-181-8/+1
* staging: comedi: refactor ni_at_a2150 driver and use module_comedi_driverH Hartley Sweeten2012-05-151-188/+163
* Staging: comedi: fix line over 80 character issue in ni_at_a2150.cRavishankar Karkala Mallikarjunayya2012-04-291-4/+12
* Staging: comedi: fix brace coding style issue in ni_at_a2150.cRavishankar karkala Mallikarjunayya2011-12-131-5/+3
* Staging: comedi: add #include <linux/io.h> to a bunch of driversGreg Kroah-Hartman2011-06-091-0/+1
* Fix common misspellingsLucas De Marchi2011-03-311-6/+6
* staging: comedi: Remove NULL check before kfreeIlia Mirkin2011-03-141-2/+1
* Staging: comedi: Remove COMEDI_INITCLEANUP macroArun Thomas2010-06-171-1/+12
* Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas2010-06-171-0/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral2009-09-151-46/+47
* Staging: comedi: remove RT codeGreg Kroah-Hartman2009-06-191-0/+1
* Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman2009-06-191-9/+9
* Staging: comedi: more fix "foo * bar" should be "foo *bar"Bill Pemberton2009-06-191-8/+8
* Staging: comedi: fix the way structs are initialized.Bill Pemberton2009-06-191-12/+12
* Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton2009-06-191-15/+15
* staging: comedi, remove interrupt.hJiri Slaby2009-06-191-2/+2
* Staging: comedi: remove C99 comments in ni_at_a2150.cBill Pemberton2009-06-191-91/+91
* Staging: comedi: Remove a2150_board typedefBill Pemberton2009-04-031-4/+4
* Staging: comedi: Remove a2150_private typedefBill Pemberton2009-04-031-4/+6
* Staging: comedi: Remove comedi_devconfig typedefBill Pemberton2009-04-031-2/+2
* Staging: comedi: Remove comedi_insn typedefBill Pemberton2009-04-031-2/+2
* Staging: comedi: Remove comedi_cmd typedefBill Pemberton2009-04-031-4/+4
* Staging: comedi: Remove comedi_lrange typedefBill Pemberton2009-04-031-1/+1
* Staging: comedi: Remove comedi_driver typedefBill Pemberton2009-04-031-1/+1
* Staging: comedi: Remove comedi_async typedefBill Pemberton2009-04-031-2/+2
* Staging: comedi: Remove comedi_subdevice typedefBill Pemberton2009-04-031-10/+10
* Staging: comedi: Remove comedi_device typedefBill Pemberton2009-04-031-20/+20
* Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton2009-04-031-3/+3
* Staging: comedi: add ni_at_a2150 driverFrank Mori Hess2009-04-031-0/+907