summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi
Commit message (Expand)AuthorAgeFilesLines
...
| * staging: comedi: comedidev.h: Fix SPDX-License-Identifier tag styleNishad Kamdar2018-05-251-1/+1
| * Staging:Comedi:comedi_compat32.c: Lindent changesPratik Jain2018-05-151-6/+6
| * staging: comedi: cb_pcidas64: fix alignment of function parametersGabriel Francisco Mandaji2018-04-231-3/+3
* | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-2/+2
|\ \
| * | fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig2018-05-261-2/+2
| |/
* / proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-17/+1Star
|/
* 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/+4Star
* 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
* Merge 4.16-rc6 into staging-nextGreg Kroah-Hartman2018-03-191-2/+1Star
|\
| * staging: comedi: fix comedi_nsamples_left.Frank Mori Hess2018-03-061-2/+1Star
* | staging: comedi: adl_pci6208: remove redundant initialization of 'val'Colin Ian King2018-03-141-2/+1Star
* | 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/+0Star
* | 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/+4Star
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-4/+4
* Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-01160-1512/+190Star
|\
| * staging: comedi: reformat lines to 80 chars or lessEujon Sellers2018-01-261-4/+8
| * 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: add identifiers to function parametersMichael Gebhard2017-12-211-18/+18
| * staging: comedi: s626.c - fix multiline dereferenceRoman Lakeev2017-12-191-5/+4Star
| * 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: Remove redundant license textGreg Kroah-Hartman2017-11-2817-170/+0Star
| * | staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman2017-11-28132-1315/+0Star
| * | staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman2017-11-28160-0/+160
| * | staging: comedi: usbdux: remove redundant initialization of valColin Ian King2017-11-271-2/+1Star
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-312-3/+3
|\ \ \ | |_|/ |/| |
| * | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
| * | 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-147-28/+54
|\
| * staging: comedi: adv_pci_dio: update for PCI-1761Anton Dozenko2017-10-182-4/+26
| * 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/+2Star
| * 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/+4Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0210-0/+10
|/
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-151-19/+5Star
|\
| * serial2002: switch serial2002_tty_write to kernel_{read/write}Christoph Hellwig2017-09-051-19/+5Star
* | staging: comedi: coding style fixes found by checkpatch.plSimo Koskinen2017-08-291-2/+2
* | Staging: comedi: comedi_fops: fix dev_err() warning styleBryan Garza2017-08-241-1/+1
* | Merge 4.13-rc5 into staging-nextGreg Kroah-Hartman2017-08-141-0/+3
|\|