summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi
AgeCommit message (Expand)AuthorLines
2015-12-21STAGING: COMEDI: Using kernel types in plx9080.hMoritz König-1/+1
2015-12-21STAGING: COMEDI: Added spaces around binary operators in plx9080.hMoritz König-1/+1
2015-12-21STAGING: COMEDI: Fixed format of comments in plx9080.hMoritz König-44/+78
2015-12-21staging: comedi: comedilib.h: Coding style warning fix for block commentsJitendra Kumar Khasdev-16/+16
2015-12-21staging: comedi: s526: add macros for counter control reg valuesIan Abbott-4/+37
2015-12-21staging: comedi: s526: replace counter mode bitfield structIan Abbott-63/+93
2015-12-21staging: comedi: check for more errors for zero-length writeIan Abbott-3/+4
2015-12-21staging: comedi: simplify returned errors for comedi_write()Ian Abbott-18/+3
2015-12-21staging: comedi: return error on "write" if no command set upIan Abbott-3/+8
2015-12-21staging: comedi: allow buffer wraparound in comedi_write()Ian Abbott-5/+9
2015-12-21staging: comedi: avoid bad truncation of a size_t in comedi_write()Ian Abbott-8/+5
2015-12-21staging: comedi: make some variables unsigned in comedi_write()Ian Abbott-1/+3
2015-12-21staging: comedi: do extra checks for becoming non-busy for "write"Ian Abbott-1/+6
2015-12-21staging: comedi: rearrange comedi_write() codeIan Abbott-41/+30
2015-12-21staging: comedi: adv_pci_dio: update the MODULE_DESCRIPTIONH Hartley Sweeten-1/+1
2015-12-21staging: comedi: adv_pci_dio: tidy up the comedi comment blockH Hartley Sweeten-6/+3
2015-12-21staging: comedi: adv_pci_dio: move pci_dio_override_cardtype()H Hartley Sweeten-32/+32
2015-12-21staging: comedi: adv_pci_dio: move and rename the MAX_*_SUBDEV[SG] definesH Hartley Sweeten-11/+11
2015-12-21staging: comedi: adv_pci_dio: move and rename enum hw_cards_idH Hartley Sweeten-12/+17
2015-12-21staging: comedi: adv_pci_dio: remove boardinfo 'cardtype'H Hartley Sweeten-24/+7
2015-12-21staging: comedi: adv_pci_dio: cleanup PCI-1762 interrupt registersH Hartley Sweeten-4/+3
2015-12-21staging: comedi: adv_pci_dio: rename PCI1752_6_CFC defineH Hartley Sweeten-2/+3
2015-12-21staging: comedi: adv_pci_dio: cleanup PCI-175[46] interrupt registersH Hartley Sweeten-12/+9
2015-12-21staging: comedi: adv_pci_dio: cleanup PCI-1753 interrupt register definesH Hartley Sweeten-19/+14
2015-12-21staging: comedi: adv_pci_dio: use common defines for PCI-1739/175[01] registersH Hartley Sweeten-12/+3
2015-12-21staging: comedi: adv_pci_dio: use common defines for PCI-173[036] registersH Hartley Sweeten-19/+11
2015-12-21staging: comedi: adv_pci_dio: cleanup "disable and clear interrupts" commentsH Hartley Sweeten-18/+6
2015-12-21staging: comedi: adv_pci_dio: disable channel freeze outside of switchH Hartley Sweeten-6/+4
2015-12-21staging: comedi: adv_pci_dio: use a default case in pci_dio_reset()H Hartley Sweeten-7/+2
2015-12-21staging: comedi: adv_pci_dio: remove defines used for the dio (8255) registersH Hartley Sweeten-9/+5
2015-12-21staging: comedi: adv_pci_dio: remove defines used for the do registersH Hartley Sweeten-22/+10
2015-12-21staging: comedi: adv_pci_dio: reset digital outputs in subdevice initH Hartley Sweeten-21/+15
2015-12-21staging: comedi: adv_pci_dio: do board reset early in (*auto_attach)H Hartley Sweeten-2/+2
2015-12-21staging: comedi: adv_pci_dio: remove board reset during (*detach)H Hartley Sweeten-8/+1
2015-12-21staging: comedi: adv_pci_dio: remove defines used for the di registersH Hartley Sweeten-20/+10
2015-12-21staging: comedi: adv_pci_dio: remove defines used for the 'timer_regbase'H Hartley Sweeten-4/+2
2015-12-21staging: comedi: adv_pci_dio: simplify the 'boardid' boardinfoH Hartley Sweeten-21/+15
2015-12-21staging: comedi: adv_pci_dio: use the diosubd_data 'addr' for di/do s->privateH Hartley Sweeten-12/+12
2015-12-21staging: comedi: adv_pci_dio: remove need for diosubd_data 'regs' memberH Hartley Sweeten-56/+64
2015-12-21staging: comedi: adv_pci_dio: refactor 'io_access' boardinfoH Hartley Sweeten-44/+13
2015-12-21staging: comedi: adv_pci_dio: absorb pci_dio_add_di()H Hartley Sweeten-65/+62
2015-12-21staging: comedi: adv_pci_dio: absorb pci_dio_add_do()H Hartley Sweeten-29/+14
2015-12-21staging: comedi: adv_pci_dio: use a const pointer to the diosubd_dataH Hartley Sweeten-12/+19
2015-12-21staging: comedi: adv_pci_dio: post increment 'subdev' in (*auto_attach)H Hartley Sweeten-11/+5
2015-12-21staging: comedi: adv_pci_dio: remove 'main_pci_region' boardinfoH Hartley Sweeten-23/+7
2015-12-21staging: comedi: adv_pci_dio: tidy up comedi driver block commentH Hartley Sweeten-23/+17
2015-12-21staging: comedi: adv_pci_dio: remove unnecessary function separation commentsH Hartley Sweeten-9/+0
2015-12-21comedi: ni_6527: Fix coding style - use BIT macroRanjith Thangavel-12/+12
2015-12-21staging: comedi: ni_mio_common: add "no_channel" versions of some functionsAndrzej Pietrasiewicz-33/+49
2015-12-21Staging: comedi: Fixed multiple commenting and spacing codig style issues.Daniel H. Hemmingsen-130/+177