summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi
AgeCommit message (Expand)Author
2015-09-12staging: comedi: usbdux: remove impossible 'if (!devpriv)' checkH Hartley Sweeten
2015-09-12staging: comedi: usbdux: rename dev->private local variablesH Hartley Sweeten
2015-09-12staging: comedi: usbdux: use common code path to check the cmd->scan_begin_argH Hartley Sweeten
2015-09-12staging: comedi: usbdux: add missing spacesH Hartley Sweeten
2015-09-12staging: comedi: usbdux: use preferred kernel typesH Hartley Sweeten
2015-09-12staging: comedi: vmk80xx: tidy up definesH Hartley Sweeten
2015-09-12staging: comedi: vmk80xx: cleanup multi-line commentH Hartley Sweeten
2015-09-12staging: comedi: usbduxsigma: use comedi_offset_munge()H Hartley Sweeten
2015-09-12staging: comedi: usbduxsigma: tidy up block commentsH Hartley Sweeten
2015-09-12staging: comedi: usbduxsigma: use prefered kernel typesH Hartley Sweeten
2015-09-12staging: comedi: usbduxsigma: add missing spacesH Hartley Sweeten
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-08-14staging: comedi: me4000: use bitwise AND instead of logicalDan Carpenter
2015-08-14staging: comedi: adl_pci7x3x: fix digital output on PCI-7230Ian Abbott
2015-08-14staging: comedi: hwdrv_apci3501: remove "magic" numbers in apci3501_read_insn...H Hartley Sweeten
2015-08-14staging: comedi: hwdrv_apci3501: remove "magic" numbers in apci3501_write_ins...H Hartley Sweeten
2015-08-14staging: comedi: hwdrv_apci3501: remove "magic" numbers in apci3501_config_in...H Hartley Sweeten
2015-08-14staging: comedi: addi_apci_3501: remove "magic" numbers in apci3501_interrupt()H Hartley Sweeten
2015-08-14staging: comedi: addi_apci_3501: use addi_tcw.h for the timer registersH Hartley Sweeten
2015-08-14staging: comedi: addi_apci_3501: rename CamelCase vars in apci3501_interrupt()H Hartley Sweeten
2015-08-14staging: comedi: addi_apci_3501: prefer using the BIT macroH Hartley Sweeten
2015-08-14staging: comedi: addi_apci_3501: rename private data 'i_IobaseAmcc'H Hartley Sweeten
2015-08-14staging: comedi: hwdrv_apci3501: refactor apci3501_config_insn_timer()H Hartley Sweeten
2015-08-14staging: comedi: hwdrv_apci3501: rename 'ul_Command1' in apci3501_config_insn...H Hartley Sweeten
2015-08-14staging: comedi: hwdrv_apci3501: refactor apci3501_read_insn_timer()H Hartley Sweeten
2015-08-14staging: comedi: hwdrv_apci3501: refactor apci3501_write_insn_timer()H Hartley Sweeten
2015-08-14staging: comedi: hwdrv_apci3501: rename 'ul_Command1' in apci3501_write_insn_...H Hartley Sweeten
2015-08-14staging: comedi: addi_apci_3501: rename private data 'b_TimerSelectMode'H Hartley Sweeten
2015-08-14staging: comedi: hwdrv_apci3501: remove useless read/mask to stop watchdogH Hartley Sweeten
2015-08-14staging: comedi: comedi_fops: absorb comedi_free_board_minor()H Hartley Sweeten
2015-08-14staging: comedi: comedi_fops: remove BUG_ON() in comedi_dev_get_from_board_mi...H Hartley Sweeten
2015-08-14staging: comedi: comedi_fops: remove BUG_ON() in comedi_free_subdevice_minor()H Hartley Sweeten
2015-08-14staging: comedi: comedi_fops: remove BUG_ON() in comedi_cleanup()H Hartley Sweeten
2015-08-14staging: comedi: comedi_fops: remove remaining BUG_ON() checksH Hartley Sweeten
2015-08-14staging: comedi: hwdrv_apci1564: remove magic numbers in apci1564_counter_ins...H Hartley Sweeten
2015-08-14staging: comedi: hwdrv_apci1564: tidy up apci1564_counter_insn_write()H Hartley Sweeten
2015-08-14staging: comedi: hwdrv_apci1564: fix counter "mode" settingH Hartley Sweeten
2015-08-14staging: comedi: hwdrv_apci1564: remove useless code in apci1564_counter_insn...H Hartley Sweeten
2015-08-14staging: comedi: hwdrv_apci1564: remove magic number in apci1564_timer_insn_r...H Hartley Sweeten
2015-08-14staging: comedi: hwdrv_apci1564: tidy up apci1564_timer_insn_write()H Hartley Sweeten
2015-08-14staging: comedi: hwdrv_apci1564: use addi_tcw.h definesH Hartley Sweeten
2015-08-14staging: comedi: addi_apci_1564: tidy up APCI1564_EEPROM_REG bit definesH Hartley Sweeten
2015-08-14staging: comedi: addi_apci_1564: define the APCI1564_DI_IRQ_REG bitsH Hartley Sweeten
2015-08-14staging: comedi: addi_apci_1564: define the APCI1564_DO_IRQ_REG bitsH Hartley Sweeten
2015-08-14staging: comedi: addi_apci_1564: define the APCI1564_DO_INT_STATUS_REG bitsH Hartley Sweeten
2015-08-14staging: comedi: addi_apci_1564: define the APCI1564_DO_INT_CTRL_REG bitsH Hartley Sweeten
2015-08-14staging: comedi: hwdrv_apci1564: remove unused definesH Hartley Sweeten
2015-08-14staging: comedi: addi_tcw.h: prefer using the BIT macroH Hartley Sweeten
2015-08-14staging: comedi: serial2002: Use monotonic clockAbhilash Jindal