milos-linux/drivers/comedi
Ian Abbott e2b311504a comedi: rti800: Add sanity checks for I/O base address
The "rti800" driver uses an admin-supplied configuration option
(`it->options[0]`) to configure the I/O port base address of a RTI-800
or RTI-815 board.  It currently allows any base address to be configured
but the hardware only supports base addresses (configured by on-board
DIP switches) in the range 0 to 0x3F0 on 16-byte boundaries.

Add a sanity check to ensure the device is not configured at an
unsupported base address.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Link: https://patch.msgid.link/20260130170416.49994-45-abbotti@mev.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2026-04-02 15:49:40 +02:00
..
drivers comedi: rti800: Add sanity checks for I/O base address 2026-04-02 15:49:40 +02:00
kcomedilib comedi: kcomedilib: Add loop checking variants of open and close 2025-11-26 14:20:10 +01:00
comedi_buf.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
comedi_fops.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
comedi_internal.h comedi: Use reference count for asynchronous command functions 2025-11-26 14:19:41 +01:00
comedi_pci.c
comedi_pcmcia.c
comedi_usb.c
drivers.c comedi: add comedi_check_request_region() 2026-04-02 15:49:36 +02:00
Kconfig comedi: Add new driver for ADLink PCI-7250 series 2025-09-06 16:03:25 +02:00
Makefile
proc.c
range.c comedi: Fix getting range information for subdevices 16 to 255 2026-01-16 16:42:15 +01:00
TODO