index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
comedi
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-05
comedi: add HAS_IOPORT dependencies again
Ian Abbott
1
-1
/
+43
2023-10-05
comedi: amplc_dio200_common: Conditionally remove I/O port support
Ian Abbott
1
-0
/
+36
2023-10-05
comedi: amplc_dio200_common: Refactor register access functions
Ian Abbott
1
-14
/
+38
2023-10-05
comedi: amplc_dio200_pci: Conditionally remove devices that use port I/O
Ian Abbott
1
-1
/
+11
2023-10-05
comedi: ni_mio_common: Conditionally use I/O port or MMIO
Ian Abbott
1
-20
/
+50
2023-10-05
comedi: ni_labpc_common: Conditionally remove I/O port support
Ian Abbott
1
-0
/
+9
2023-10-05
comedi: comedi_8255: Conditionally remove I/O port support
Ian Abbott
1
-0
/
+8
2023-10-05
comedi: comedi_8255: Rework subdevice initialization functions
Ian Abbott
23
-94
/
+85
2023-10-05
comedi: 8255_pci: Conditionally remove devices that use port I/O
Ian Abbott
1
-1
/
+10
2023-10-05
comedi: comedi_8254: Conditionally remove I/O port support
Ian Abbott
1
-0
/
+8
2023-10-05
comedi: comedi_8254: Replace comedi_8254_init() and comedi_8254_mm_init()
Ian Abbott
28
-157
/
+171
2023-10-05
comedi: comedi_8254: Use a call-back function for register access
Ian Abbott
2
-55
/
+126
2023-10-05
comedi: Correct dependencies for COMEDI_NI_PCIDIO
Ian Abbott
1
-1
/
+0
2023-09-12
Revert "comedi: add HAS_IOPORT dependencies"
Ian Abbott
1
-68
/
+35
2023-06-23
comedi: make all 'class' structures const
Ivan Orlov
2
-35
/
+35
2023-05-31
comedi: add HAS_IOPORT dependencies
Niklas Schnelle
1
-35
/
+68
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2
-2
/
+2
2023-01-22
Merge 6.2-rc5 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+1
2023-01-19
comedi: adv_pci1760: Fix PWM instruction handling
Ian Abbott
1
-1
/
+1
2023-01-19
comedi: check data length for INSN_CONFIG_GET_PWM_OUTPUT
Ian Abbott
1
-0
/
+1
2023-01-19
comedi: use menuconfig for main Comedi menu
Randy Dunlap
1
-1
/
+1
2022-09-09
comedi: convert sysfs snprintf to sysfs_emit
Xuezhi Zhang
1
-4
/
+4
2022-08-05
Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2022-07-23
PCI: Move isa_dma_bridge_buggy out of asm/dma.h
Stafford Horne
1
-1
/
+1
2022-06-10
comedi: vmk80xx: fix expression for tx buffer size
Ian Abbott
1
-1
/
+1
2022-05-19
drivers: comedi: replace ternary operator with min()
Guo Zhengkui
1
-1
/
+1
2022-02-25
comedi: drivers: ni_routes: Use strcmp() instead of memcmp()
Kees Cook
1
-4
/
+2
2022-02-08
comedi: remove redundant assignment to variable buffer_config
Colin Ian King
1
-1
/
+0
2022-01-26
comedi: das16: Use struct_size() helper in comedi_alloc_spriv()
Gustavo A. R. Silva
1
-2
/
+2
2021-11-26
comedi: Move "comedi_isadma.h" to <linux/comedi/comedi_isadma.h>
Ian Abbott
10
-131
/
+9
2021-11-26
comedi: Move "comedi_8254.h" to <linux/comedi/comedi_8254.h>
Ian Abbott
28
-172
/
+27
2021-11-26
comedi: Move and rename "8255.h" to <linux/comedi/comedi_8255.h>
Ian Abbott
27
-78
/
+26
2021-11-26
comedi: ni_routing: tools: Update due to moved COMEDI headers
Ian Abbott
2
-11
/
+19
2021-11-26
comedi: Move the main COMEDI headers
Ian Abbott
145
-2999
/
+143
2021-10-30
comedi: dt9812: fix DMA buffers on stack
Johan Hovold
1
-29
/
+86
2021-10-30
comedi: ni_usb6501: fix NULL-deref in command paths
Johan Hovold
1
-0
/
+10
2021-10-26
comedi: vmk80xx: fix bulk and interrupt message timeouts
Johan Hovold
1
-5
/
+7
2021-10-26
comedi: vmk80xx: fix bulk-buffer overflow
Johan Hovold
1
-9
/
+7
2021-10-26
comedi: vmk80xx: fix transfer-buffer overflows
Johan Hovold
1
-2
/
+4
2021-09-21
comedi: Fix memory leak in compat_insnlist()
Ian Abbott
1
-0
/
+1
2021-07-06
Merge tag 'staging-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-15
/
+0
2021-05-21
comedi: drivers: comedi_isadma: Fix misspelling of 'dma_chan1'
Lee Jones
1
-1
/
+1
2021-05-21
comedi: drivers: ni_routes: Demote non-conforming kernel-doc headers
Lee Jones
1
-3
/
+3
2021-05-21
comedi: drivers: ni_tio: Fix slightly broken kernel-doc and demote others
Lee Jones
1
-6
/
+6
2021-05-21
comedi: comedi_8254: Fix descriptions for 'i8254' and 'iobase'
Lee Jones
1
-1
/
+2
2021-05-19
staging: comedi: Remove unused variable ‘min_full_scale’ and function 'ge...
Bixuan Cui
1
-15
/
+0
2021-05-13
comedi: remove editor modelines and cruft (again)
Masahiro Yamada
40
-46
/
+0
2021-04-15
staging: comedi: move out of staging directory
Greg Kroah-Hartman
215
-0
/
+132818