summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/dt2801.c
AgeCommit message (Expand)Author
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman
2017-02-12staging: comedi: dt2801: usleep_range is preferred over udelaySaber Rezvani
2016-06-17Staging: comedi: Fix WARNING issue in dt2801.cRavishankar Karkala Mallikarjunayya
2016-02-07staging: comedi: dt2801: Prefer using the BIT macroBhaktipriya Shridhar
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten
2015-03-06staging: comedi: drivers: remove extra parentheses around right bit shift ope...Aya Mahfouz
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten
2014-09-11staging: comedi: dt2801: replace comedi_board() callsIan Abbott
2014-08-30staging: comedi: dt2801: use comedi_subdevice 'readback'H Hartley Sweeten
2014-08-30staging: comedi: dt2801: change function return type to voidChase Southwood
2014-07-21staging: comedi: drivers: remove unnecessary *_{IO, MEM}SIZE definesH Hartley Sweeten
2014-05-03staging: comedi: remove duplicate pointer assignments in attach functionsChristian Engelmayer
2013-12-17staging: comedi: dt2801: tidy up comedi_lrange tablesH Hartley Sweeten
2013-12-03staging: comedi: dt2801: convert printk() messages to dev_dbg()H Hartley Sweeten
2013-12-03staging: comedi: dt2801: remove commented out printk()H Hartley Sweeten
2013-12-03staging: comedi: dt2801: remove disabled code in dt2801_writedataH Hartley Sweeten
2013-11-25staging: comedi: dt2801: remove use of DPRINTKH Hartley Sweeten
2013-09-26staging: comedi: dt2801: fix using uninitialized variable warningsH Hartley Sweeten
2013-09-17staging: comedi: drivers: use comedi_dio_update_state() for simple casesH Hartley Sweeten
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH Hartley Sweeten
2013-08-12Revert "staging: comedi: drivers: use comedi_dio_insn_config() for complex ca...Greg Kroah-Hartman
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH Hartley Sweeten
2013-07-23staging: comedi: drivers do not need <linux/ioport.h>H Hartley Sweeten
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten
2013-04-19staging: comedi: drivers: use comedi_legacy_detach() in simple driversH Hartley Sweeten
2013-04-11staging: comedi: dt2801: use comedi_request_region()H Hartley Sweeten
2013-04-08staging: comedi: dt2801: remove 'boardtype' macroH Hartley Sweeten
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten
2012-10-22staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten
2012-09-05staging: comedi: dt2801: remove subdevice pointer mathH Hartley Sweeten
2012-09-05staging: comedi: dt2801: fix access to 2nd dio subdeviceH 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: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten
2012-05-15staging: comedi: refactor dt2801 driver and use module_comedi_driverH Hartley Sweeten
2012-02-09staging: comedi: dt2801: do INSN_CONFIG properly for DIO subdevice.Ian Abbott
2010-06-17Staging: comedi: Remove COMEDI_INITCLEANUP macroArun Thomas
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas
2010-05-11Staging: comedi: dt2801.c: off by one issueDan Carpenter
2010-03-03Staging: comedi: dt2801.c: Checkpatch cleanupAndrea Gelmini
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: remove assignment in conditionalsBill Pemberton
2009-06-19Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton
2009-06-19Staging: comedi: Remove C99 commentsBill Pemberton