aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/s626.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-11staging: comedi: s626: rename CamelCase variablesIan Abbott1-129/+129
2013-10-11staging: comedi: s626: rename CamelCase functionsIan Abbott1-146/+147
2013-10-11staging: comedi: s626: remove a variable from set_mode_a() and _b()Ian Abbott1-4/+2
2013-10-11staging: comedi: s626: rename CamelCase in struct enc_privateIan Abbott1-210/+215
2013-10-11staging: comedi: s626: rename CamelCase in struct s626_privateIan Abbott1-49/+50
2013-10-11staging: comedi: s626: replace CamelCase struct bufferDMAIan Abbott1-23/+23
2013-10-11staging: comedi: s626: remove duplicate macros I2C_B0, I2C_B1, I2C_B2Ian Abbott1-5/+0
2013-10-11staging: comedi: s626: remove I2CR and I2CW macrosIan Abbott1-2/+2
2013-10-11staging: comedi: s626: rename ai_continousIan Abbott1-4/+4
2013-10-11staging: comedi: s626: remove PCI ID definesIan Abbott1-7/+2
2013-10-11staging: comedi: s626: convert a printk()Ian Abbott1-2/+2
2013-10-11staging: comedi: s626: tidy up main source code fileIan Abbott1-593/+760
2013-10-11staging: comedi: s626: tidy up comments at top of fileIan Abbott1-57/+57
2013-09-17staging: comedi: s626: use comedi_dio_update_state()H Hartley Sweeten1-11/+2
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for simple casesH Hartley Sweeten1-17/+5
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten1-0/+2
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten1-2/+1
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-5/+0
2013-04-11staging: comedi: s626: use pci_ioremap_bar()H Hartley Sweeten1-2/+1
2013-04-08staging: comedi: remove unnecessary dev->board_name initializationH Hartley Sweeten1-2/+0
2013-04-01Merge 3.9-rc5 into staging-nextGreg Kroah-Hartman1-1/+1
2013-03-28staging: comedi: s626: remove the "interrupt call test"H Hartley Sweeten1-9/+0
2013-03-28staging: comedi: s626: async commands require an interruptH Hartley Sweeten1-4/+6
2013-03-28staging: comedi: s626: remove the ai (*insn_config) functionH Hartley Sweeten1-10/+0