summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/c6xdigio.c
AgeCommit message (Expand)Author
2017-11-28staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman
2016-03-30staging: comedi: c6xdigio: Prefer using the BIT macroH Hartley Sweeten
2015-01-09staging: comedi: c6xdigio: rewrite "Devices:" lineIan Abbott
2014-11-03staging: comedi: drivers: replace SDF_WRITEABLE with SDF_WRITABLEH Hartley Sweeten
2014-03-17staging: comedi: c6xdigio: update the MODULE_DESCRIPTIONH Hartley Sweeten
2014-03-17staging: comedi: c6xdigio: tidy up the multi-line commentsH Hartley Sweeten
2014-03-17staging: comedi: c6xdigio: add readback of last pwm channel valuesH Hartley Sweeten
2014-03-17staging: comedi: c6xdigio: use comedi_offset_munge()H Hartley Sweeten
2014-03-17staging: comedi: c6xdigio: consolidate the board_init()H Hartley Sweeten
2014-03-17staging: comedi: c6xdigio: tidy up subdevice 1 initH Hartley Sweeten
2014-03-17staging: comedi: c6xdigio: tidy up subdevice 0 initH Hartley Sweeten
2014-03-17staging: comedi: c6xdigio: define the data register bitsH Hartley Sweeten
2014-03-17staging: comedi: c6xdigio: tidy up c6xdigio_pwm_write()H Hartley Sweeten
2014-03-17staging: comedi: c6xdigio: introduce c6xdigio_get_encoder_bits()H Hartley Sweeten
2014-03-17staging: comedi: c6xdigio: define the register mapH Hartley Sweeten
2014-03-17staging: comedi: c6xdigio: introduce c6xdigio_write_data()H Hartley Sweeten
2014-03-17staging: comedi: c6xdigio: change first param to c6xdigio_chk_status()H Hartley Sweeten
2014-03-17staging: comedi: c6xdigio: tidy up C6X_encInput()H Hartley Sweeten
2014-03-17staging: comedi: c6xdigio: tidy up C6X_pwmOutput()H Hartley Sweeten
2014-03-17staging: comedi: c6xdigio: tidy up C6X_encResetAll()H Hartley Sweeten
2014-03-17staging: comedi: c6xdigio: tidy up C6X_pwmInit()H Hartley Sweeten
2014-03-17staging: comedi: c6xdigio: factor out status check busywaitH Hartley Sweeten
2014-03-17staging: comedi: c6xdigio: remove C6XDIGIO_SIZEH Hartley Sweeten
2014-03-17staging: comedi: c6xdigio: remove WriteByteToHwPort()H Hartley Sweeten
2014-03-17staging: comedi: c6xdigio: remove ReadByteFromHwPort()H Hartley Sweeten
2013-12-03staging: comedi: c6xdigio: remove commented out function trace messagesH Hartley Sweeten
2013-12-03staging: comedi: c6xdigio: remove commented out subdevice codeH Hartley Sweeten
2013-11-26staging: comedi: c6xdigio: remove unnecessary c6xdigio_pwmo_insn_read()H Hartley Sweeten
2013-07-23staging: comedi: do not include <linux/delay.h> if its not neededH Hartley Sweeten
2013-07-23staging: comedi: drivers do not need <linux/ioport.h>H Hartley Sweeten
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten
2013-04-19staging: comedi: drivers: use comedi_legacy_detach()H Hartley Sweeten
2013-04-11staging: comedi: c6xdigio: use comedi_request_region()H Hartley Sweeten
2013-04-11staging: comedi: c6xdigio: remove usless commentH Hartley Sweeten
2013-04-11staging: comedi: c6xdigio: board does not use interruptsH Hartley Sweeten
2013-04-08staging: comedi: remove unnecessary dev->board_name initializationH Hartley Sweeten
2012-09-05staging: comedi: c6xdigio: remove subdevice pointer mathH 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: export alloc_subdevices as comedi_alloc_subdevicesH 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-24staging: comedi: refactor c6xdigio driver to remove forward declarationsH Hartley Sweeten
2011-10-17Staging: comedi: c6xdigio: fixed missing KERN_* in printkNasir Abed
2010-06-17Staging: comedi: Remove COMEDI_INITCLEANUP macroArun Thomas
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas
2010-03-03Staging: comedi: c6xdigio: Checkpatch cleanupsBenjamin Adolphi
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral
2009-06-19Staging: comedi: fix the way structs are initialized.Bill Pemberton