aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/c6xdigio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15staging: comedi: move out of staging directoryGreg Kroah-Hartman1-298/+0
2020-07-25staging: comedi: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2017-11-28staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2016-03-30staging: comedi: c6xdigio: Prefer using the BIT macroH Hartley Sweeten1-2/+2
2015-01-09staging: comedi: c6xdigio: rewrite "Devices:" lineIan Abbott1-1/+1
2014-11-03staging: comedi: drivers: replace SDF_WRITEABLE with SDF_WRITABLEH Hartley Sweeten1-1/+1
2014-03-17staging: comedi: c6xdigio: update the MODULE_DESCRIPTIONH Hartley Sweeten1-1/+1
2014-03-17staging: comedi: c6xdigio: tidy up the multi-line commentsH Hartley Sweeten1-28/+27
2014-03-17staging: comedi: c6xdigio: add readback of last pwm channel valuesH Hartley Sweeten1-3/+32
2014-03-17staging: comedi: c6xdigio: use comedi_offset_munge()H Hartley Sweeten1-5/+10
2014-03-17staging: comedi: c6xdigio: consolidate the board_init()H Hartley Sweeten1-20/+13
2014-03-17staging: comedi: c6xdigio: tidy up subdevice 1 initH Hartley Sweeten1-10/+10
2014-03-17staging: comedi: c6xdigio: tidy up subdevice 0 initH Hartley Sweeten1-11/+10
2014-03-17staging: comedi: c6xdigio: define the data register bitsH Hartley Sweeten1-26/+19
2014-03-17staging: comedi: c6xdigio: tidy up c6xdigio_pwm_write()H Hartley Sweeten1-24/+17
2014-03-17staging: comedi: c6xdigio: introduce c6xdigio_get_encoder_bits()H Hartley Sweeten1-33/+35
2014-03-17staging: comedi: c6xdigio: define the register mapH Hartley Sweeten1-14/+15
2014-03-17staging: comedi: c6xdigio: introduce c6xdigio_write_data()H Hartley Sweeten1-59/+31
2014-03-17staging: comedi: c6xdigio: change first param to c6xdigio_chk_status()H Hartley Sweeten1-26/+26
2014-03-17staging: comedi: c6xdigio: tidy up C6X_encInput()H Hartley Sweeten1-32/+33
2014-03-17staging: comedi: c6xdigio: tidy up C6X_pwmOutput()H Hartley Sweeten1-19/+19
2014-03-17staging: comedi: c6xdigio: tidy up C6X_encResetAll()H Hartley Sweeten1-10/+10
2014-03-17staging: comedi: c6xdigio: tidy up C6X_pwmInit()H Hartley Sweeten1-10/+10
2014-03-17staging: comedi: c6xdigio: factor out status check busywaitH Hartley Sweeten1-139/+48
2014-03-17staging: comedi: c6xdigio: remove C6XDIGIO_SIZEH Hartley Sweeten1-3/+1
2014-03-17staging: comedi: c6xdigio: remove WriteByteToHwPort()H Hartley Sweeten1-29/+24
2014-03-17staging: comedi: c6xdigio: remove ReadByteFromHwPort()H Hartley Sweeten1-54/+48
2013-12-03staging: comedi: c6xdigio: remove commented out function trace messagesH Hartley Sweeten1-14/+0
2013-12-03staging: comedi: c6xdigio: remove commented out subdevice codeH Hartley Sweeten1-31/+0
2013-11-26staging: comedi: c6xdigio: remove unnecessary c6xdigio_pwmo_insn_read()H Hartley Sweeten1-9/+0
2013-07-23staging: comedi: do not include <linux/delay.h> if its not neededH Hartley Sweeten1-1/+0
2013-07-23staging: comedi: drivers do not need <linux/ioport.h>H Hartley Sweeten1-1/+0
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-5/+0
2013-04-19staging: comedi: drivers: use comedi_legacy_detach()H Hartley Sweeten1-2/+1
2013-04-11staging: comedi: c6xdigio: use comedi_request_region()H Hartley Sweeten1-12/+7
2013-04-11staging: comedi: c6xdigio: remove usless commentH Hartley Sweeten1-5/+0
2013-04-11staging: comedi: c6xdigio: board does not use interruptsH Hartley Sweeten1-11/+0
2013-04-08staging: comedi: remove unnecessary dev->board_name initializationH Hartley Sweeten1-1/+0
2012-09-05staging: comedi: c6xdigio: remove subdevice pointer mathH Hartley Sweeten1-3/+3
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-12staging: comedi: remove the "Allocate the subdevice..." commentsH Hartley Sweeten1-1/+0
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+2
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten1-14/+1
2012-05-09staging: comedi: use module_comedi_driverH Hartley Sweeten1-13/+2
2012-04-24staging: comedi: refactor c6xdigio driver to remove forward declarationsH Hartley Sweeten1-12/+8
2011-10-17Staging: comedi: c6xdigio: fixed missing KERN_* in printkNasir Abed1-6/+7
2010-06-17Staging: comedi: Remove COMEDI_INITCLEANUP macroArun Thomas1-1/+12
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas1-0/+4
2010-03-03Staging: comedi: c6xdigio: Checkpatch cleanupsBenjamin Adolphi1-29/+28