summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-091-3/+3
|\
| * staging: comedi: cb_pcidas64: fix alignment of function parametersGabriel Francisco Mandaji2018-04-231-3/+3
* | fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig2018-05-261-2/+2
|/
* staging: comedi: s626: Use Preferred kernel typePaul McQuade2018-03-291-4/+4
* Staging: comedi: fix multiple line dereference coding style issue in cb_pcida...Jian Zhang2018-03-231-9/+10
* staging: comedi: cb_pcidas64: Fix external_ai_queue_in_use()Ian Abbott2018-03-231-1/+1
* Revert "staging: comedi: cb_pcidas64: change params to external_ai_queue_in_u...Ian Abbott2018-03-231-6/+4
* staging: comedi: ni_mio_common: ack ai fifo error interrupts.Frank Mori Hess2018-03-191-0/+2
* Staging: comedi: drivers: ni_atmio.c: fixed multi-line derefernce issuePratik Jain2018-03-191-4/+5
* staging: comedi: adl_pci6208: remove redundant initialization of 'val'Colin Ian King2018-03-141-2/+1
* staging: comedi: Replace "dont" with "don'tArushi Singhal2018-03-063-3/+3
* staging: comedi: Use '"%s:", __func__' instead of function nameEisha Chen-yen-su2018-02-222-4/+6
* staging: comedi: Remove a "tracing" callEisha Chen-yen-su2018-02-221-1/+0
* staging: comedi: Use '"%s:", __func__' instead of function nameEisha Chen-yen-su2018-02-191-1/+1
* staging: comedi: Add a missing spaceEisha Chen-yen-su2018-02-191-1/+1
* staging: comedi: Remove a newline inside a dereferenceEisha Chen-yen-su2018-02-191-5/+4
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-01143-1324/+151
|\
| * staging: comedi: dt2811: remove redundant initialization of 'ns'Colin Ian King2018-01-231-1/+1
| * staging: comedi: adv_pci1760: fix typo in commentsRichard Sudaryono2018-01-081-1/+1
| * staging: comedi: s626.c - fix multiline dereferenceRoman Lakeev2017-12-191-5/+4
| * Staging: comedi: drivers: serial2002 fixed a blank line coding styleVikash Kesarwani2017-12-131-0/+1
| * Merge Linus's staging merge point into staging-nextGreg Kroah-Hartman2017-12-061-0/+5
| |\
| * | staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman2017-11-28132-1315/+0
| * | staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman2017-11-28143-0/+143
| * | staging: comedi: usbdux: remove redundant initialization of valColin Ian King2017-11-271-2/+1
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-1/+1
|\ \ \ | |_|/ |/| |
| * | anntotate the places where ->poll() return values goAl Viro2017-11-271-1/+1
| |/
* | staging: comedi: ni_atmio: fix license warning.Matthew Giassa2017-11-281-0/+5
|/
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-136-26/+52
|\
| * staging: comedi: adv_pci_dio: update for PCI-1761Anton Dozenko2017-10-181-2/+24
| * staging: comedi: dt282x: fix IRQ assignment for dev->irq.Arvind Yadav2017-10-181-0/+2
| * staging: comedi: s526: mark expected switch fall-throughGustavo A. R. Silva2017-10-181-3/+2
| * staging/comedi: Convert timers to use timer_setup()Kees Cook2017-10-183-17/+22
| * staging/comedi/das16: Make timer initialization unconditionalKees Cook2017-09-221-6/+4
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-028-0/+8
|/
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-141-19/+5
|\
| * serial2002: switch serial2002_tty_write to kernel_{read/write}Christoph Hellwig2017-09-041-19/+5
* | staging: comedi: ni_mio_common.c: fix coding style issueChristopher MÃ¥rtensson2017-07-301-1/+2
|/
* staging: comedi: ni_mio_common: fix AO timer off-by-one regressionIan Abbott2017-07-161-2/+1
* Staging: comedi: ni_labpc_regs: fixed a block comment alignment issueAmisha Singh2017-06-131-1/+1
* staging: comedi: ni_labpc_isadma: fixed a comment coding style issueAdrian Stanciu2017-06-061-1/+1
* Staging: comedi: s626.c: fixed trailing */ style issueedcarter2017-06-041-3/+6
* staging: comedi: addi_apci_3xxx: check return valuePan Bian2017-04-251-0/+2
* staging: comedi: drivers: s626.c - fixed checkpatch issue about data typeAndrea della Porta2017-04-081-1/+1
* staging: comedi: amplc_pci224: convert CLK_CONFIG() macro to functionIan Abbott2017-04-081-4/+9
* staging: comedi: amplc_pci224: remove 'inline' from pci224_gat_config()Ian Abbott2017-04-081-2/+1
* staging: comedi: amplc_pci230: convert CLK_CONFIG() macro to functionIan Abbott2017-04-081-3/+6
* staging: comedi: amplc_pci230: remove 'inline' from pci230_gat_config()Ian Abbott2017-04-081-2/+1
* staging: comedi: amplc_pci224: Convert macro GAT_CONFIG to static inline func...simran singhal2017-03-141-4/+8
OpenPOWER on IntegriCloud