aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds7-28/+54
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman10-0/+10
2017-10-18staging: comedi: adv_pci_dio: update for PCI-1761Anton Dozenko2-4/+26
2017-10-18staging: comedi: dt282x: fix IRQ assignment for dev->irq.Arvind Yadav1-0/+2
2017-10-18staging: comedi: s526: mark expected switch fall-throughGustavo A. R. Silva1-3/+2
2017-10-18staging/comedi: Convert timers to use timer_setup()Kees Cook3-17/+22
2017-09-22staging/comedi/das16: Make timer initialization unconditionalKees Cook1-6/+4
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-19/+5
2017-09-04serial2002: switch serial2002_tty_write to kernel_{read/write}Christoph Hellwig1-19/+5
2017-08-29staging: comedi: coding style fixes found by checkpatch.plSimo Koskinen1-2/+2
2017-08-23Staging: comedi: comedi_fops: fix dev_err() warning styleBryan Garza1-1/+1
2017-08-14Merge 4.13-rc5 into staging-nextGreg Kroah-Hartman1-0/+3
2017-07-30staging: comedi: comedi_fops: do not call blocking ops when !TASK_RUNNINGIan Abbott1-0/+3
2017-07-30staging: comedi: ni_mio_common.c: fix coding style issueChristopher MÃ¥rtensson1-1/+2
2017-07-23Merge 4.13-rc2 into staging-nextGreg Kroah-Hartman1-2/+1
2017-07-16staging: comedi: ni_mio_common: fix AO timer off-by-one regressionIan Abbott1-2/+1
2017-07-16staging: comedi: Use offset_in_page macroAmitoj Kaur Chawla1-1/+1
2017-06-24staging: comedi: use centralized error clean-up in comedi_init()Ian Abbott1-21/+22
2017-06-24staging: comedi: fix clean-up of comedi_class in comedi_init()Ian Abbott1-0/+1
2017-06-13Staging: comedi: ni_labpc_regs: fixed a block comment alignment issueAmisha Singh1-1/+1
2017-06-06staging: comedi: ni_labpc_isadma: fixed a comment coding style issueAdrian Stanciu1-1/+1
2017-06-04Staging: comedi: s626.c: fixed trailing */ style issueedcarter1-3/+6
2017-04-25staging: comedi: addi_apci_3xxx: check return valuePan Bian1-0/+2
2017-04-25staging: comedi: support vm_access_process for mmap'd bufferIan Abbott3-0/+41
2017-04-08staging: comedi: drivers: s626.c - fixed checkpatch issue about data typeAndrea della Porta1-1/+1
2017-04-08staging: comedi: amplc_pci224: convert CLK_CONFIG() macro to functionIan Abbott1-4/+9
2017-04-08staging: comedi: amplc_pci224: remove 'inline' from pci224_gat_config()Ian Abbott1-2/+1
2017-04-08staging: comedi: amplc_pci230: convert CLK_CONFIG() macro to functionIan Abbott1-3/+6
2017-04-08staging: comedi: amplc_pci230: remove 'inline' from pci230_gat_config()Ian Abbott1-2/+1
2017-04-08staging: comedi: labpc: fix isadma dependencyArnd Bergmann1-1/+3
2017-03-14staging: comedi: amplc_pci224: Convert macro GAT_CONFIG to static inline functionsimran singhal1-4/+8
2017-03-14staging: comedi: Compress return logic into one line.Varsha Rao1-3/+1
2017-03-12staging: comedi: jr3_pci: change module descriptionIan Abbott1-1/+1
2017-03-12staging: comedi: jr3_pci: fix initial range[8] max valueIan Abbott1-1/+1
2017-03-12staging: comedi: jr3_pci: check PCI BAR 0 sizeIan Abbott1-0/+3
2017-03-12staging: comedi: jr3_pci: check sizes at compile timeIan Abbott1-6/+1
2017-03-12staging: comedi: jr3_pci: omit pointless debug infoIan Abbott1-7/+2
2017-03-12staging: comedi: jr3_pci: use struct jr3_block instead of jr3_tIan Abbott2-16/+12
2017-03-12staging: comedi: jr3_pci: separate out block typeIan Abbott1-8/+10
2017-03-12staging: comedi: jr3_pci: rename 'channel' to 'block'Ian Abbott2-6/+6
2017-03-12staging: comedi: jr3_pci: rename data to sensorIan Abbott2-6/+6
2017-03-12staging: comedi: jr3_pci: rename channel to sensorIan Abbott1-77/+75
2017-03-12staging: comedi: jr3_pci: rename struct jr3_channel to jr3_sensorIan Abbott2-16/+16
2017-03-09staging: comedi: Remove useless cast.Varsha Rao1-1/+1
2017-03-09staging: comedi: ni_atmio: make device_ids constIan Abbott1-1/+1
2017-03-09staging: comedi: allow it to be built-inIan Abbott1-1/+0
2017-03-09Staging: comedi: comedi_fops: Change comedi_num_legacy_minors typeCheah Kok Cheong1-4/+3
2017-03-07staging: comedi: Replace "is is" with "is"simran singhal1-1/+1
2017-03-06Staging: comedi: drivers: comedi_test: Avoid multiple line dereferenceCheah Kok Cheong1-4/+4
2017-03-06staging: comedi: Using macro DIV_ROUND_UPsimran singhal2-2/+2