| Commit message (Expand) | Author | Age | Files | Lines |
* | staging: comedi: drivers: fix spelling mistake "to" -> "too" | Colin Ian King | 2020-01-23 | 1 | -1/+1 |
* | staging: comedi: ni_routes: allow partial routing information | Ian Abbott | 2020-01-15 | 1 | -6/+3 |
* | staging: comedi: ni_routes: fix null dereference in ni_find_route_source() | Ian Abbott | 2020-01-15 | 1 | -0/+3 |
* | staging: comedi: adv_pci1710: fix AI channels 16-31 for PCI-1713 | Ian Abbott | 2020-01-03 | 1 | -2/+2 |
* | staging: comedi: gsc_hpdi: check dma_alloc_coherent() return value | Ian Abbott | 2019-12-17 | 1 | -0/+10 |
* | staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding error | Bernd Porr | 2019-11-22 | 1 | -7/+14 |
* | staging: comedi: remove unused variable 'route_table_size' | YueHaibing | 2019-10-24 | 1 | -2/+0 |
* | staging: comedi: Remove set but not used variable 'aref' | zhengbin | 2019-10-08 | 1 | -2/+1 |
* | staging: comedi: ni_mio_common: Fix a typo in ni_mio_common.c | Masanari Iida | 2019-08-21 | 1 | -1/+1 |
* | Merge 5.3-rc5 into staging-next | Greg Kroah-Hartman | 2019-08-19 | 1 | -4/+4 |
|\ |
|
| * | staging: comedi: dt3000: Fix rounding up of timer divisor | Ian Abbott | 2019-08-12 | 1 | -3/+3 |
| * | staging: comedi: dt3000: Fix signed integer overflow 'divider * base' | Ian Abbott | 2019-08-12 | 1 | -1/+1 |
* | | staging: comedi: usbduxsigma: remove redundant assignment to variable fx2delay | Colin Ian King | 2019-08-15 | 1 | -1/+1 |
* | | staging: comedi: daqboard2000: Remove function db2k_initialize_dac() | Nishka Dasgupta | 2019-07-25 | 1 | -6/+1 |
|/ |
|
* | staging: comedi: mite: Replace function mite_request_channel_in_range() | Nishka Dasgupta | 2019-07-03 | 1 | -17/+10 |
* | staging: comedi: amplc_dio200: Remove function gat_sce() | Nishka Dasgupta | 2019-07-03 | 1 | -7/+1 |
* | staging: comedi: amplc_dio200: Remove function clk_sce() | Nishka Dasgupta | 2019-07-03 | 1 | -7/+1 |
* | staging: comedi: dt282x: fix a null pointer deref on interrupt | Ian Abbott | 2019-07-01 | 1 | -1/+2 |
* | staging: comedi: amplc_pci230: fix null pointer deref on interrupt | Ian Abbott | 2019-07-01 | 1 | -1/+2 |
* | staging: comedi: use dma_mmap_coherent for DMA-able buffer mmap | Ian Abbott | 2019-06-26 | 2 | -64/+125 |
* | staging: comedi: usbdux: remove redundant initialization of fx2delay | Colin Ian King | 2019-06-18 | 1 | -1/+1 |
* | Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-05-07 | 24 | -171/+245 |
|\ |
|
| * | staging: comedi: comedi_isadma: Use a non-NULL device for DMA API | Ian Abbott | 2019-04-27 | 2 | -2/+18 |
| * | Merge 5.1-rc6 into staging-next | Greg Kroah-Hartman | 2019-04-21 | 2 | -11/+7 |
| |\ |
|
| * | | staging: comedi: use help instead of ---help--- in Kconfig | Moses Christopher | 2019-04-19 | 1 | -127/+127 |
| * | | staging: comedi: dt9812: Call mutex_destroy() on private mutex | Ian Abbott | 2019-04-19 | 1 | -4/+1 |
| * | | staging: comedi: ni_usb6501: Call mutex_destroy() on private mutex | Ian Abbott | 2019-04-19 | 1 | -3/+1 |
| * | | staging: comedi: usbdux: Call mutex_destroy() on private mutex | Ian Abbott | 2019-04-19 | 1 | -0/+2 |
| * | | staging: comedi: usbduxfast: Call mutex_destroy() on private mutex | Ian Abbott | 2019-04-19 | 1 | -0/+2 |
| * | | staging: comedi: usbduxsigma: Call mutex_destroy() on private mutex | Ian Abbott | 2019-04-19 | 1 | -0/+2 |
| * | | staging: comedi: Add lockdep_assert_held() calls for dev->attach_lock | Ian Abbott | 2019-04-19 | 1 | -0/+1 |
| * | | staging: comedi: Add lockdep_assert_held() calls for dev->mutex | Ian Abbott | 2019-04-19 | 3 | -0/+41 |
| * | | staging: comedi: don't release mutex too early in comedi_auto_config() | Ian Abbott | 2019-04-19 | 1 | -1/+2 |
| * | | staging: comedi: dyna_pci10xx: Set number of AO channels to 1 | Ian Abbott | 2019-04-17 | 1 | -1/+1 |
| * | | staging: comedi: dyna_pci10xx: Don't bother configuring len_chanlist | Ian Abbott | 2019-04-17 | 1 | -4/+0 |
| * | | staging: comedi: adv_pci1710: fix spelling mistake: "droput" -> "dropout" | Colin Ian King | 2019-04-16 | 1 | -1/+1 |
| * | | staging: comedi: dt2811: Fix spelling mistake | Hariprasad Kelam | 2019-04-16 | 1 | -1/+1 |
| * | | staging: comedi: dyna_pci10xx: remove set but not used variables 'chan' and r... | YueHaibing | 2019-04-16 | 1 | -4/+0 |
| * | | staging: comedi: quatec_daqp_cs: add proper SPDX identifier to driver | Greg Kroah-Hartman | 2019-04-03 | 1 | -0/+1 |
| * | | staging: add missing SPDX lines to Makefile files | Greg Kroah-Hartman | 2019-04-03 | 2 | -0/+2 |
| * | | staging: add missing SPDX lines to Kconfig files | Greg Kroah-Hartman | 2019-04-03 | 1 | -0/+1 |
| * | | staging: comedi: Prefer using BIT macro in various files. | Sanjana Sanikommu | 2019-04-01 | 6 | -8/+8 |
| * | | staging: comedi: use !x in place of NULL comparison | Payal Kshirsagar | 2019-04-01 | 1 | -1/+1 |
| * | | Merge 5.1-rc3 into staging-next | Greg Kroah-Hartman | 2019-04-01 | 3 | -7/+38 |
| |\ \ |
|
| * | | | staging: comedi: ni_tio: Use data[insn->n-1] in ni_tio_insn_write() | Ian Abbott | 2019-03-29 | 1 | -6/+8 |
| * | | | Staging: comedi: ni_mio_common.c: Added blank line after declarations | Arash Fotouhi | 2019-03-22 | 1 | -0/+2 |
| * | | | staging: comedi: ni_mio_common: use insn->n in ni_m_series_eeprom_insn_read() | Ian Abbott | 2019-03-20 | 1 | -2/+4 |
| * | | | staging: comedi: ni_mio_common: use insn->n in ni_eeprom_insn_read() | Ian Abbott | 2019-03-20 | 1 | -2/+8 |
| * | | | staging: comedi: ni_mio_common: use insn->n in ni_calib_insn_read() | Ian Abbott | 2019-03-20 | 1 | -2/+4 |
| * | | | staging: comedi: ni_mio_common: Use insn->n in ni_calib_insn_write() | Ian Abbott | 2019-03-20 | 1 | -2/+6 |