aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/s626.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-26staging: comedi: s626: remove 'get_mode' callback from encoder private dataH Hartley Sweeten1-19/+21
2014-06-26staging: comedi: s626: remove 'reset_cap_flags' callback from encoder private dataH Hartley Sweeten1-28/+17
2014-06-26staging: comedi: s626: remove 'pulse_index' callback from encoder private dataH Hartley Sweeten1-30/+22
2014-06-26staging: comedi: s626: remove 'get_int_src' callback from encoder private dataH Hartley Sweeten1-20/+10
2014-06-26staging: comedi: s626: remove 'set_int_src' callback from encoder private dataH Hartley Sweeten1-48/+32
2014-06-26staging: comedi: s626: remove 'get_load_trig' callback from encoder private dataH Hartley Sweeten1-20/+10
2014-06-26staging: comedi: s626: remove 'set_load_trig' callback from encoder private dataH Hartley Sweeten1-24/+19
2014-06-26staging: comedi: s626: remove 'get_enable' callback from encoder private dataH Hartley Sweeten1-19/+9
2014-06-26staging: comedi: s626: remove 'set_enable' callback from encoder private dataH Hartley Sweeten1-29/+20
2014-06-26staging: comedi: s626: remove my_latch_lsw from encoder private dataH Hartley Sweeten1-12/+5
2014-06-26staging: comedi: s626: define S626_LP_CNTR* registers based on channel numberH Hartley Sweeten1-6/+6
2014-06-26staging: comedi: s626: remove my_cr[ab] from encoder private dataH Hartley Sweeten1-49/+46
2014-06-26staging: comedi: s626: add comedi "chan" number to struct s626_enc_infoH Hartley Sweeten1-0/+8
2014-06-26staging: comedi: s626: define CRA/CRB registers based on channel numberH Hartley Sweeten1-12/+12
2014-05-28staging: comedi: s626: use comedi_fc helpers to validate timer argsH Hartley Sweeten1-20/+16
2014-05-23staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott1-1/+0
2014-04-22staging: comedi: s626: clarify the cmd->start_arg validation and useH Hartley Sweeten1-5/+14
2014-04-14staging: comedi: s626: use comedi_timeout() on remaining loopsChase Southwood1-9/+27
2014-03-19Staging: comedi: Fix line over 80 characters in s626.cEbru Akagunduz1-2/+4
2014-03-19Staging: comedi: Fix missing space after return type in s626.cEbru Akagunduz1-4/+4
2014-03-17Staging: comedi: propagate timeout errors in s626.cChase Southwood1-18/+45
2014-03-17Staging: comedi: convert while loops to timeouts in s626.cChase Southwood1-12/+75
2014-02-14staging: comedi: s626: use comedi_timeout()H Hartley Sweeten1-2/+18
2014-02-07staging: comedi: drivers: remove final 'attach' messagesH Hartley Sweeten1-2/+0
2013-12-17staging: comedi: s626: tidy up comedi_lrange tableH Hartley Sweeten1-1/+1
2013-12-06staging: comedi: s626: use dev->read_subdevH Hartley Sweeten1-3/+5
2013-12-04staging: comedi: s626: fix async command hookupH Hartley Sweeten1-7/+2
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-11-25staging: comedi: s626: fix value written by s626_set_dac()Ian Abbott1-1/+1
2013-10-29staging: comedi: s626: replace S626_MULT_X? valuesIan Abbott1-14/+14
2013-10-29staging: comedi: s626: expand standardized IndxSrc valuesIan Abbott1-12/+10
2013-10-29staging: comedi: s626: make CRA and CRB setup conversions more readableIan Abbott1-166/+151
2013-10-19staging: comedi: s626: distinguish counter src from encoder modeIan Abbott1-50/+50
2013-10-19staging: comedi: s626: correct a comment in s626_get_mode_b()Ian Abbott1-1/+1
2013-10-19staging: comedi: s626: specify bitshift for encoder A clock sourceIan Abbott1-1/+1
2013-10-19staging: comedi: s626: clock polarity and direction are the sameIan Abbott1-4/+0
2013-10-16staging: comedi: s626: sample types are unsignedIan Abbott1-15/+7
2013-10-11staging: comedi: s626: prefix macros in s626.hIan Abbott1-429/+487
2013-10-11staging: comedi: s626: prefix macros in s626.cIan Abbott1-38/+37
2013-10-11staging: comedi: s626: prefix function and variable namesIan Abbott1-270/+281
2013-10-11staging: comedi: s626: rename struct buffer_dmaIan Abbott1-4/+4
2013-10-11staging: comedi: s626: move struct buffer_dmaIan Abbott1-0/+5
2013-10-11staging: comedi: s626: make trimchan[] and trimadrs[] constIan Abbott1-2/+2
2013-10-11staging: comedi: s626: add mmiowb() callsIan Abbott1-0/+2
2013-10-11staging: comedi: s626: remove TRUE and FALSE macrosIan Abbott1-9/+9
2013-10-11staging: comedi: s626: move s626_enc_chan_info[]Ian Abbott1-96/+94
2013-10-11staging: comedi: s626: move encoder functions part 3Ian Abbott1-167/+167
2013-10-11staging: comedi: s626: move encoder functions part 2Ian Abbott1-239/+239
2013-10-11staging: comedi: s626: move encoder functions part 1Ian Abbott1-142/+142
2013-10-11staging: comedi: s626: remove encpriv macroIan Abbott1-83/+106