Age | Commit message (Expand) | Author | Files | Lines |
2019-07-03 | staging: comedi: mite: Replace function mite_request_channel_in_range() | Nishka Dasgupta | 1 | -17/+10 |
2019-07-03 | staging: comedi: amplc_dio200: Remove function gat_sce() | Nishka Dasgupta | 1 | -7/+1 |
2019-07-03 | staging: comedi: amplc_dio200: Remove function clk_sce() | Nishka Dasgupta | 1 | -7/+1 |
2019-07-01 | staging: comedi: dt282x: fix a null pointer deref on interrupt | Ian Abbott | 1 | -1/+2 |
2019-07-01 | staging: comedi: amplc_pci230: fix null pointer deref on interrupt | Ian Abbott | 1 | -1/+2 |
2019-06-26 | staging: comedi: use dma_mmap_coherent for DMA-able buffer mmap | Ian Abbott | 2 | -64/+125 |
2019-06-18 | staging: comedi: usbdux: remove redundant initialization of fx2delay | Colin Ian King | 1 | -1/+1 |
2019-05-07 | Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 24 | -171/+245 |
2019-05-06 | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 6 | -11/+0 |
2019-04-27 | staging: comedi: comedi_isadma: Use a non-NULL device for DMA API | Ian Abbott | 2 | -2/+18 |
2019-04-21 | Merge 5.1-rc6 into staging-next | Greg Kroah-Hartman | 2 | -11/+7 |
2019-04-19 | staging: comedi: use help instead of ---help--- in Kconfig | Moses Christopher | 1 | -127/+127 |
2019-04-19 | staging: comedi: dt9812: Call mutex_destroy() on private mutex | Ian Abbott | 1 | -4/+1 |
2019-04-19 | staging: comedi: ni_usb6501: Call mutex_destroy() on private mutex | Ian Abbott | 1 | -3/+1 |
2019-04-19 | staging: comedi: usbdux: Call mutex_destroy() on private mutex | Ian Abbott | 1 | -0/+2 |
2019-04-19 | staging: comedi: usbduxfast: Call mutex_destroy() on private mutex | Ian Abbott | 1 | -0/+2 |
2019-04-19 | staging: comedi: usbduxsigma: Call mutex_destroy() on private mutex | Ian Abbott | 1 | -0/+2 |
2019-04-19 | staging: comedi: Add lockdep_assert_held() calls for dev->attach_lock | Ian Abbott | 1 | -0/+1 |
2019-04-19 | staging: comedi: Add lockdep_assert_held() calls for dev->mutex | Ian Abbott | 3 | -0/+41 |
2019-04-19 | staging: comedi: don't release mutex too early in comedi_auto_config() | Ian Abbott | 1 | -1/+2 |
2019-04-17 | staging: comedi: dyna_pci10xx: Set number of AO channels to 1 | Ian Abbott | 1 | -1/+1 |
2019-04-17 | staging: comedi: dyna_pci10xx: Don't bother configuring len_chanlist | Ian Abbott | 1 | -4/+0 |
2019-04-17 | staging: comedi: ni_usb6501: Fix possible double-free of ->usb_rx_buf | Ian Abbott | 1 | -3/+1 |
2019-04-17 | staging: comedi: ni_usb6501: Fix use of uninitialized mutex | Ian Abbott | 1 | -3/+3 |
2019-04-16 | staging: comedi: vmk80xx: Fix possible double-free of ->usb_rx_buf | Ian Abbott | 1 | -3/+1 |
2019-04-16 | staging: comedi: vmk80xx: Fix use of uninitialized semaphore | Ian Abbott | 1 | -2/+2 |
2019-04-16 | staging: comedi: adv_pci1710: fix spelling mistake: "droput" -> "dropout" | Colin Ian King | 1 | -1/+1 |
2019-04-16 | staging: comedi: dt2811: Fix spelling mistake | Hariprasad Kelam | 1 | -1/+1 |
2019-04-16 | staging: comedi: dyna_pci10xx: remove set but not used variables 'chan' and r... | YueHaibing | 1 | -4/+0 |
2019-04-08 | drivers: Remove explicit invocations of mmiowb() | Will Deacon | 6 | -11/+0 |
2019-04-03 | staging: comedi: quatec_daqp_cs: add proper SPDX identifier to driver | Greg Kroah-Hartman | 1 | -0/+1 |
2019-04-03 | staging: add missing SPDX lines to Makefile files | Greg Kroah-Hartman | 2 | -0/+2 |
2019-04-03 | staging: add missing SPDX lines to Kconfig files | Greg Kroah-Hartman | 1 | -0/+1 |
2019-04-01 | staging: comedi: Prefer using BIT macro in various files. | Sanjana Sanikommu | 6 | -8/+8 |
2019-04-01 | staging: comedi: use !x in place of NULL comparison | Payal Kshirsagar | 1 | -1/+1 |
2019-04-01 | Merge 5.1-rc3 into staging-next | Greg Kroah-Hartman | 3 | -7/+38 |
2019-03-29 | staging: comedi: ni_tio: Use data[insn->n-1] in ni_tio_insn_write() | Ian Abbott | 1 | -6/+8 |
2019-03-22 | Staging: comedi: ni_mio_common.c: Added blank line after declarations | Arash Fotouhi | 1 | -0/+2 |
2019-03-20 | staging: comedi: ni_mio_common: use insn->n in ni_m_series_eeprom_insn_read() | Ian Abbott | 1 | -2/+4 |
2019-03-20 | staging: comedi: ni_mio_common: use insn->n in ni_eeprom_insn_read() | Ian Abbott | 1 | -2/+8 |
2019-03-20 | staging: comedi: ni_mio_common: use insn->n in ni_calib_insn_read() | Ian Abbott | 1 | -2/+4 |
2019-03-20 | staging: comedi: ni_mio_common: Use insn->n in ni_calib_insn_write() | Ian Abbott | 1 | -2/+6 |
2019-03-18 | staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtest | Ian Abbott | 3 | -7/+38 |
2019-02-26 | staging: comedi: ni_tio: Allocate shadow regs for each counter chip | Ian Abbott | 2 | -28/+47 |
2019-02-13 | staging: comedi: ni_660x: fix missing break in switch statement | Gustavo A. R. Silva | 1 | -0/+1 |
2019-02-04 | staging: comedi: comedi_fops.c: Remove redundant blank line | Sandesh Kenjana Ashok | 1 | -1/+0 |
2019-01-18 | staging: comedi: Removed not necessary braces for single block | Jitendra Khasdev | 1 | -2/+2 |
2019-01-15 | staging: comedi: ni_pcidio: make defines uppercase | Alexander Schroth | 1 | -221/+223 |
2019-01-07 | staging: comedi: fix typo | Matteo Croce | 1 | -1/+1 |
2019-01-07 | staging: comedi: cb_pcimdas.c: fixed an alignment coding style issue | William Mitchell Jr | 1 | -3/+3 |