aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/dt2801.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15staging: comedi: move out of staging directoryGreg Kroah-Hartman1-645/+0
2020-07-25staging: comedi: dt: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2017-02-12staging: comedi: dt2801: usleep_range is preferred over udelaySaber Rezvani1-2/+2
2016-06-17Staging: comedi: Fix WARNING issue in dt2801.cRavishankar Karkala Mallikarjunayya1-45/+50
2016-02-07staging: comedi: dt2801: Prefer using the BIT macroBhaktipriya Shridhar1-9/+9
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten1-1/+0
2015-03-06staging: comedi: drivers: remove extra parentheses around right bit shift operationAya Mahfouz1-1/+1
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten1-1/+0
2014-09-11staging: comedi: dt2801: replace comedi_board() callsIan Abbott1-1/+1
2014-08-30staging: comedi: dt2801: use comedi_subdevice 'readback'H Hartley Sweeten1-18/+10
2014-08-30staging: comedi: dt2801: change function return type to voidChase Southwood1-5/+3
2014-07-21staging: comedi: drivers: remove unnecessary *_{IO, MEM}SIZE definesH Hartley Sweeten1-4/+1
2014-05-03staging: comedi: remove duplicate pointer assignments in attach functionsChristian Engelmayer1-1/+1
2013-12-17staging: comedi: dt2801: tidy up comedi_lrange tablesH Hartley Sweeten1-44/+28
2013-12-03staging: comedi: dt2801: convert printk() messages to dev_dbg()H Hartley Sweeten1-10/+10
2013-12-03staging: comedi: dt2801: remove commented out printk()H Hartley Sweeten1-1/+0
2013-12-03staging: comedi: dt2801: remove disabled code in dt2801_writedataH Hartley Sweeten1-7/+0
2013-11-25staging: comedi: dt2801: remove use of DPRINTKH Hartley Sweeten1-9/+0
2013-09-26staging: comedi: dt2801: fix using uninitialized variable warningsH Hartley Sweeten1-2/+3
2013-09-17staging: comedi: drivers: use comedi_dio_update_state() for simple casesH Hartley Sweeten1-9/+9
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH Hartley Sweeten1-22/+9
2013-08-12Revert "staging: comedi: drivers: use comedi_dio_insn_config() for complex cases"Greg Kroah-Hartman1-9/+22
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH Hartley Sweeten1-22/+9
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: use comedi_legacy_detach() in simple driversH Hartley Sweeten1-7/+1
2013-04-11staging: comedi: dt2801: use comedi_request_region()H Hartley Sweeten1-9/+3
2013-04-08staging: comedi: dt2801: remove 'boardtype' macroH Hartley Sweeten1-9/+9
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten1-4/+4
2012-10-22staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten1-4/+8
2012-09-05staging: comedi: dt2801: remove subdevice pointer mathH Hartley Sweeten1-6/+6
2012-09-05staging: comedi: dt2801: fix access to 2nd dio subdeviceH Hartley Sweeten1-2/+2
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten1-1/+1
2012-06-18staging: comedi: remove unneeded sanity check in insn_bits functionsH Hartley Sweeten1-2/+0
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-5/+3
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten1-3/+1
2012-05-15staging: comedi: refactor dt2801 driver and use module_comedi_driverH Hartley Sweeten1-155/+124
2012-02-09staging: comedi: dt2801: do INSN_CONFIG properly for DIO subdevice.Ian Abbott1-2/+10
2010-06-17Staging: comedi: Remove COMEDI_INITCLEANUP macroArun Thomas1-1/+12
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas1-0/+4
2010-05-11Staging: comedi: dt2801.c: off by one issueDan Carpenter1-1/+1
2010-03-03Staging: comedi: dt2801.c: Checkpatch cleanupAndrea Gelmini1-21/+12
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-105/+137
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman1-2/+2
2009-06-19Staging: comedi: make use of ARRAY_SIZE macroBill Pemberton1-2/+1
2009-06-19Staging: comedi: fix the way structs are initialized.Bill Pemberton1-60/+60
2009-06-19Staging: comedi: remove assignment in conditionalsBill Pemberton1-2/+4