summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/ni_660x.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman2017-11-281-10/+0
* staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman2017-11-281-0/+1
* staging: comedi: ni_660x: Support PCI-6224Ian Abbott2017-01-191-2/+8
* staging: comedi: mite: do mite_steup() as part of mite_attach()H Hartley Sweeten2016-05-031-5/+1
* staging: comedi: mite: document mite_alloc()/mite_detach()H Hartley Sweeten2016-05-031-1/+1
* staging: comedi: mite: rename 'struct mite_dma_descriptor_ring'H Hartley Sweeten2016-05-031-10/+8
* staging: comedi: mite: rename 'struct mite_struct'H Hartley Sweeten2016-05-031-1/+1
* staging: comedi: mite: introduce mite_sync_dma()H Hartley Sweeten2016-04-281-1/+1
* staging: comedi: ni_660x: update the MODULE_DESCRIPTIONH Hartley Sweeten2016-03-281-1/+1
* staging: comedi: ni_660x: refactor GPCT_OFFSETH Hartley Sweeten2016-03-281-5/+5
* staging: comedi: ni_660x: remove spinlock 'dma_cfg_lock'H Hartley Sweeten2016-03-281-9/+0
* staging: comedi: ni_660x: remove ni_gpct_to_660x_register[]H Hartley Sweeten2016-03-281-233/+74
* staging: comedi: ni_660x: sort enum ni_660x_registerH Hartley Sweeten2016-03-281-47/+48
* staging: comedi: ni_660x: remove inline mite_ring()H Hartley Sweeten2016-03-281-14/+7
* staging: comedi: ni_660x: default DIO channels with subdevice initH Hartley Sweeten2016-03-281-14/+13
* staging: comedi: ni_660x: initialize the counter with the subdevice initH Hartley Sweeten2016-03-281-3/+2
* staging: comedi: ni_660x: allocate counters early in (*auto_attach)H Hartley Sweeten2016-03-281-10/+10
* staging: comedi: ni_660x: init TIO chips before subdevice initH Hartley Sweeten2016-03-281-23/+29
* staging: comedi: ni_660x: disable interrupts when detaching driverH Hartley Sweeten2016-03-281-1/+3
* staging: comedi: ni_660x: ni_gpct_device_destroy() can handle a NULL pointerH Hartley Sweeten2016-03-281-2/+1
* staging: comedi: ni_660x: tidy up the counter subdevices initH Hartley Sweeten2016-03-281-27/+32
* staging: comedi: ni_660x: tidy up the misc. constantsH Hartley Sweeten2016-03-281-25/+24
* staging: comedi: ni_660x: fix memory barrier without commentH Hartley Sweeten2016-03-281-1/+3
* staging: comedi: ni_660x: add comments for the spinlock_t definitionsH Hartley Sweeten2016-03-281-7/+9
* staging: comedi: ni_660x: refactor ni_gpct_to_660x_register()H Hartley Sweeten2016-03-281-147/+89
* staging: comedi: ni_660x: add a comment about the initial DIO stateH Hartley Sweeten2016-03-281-0/+5
* staging: comedi: ni_660x: tidy up ni_660x_set_pfi_routing()H Hartley Sweeten2016-03-281-38/+27
* staging: comedi: ni_660x: tidy up ni_660x_dio_insn_bits()H Hartley Sweeten2016-03-281-11/+20
* staging: comedi: ni_660x: tidy up Digital I/O subdevice initH Hartley Sweeten2016-03-281-8/+60
* staging: comedi: ni_660x: Prefer kernel type 'u64' over 'uint64_t'H Hartley Sweeten2016-03-281-3/+3
* staging: comedi: ni_660x: Prefer 'unsigned int' to bare use of 'unsigned'H Hartley Sweeten2016-03-281-20/+20
* staging: comedi: ni_660x: remove ni_660x_num_counters()H Hartley Sweeten2016-03-281-11/+5
* staging: comedi: ni_660x: remove enum ni_660x_subdevicesH Hartley Sweeten2016-03-281-15/+10
* staging: comedi: ni_660x: fix block comment issuesH Hartley Sweeten2016-03-281-6/+11
* staging: comedi: ni_660x: remove BUG_ON() in ni_660x_request_mite_channel()H Hartley Sweeten2016-03-281-1/+0
* staging: comedi: ni_660x: tidy up ni_660x_select_pfi_output()H Hartley Sweeten2016-03-281-30/+24
* staging: comedi: ni_660x: tidy up ni_gpct_{write, read}_register()H Hartley Sweeten2016-03-281-9/+7
* staging: comedi: ni_660x: tidy up ni_660x_read_register()H Hartley Sweeten2016-03-281-12/+10
* staging: comedi: ni_660x: tidy up ni_660x_write_register()H Hartley Sweeten2016-03-281-22/+20
* staging: comedi: ni_660x: cleanup the NI660X_GLOBAL_INT_{STATUS, CFG}H Hartley Sweeten2016-03-281-17/+10
* staging: comedi: ni_660x: cleanup the NI660X_DMA_CFG register helpersH Hartley Sweeten2016-03-281-44/+19
* staging: comedi: ni_660x: remove enum clock_config_register_bitsH Hartley Sweeten2016-03-281-6/+3
* staging: comedi: ni_660x: tidy up multi-line commentH Hartley Sweeten2016-03-281-13/+12
* staging: comedi: ni_660x: cleanup the NI660X_IO_CFG register helpersH Hartley Sweeten2016-03-281-53/+28
* staging: comedi: ni_660x: rename CamelCase 'NI_660xRegisterData'H Hartley Sweeten2016-03-281-6/+6
* staging: comedi: ni_660x: remove enum ni_660x_register_directionH Hartley Sweeten2016-03-281-105/+98
* staging: comedi: ni_660x: remove enum ni_register_widthH Hartley Sweeten2016-03-281-123/+103
* staging: comedi: ni_660x: remove struct NI_660xRegisterData 'name'H Hartley Sweeten2016-03-281-99/+98
* staging: comedi: ni_660x: change IOConfigReg() into a macroH Hartley Sweeten2016-03-281-14/+8
* staging: comedi: ni_660x: remove #include "comedi_fc.h"Ian Abbott2015-04-031-1/+0
OpenPOWER on IntegriCloud