summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/amplc_pci230.c
AgeCommit message (Expand)Author
2014-09-02staging: comedi: amplc_pci230: absorb pci230_attach_common()Ian Abbott
2014-09-02staging: comedi: amplc_pci230: set detach handler to comedi_pci_detach()Ian Abbott
2014-09-02staging: comedi: amplc_pci230: no need to manipulate PCI ref countIan Abbott
2014-09-02staging: comedi: amplc_pci230: remove "legacy" attach mechanismIan Abbott
2014-09-02staging: comedi: amplc_pci230: collapse some 'else { if' chainsIan Abbott
2014-09-02staging: comedi: amplc_pci230: remove some unnecessary parenthesesIan Abbott
2014-09-02staging: comedi: amplc_pci230: don't use multiple blank linesIan Abbott
2014-09-02staging: comedi: amplc_pci230: update MODULE_DESCRIPTION()Ian Abbott
2014-08-30staging: comedi: amplc_pci230: fix a precedence bugDan Carpenter
2014-08-30staging: comedi: comedi_pci: introduce comedi_pci_detach()H Hartley Sweeten
2014-08-30staging: comedi: amplc_pci230: use comedi_subdevice 'readback'H Hartley Sweeten
2014-08-16staging: comedi: 8255: refactor how the (*io) function worksH Hartley Sweeten
2014-08-16staging: comedi: amplc_pci230: refactor iobase addressesH Hartley Sweeten
2014-07-30staging: comedi: amplc_pci230: tidy up stuct pci230_privateIan Abbott
2014-07-30staging: comedi: amplc_pci230: no need to initialize named members to zeroIan Abbott
2014-07-30staging: comedi: amplc_pci230: add whitespace to pci230_boards[]Ian Abbott
2014-07-30staging: comedi: amplc_pci230: no need for '&function'Ian Abbott
2014-07-30staging: comedi: amplc_pci230: remove some indentation in pci230_ai_check_cha...Ian Abbott
2014-07-30staging: comedi: amplc_pci230: omit '!= 0' from logical expressionsIan Abbott
2014-07-30staging: comedi: amplc_pci230: don't begin line with binary operatorIan Abbott
2014-07-30staging: comedi: amplc_pci230: add whitespace to register valuesIan Abbott
2014-07-30staging: comedi: amplc_pci230: remove PCI230_TEST_BIT()Ian Abbott
2014-07-30staging: comedi: amplc_pci230: remove PCI230_ADC_CONVIan Abbott
2014-07-30staging: comedi: amplc_pci230: remove unused settling time constantsIan Abbott
2014-07-30staging: comedi: amplc_pci230: usleep_range is preferred over udelayIan Abbott
2014-07-30staging: comedi: amplc_pci230: alignment should match open parenthesisIan Abbott
2014-07-30staging: comedi: amplc_pci230: blank lines aren't necessary before a close br...Ian Abbott
2014-07-30staging: comedi: amplc_pci230: logical continuations should be on the previou...Ian Abbott
2014-07-30staging: comedi: amplc_pci230: fix checkpatch line over 80 charactersIan Abbott
2014-07-30staging: comedi: amplc_pci230: reformat a load of commentsIan Abbott
2014-07-21staging: comedi: drivers: remove unnecessary *_SIZE definesH Hartley Sweeten
2014-07-21staging: comedi: drivers: cleanup cmd->flags useH Hartley Sweeten
2014-07-17staging: comedi: amplc_pci230: remove use of comedi_error()H Hartley Sweeten
2014-07-16staging: comedi: amplc_pci230: checkpatch.pl cleanup (void function return)H Hartley Sweeten
2014-05-28staging: comedi: amplc_pci230: use cfc_bytes_per_scan()H Hartley Sweeten
2014-05-28staging: comedi: amplc_pci230: use comedi_cmd pointerH Hartley Sweeten
2014-05-23staging: comedi: pass subdevice to comedi_buf_read_n_available()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_get()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott
2014-05-03staging: comedi: amplc_pci230: remove 'ao_continuous' from private dataH Hartley Sweeten
2014-05-03staging: comedi: amplc_pci230: remove 'ai_continuous' from private dataH Hartley Sweeten
2014-04-22staging: comedi: amplc_pci230: fix the ai/ao cmd->start_arg use for TRIG_INTH Hartley Sweeten
2014-04-22staging: comedi: amplc_pci230: factor out chanlist checking from (*do_cmdtest)H Hartley Sweeten
2014-02-14staging: comedi: move (*insn_{read, write}) timeout debug messages to coreH Hartley Sweeten
2014-02-14staging: comedi: amplc_pci230: use comedi_timeout()H Hartley Sweeten
2014-02-07staging: comedi: drivers: remove final 'attach' messagesH Hartley Sweeten
2014-02-07staging: comedi: amplc_pci230: standardize error handling of subdev_8255_init()H Hartley Sweeten
2013-12-17staging: comedi: amplc_pci230: tidy up comedi_lrange tablesH Hartley Sweeten
2013-12-06staging: comedi: amplc_pci230: tidy up irq requestH Hartley Sweeten
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han