summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/ni_660x.c
AgeCommit message (Expand)Author
2016-03-28staging: comedi: ni_660x: rename CamelCase 'NI_660xRegisterData'H Hartley Sweeten
2016-03-28staging: comedi: ni_660x: remove enum ni_660x_register_directionH Hartley Sweeten
2016-03-28staging: comedi: ni_660x: remove enum ni_register_widthH Hartley Sweeten
2016-03-28staging: comedi: ni_660x: remove struct NI_660xRegisterData 'name'H Hartley Sweeten
2016-03-28staging: comedi: ni_660x: change IOConfigReg() into a macroH Hartley Sweeten
2015-04-03staging: comedi: ni_660x: remove #include "comedi_fc.h"Ian Abbott
2015-03-20staging: comedi: ni_660x: include new "comedi_pci.h" headerIan Abbott
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten
2015-03-06staging: comedi: ni_660x: (!foo) preferred over (foo == NULL)H Hartley Sweeten
2014-10-20staging: comedi: ni_660x: use comedi_handle_events()H Hartley Sweeten
2014-09-11staging: comedi: ni_660x: replace comedi_board() callsIan Abbott
2014-07-30staging: comedi: mite: use the comedi_device 'mmio' memberH Hartley Sweeten
2014-07-30staging: comedi: mite: pass comedi_device to mite_setup()H Hartley Sweeten
2014-07-30staging: comedi: ni_tiocmd: introduce ni_tio_acknowledge()H Hartley Sweeten
2014-07-22staging: comedi: comedidev.h: remove 'new_size' param from subdevice (*buf_ch...H Hartley Sweeten
2014-07-21staging: comedi: drivers: use dev->board_name in request_irq()H Hartley Sweeten
2014-07-17staging: comedi: ni_660x: remove use of comedi_error()H Hartley Sweeten
2014-07-16staging: comedi: ni_660x: checkpatch.pl cleanup (space prohibited)H Hartley Sweeten
2014-07-16staging: comedi: ni_660x: checkpatch.pl cleanup (trailing whitespace)H Hartley Sweeten
2014-07-16staging: comedi: ni_660x: checkpatch.pl cleanup (missing blank line)H Hartley Sweeten
2014-07-16staging: comedi: ni_660x: checkpatch.pl cleanup (else not useful)H Hartley Sweeten
2014-07-16staging: comedi: ni_660x: checkpatch.pl cleanup (break not useful)H Hartley Sweeten
2014-06-29staging: comedi: mite: cleanup mite_unsetup()H Hartley Sweeten
2014-06-29staging: comedi: mite.h: remove mite_irq()H Hartley Sweeten
2014-05-23staging: comedi: mite: pass subdevice to mite_sync_input_dma()Ian Abbott
2014-05-23staging: comedi: mite: pass subdevice to mite_buf_change()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_read_n_available()Ian Abbott
2014-03-17staging: comedi: ni_660x: use cfc_handle_events()H Hartley Sweeten
2014-02-07staging: comedi: drivers: remove final 'attach' messagesH Hartley Sweeten
2013-12-20staging: comedi: ni_660x: tidy up set_tio_counterswap()H Hartley Sweeten
2013-12-20staging: comedi: ni_660x: remove dma_selection_counter()H Hartley Sweeten
2013-12-20staging: comedi: ni_660x: use a local var for the 'chip_index'H Hartley Sweeten
2013-12-20staging: comedi: ni_660x: rename the CamelCase enum NI_660x_Register and labelsH Hartley Sweeten
2013-12-20staging: comedi: ni_tiocmd: make ni_tio_cmd() a proper comedi (*do_cmd)H Hartley Sweeten
2013-12-20staging: comedi: ni_tiocmd: make ni_tio_cmdtest() a proper comedi (*do_cmdtest)H Hartley Sweeten
2013-12-20staging: comedi: ni_tio: make ni_tio_insn_config() a proper comedi (*insn_con...H Hartley Sweeten
2013-12-20staging: comedi: ni_tio: make ni_tio_winsn() a proper comedi (*insn_write)H Hartley Sweeten
2013-12-20staging: comedi: ni_tio: make ni_tio_rinsn() a proper comedi (*insn_read)H Hartley Sweeten
2013-12-20staging: comedi: ni_tio.h: remove subdev_to_counter()H Hartley Sweeten
2013-12-20staging: comedi: ni_tio.h: rename the CamelCase enum ni_gpct_register labelsH Hartley Sweeten
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han
2013-09-17staging: comedi: initialize subdevice s->io_bits in postconfigH Hartley Sweeten
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten
2013-03-15staging: comedi: remove unneeded settings of `dev->iobase`Ian Abbott
2013-03-15staging: comedi: make 'dev->attached' a bool bit-fieldIan Abbott
2013-03-15staging: comedi: ni_660x: support NI PXI-6624Ian Abbott
2013-03-15staging: comedi: ni_660x: reformat driver description commentIan Abbott
2013-03-14staging: comedi_pci: pass comedi_device to comedi_pci_enable()H Hartley Sweeten