summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers
AgeCommit message (Expand)Author
2019-04-27staging: comedi: vmk80xx: Fix possible double-free of ->usb_rx_bufIan Abbott
2019-04-27staging: comedi: vmk80xx: Fix use of uninitialized semaphoreIan Abbott
2019-04-03staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtestIan Abbott
2019-03-10staging: comedi: ni_660x: fix missing break in switch statementGustavo A. R. Silva
2018-08-08staging: comedi: ni_mio_common: fix subdevice flags for PFI subdeviceIan Abbott
2018-08-01staging: comedi: drop serial2002 driverGreg Kroah-Hartman
2018-07-11staging: comedi: remove redundant variable segposColin Ian King
2018-07-02Merge 4.18-rc3 into staging-nextGreg Kroah-Hartman
2018-06-25staging: comedi: quatech_daqp_cs: fix no-op loop daqp_ao_insn_write()Dan Carpenter
2018-06-17staging: comedi: drivers: ni_mio_common: add names to function pointer parame...Giulio Benetti
2018-06-17staging: comedi: drivers: cb_pcimdda: fix warning on quoted string split acro...Giulio Benetti
2018-06-17staging: comedi: drivers: daqboard2000: make bool bit-field unsigned int bit-...Giulio Benetti
2018-06-17staging: comedi: drivers: amplc_pci230: make bool bit-field unsigned int bit-...Giulio Benetti
2018-06-17staging: comedi: drivers: amplc_dio200_common: make bool bit-field unsigned i...Giulio Benetti
2018-06-17staging: comedi: drivers: amplc_dio200: make bool bit-field unsigned int bit-...Giulio Benetti
2018-06-09Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig
2018-04-23staging: comedi: cb_pcidas64: fix alignment of function parametersGabriel Francisco Mandaji
2018-03-29staging: comedi: s626: Use Preferred kernel typePaul McQuade
2018-03-23Staging: comedi: fix multiple line dereference coding style issue in cb_pcida...Jian Zhang
2018-03-23staging: comedi: cb_pcidas64: Fix external_ai_queue_in_use()Ian Abbott
2018-03-23Revert "staging: comedi: cb_pcidas64: change params to external_ai_queue_in_u...Ian Abbott
2018-03-19staging: comedi: ni_mio_common: ack ai fifo error interrupts.Frank Mori Hess
2018-03-19Staging: comedi: drivers: ni_atmio.c: fixed multi-line derefernce issuePratik Jain
2018-03-14staging: comedi: adl_pci6208: remove redundant initialization of 'val'Colin Ian King
2018-03-06staging: comedi: Replace "dont" with "don'tArushi Singhal
2018-02-22staging: comedi: Use '"%s:", __func__' instead of function nameEisha Chen-yen-su
2018-02-22staging: comedi: Remove a "tracing" callEisha Chen-yen-su
2018-02-19staging: comedi: Use '"%s:", __func__' instead of function nameEisha Chen-yen-su
2018-02-19staging: comedi: Add a missing spaceEisha Chen-yen-su
2018-02-19staging: comedi: Remove a newline inside a dereferenceEisha Chen-yen-su
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-23staging: comedi: dt2811: remove redundant initialization of 'ns'Colin Ian King
2018-01-08staging: comedi: adv_pci1760: fix typo in commentsRichard Sudaryono
2017-12-19staging: comedi: s626.c - fix multiline dereferenceRoman Lakeev
2017-12-13Staging: comedi: drivers: serial2002 fixed a blank line coding styleVikash Kesarwani
2017-12-06Merge Linus's staging merge point into staging-nextGreg Kroah-Hartman
2017-11-28staging: comedi: ni_atmio: fix license warning.Matthew Giassa
2017-11-28staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman
2017-11-27anntotate the places where ->poll() return values goAl Viro
2017-11-27staging: comedi: usbdux: remove redundant initialization of valColin Ian King
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-18staging: comedi: adv_pci_dio: update for PCI-1761Anton Dozenko
2017-10-18staging: comedi: dt282x: fix IRQ assignment for dev->irq.Arvind Yadav
2017-10-18staging: comedi: s526: mark expected switch fall-throughGustavo A. R. Silva
2017-10-18staging/comedi: Convert timers to use timer_setup()Kees Cook