aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/gpib
AgeCommit message (Expand)AuthorFilesLines
2024-12-21staging: gpib: Fix allyesconfig build failuresSteven Rostedt2-2/+2
2024-12-04staging: gpib: Fix i386 build issueDave Penkler1-0/+4
2024-12-04staging: gpib: Fix faulty workaround for assignment in ifDave Penkler1-1/+1
2024-12-04staging: gpib: Workaround for ppc build failureDave Penkler1-1/+1
2024-12-04staging: gpib: Make GPIB_NI_PCI_ISA depend on HAS_IOPORTNathan Chancellor1-0/+1
2024-11-10Staging: gpib: gpib_os.c - Remove unnecessary OOM messageOmer Faruk BULUT1-3/+2
2024-11-10staging: gpib: avoid unintended sign extensionKees Bakker1-4/+4
2024-11-07staging: gpib: Correct check for max secondary addressDave Penkler3-6/+7
2024-11-07staging: gpib: Re-order the lookup tablesDave Penkler1-3/+3
2024-11-07staging: gpib: Remove GPIO14 and GPIO15 lines in lookup tablesDave Penkler1-4/+0
2024-11-07staging: gpib: Remove unneeded lookup tableDave Penkler1-33/+0
2024-11-07staging: gpib: Fix KconfigDave Penkler1-2/+2
2024-11-07staging: gpib: Use dev_xxx for messagingDave Penkler1-28/+42
2024-11-07staging: gpib: Add comment for mutex defineDave Penkler1-1/+1
2024-11-07staging: gpib: Fix MODULES_DESCRIPTIONDave Penkler1-1/+1
2024-11-07staging: gpib: Update messaging and usb_device refs in agilent_usbDave Penkler1-113/+144
2024-11-07staging: gpib: Update messaging and usb_device refs in ni_usbDave Penkler1-172/+204
2024-11-07staging: gpib: Replace custom debug with dev_dbgDave Penkler14-158/+147
2024-11-07staging: gpib: Fix buffer overflow in ni_usb_initDave Penkler1-1/+1
2024-11-04staging: gpib: Add TODO fileDominik Karol PiÄ…tkowski1-0/+21
2024-10-19staging: gpib: Change return type and error code of fmh_gpib_get_dma_residue()Everest K.C.1-3/+3
2024-10-19staging: gpib: fix uninitialized variable in usb_gpib_command()Dan Carpenter1-0/+1
2024-10-19staging: gpib: replace dump function by print_hex_dumpKees Bakker2-26/+2
2024-10-19staging: gpib: fmh_gpib: Fix typoDominik Karol PiÄ…tkowski1-1/+1
2024-10-19staging: gpib: Change return type and error code of fluke_get_dma_residueEverest K.C.1-3/+3
2024-10-19staging: gpib: cb7210: select NEC7210 libraryArnd Bergmann1-0/+1
2024-10-19staging: gpib: use proper format string in request_moduleArnd Bergmann1-3/+1
2024-10-19staging: gpib: add bus specific Kconfig dependenciesArnd Bergmann1-2/+15
2024-10-19staging: gpib: make port I/O code conditionalArnd Bergmann3-18/+24
2024-10-19staging: gpib: pc2: avoid calling undefined dma_free()Arnd Bergmann1-0/+4
2024-10-19staging: gpib: avoid unused const variablesArnd Bergmann10-26/+33
2024-10-19staging: gpib: add module descriptionsArnd Bergmann15-0/+15
2024-10-17staging: gpib: Replace kmalloc/memset with kzalloc.Rohit Chavan8-17/+8
2024-10-17staging: gpib: Remove unneeded semicolon.Rohit Chavan2-3/+3
2024-10-16staging: gpib: Remove unused valueEverest K.C.1-1/+0
2024-10-16staging: gpib: fmh: Drop residue from fmh_gpid_fifo_read_countable()Nathan Chancellor1-5/+4
2024-10-16staging: gpib: Fix PCI header include guardNathan Chancellor1-1/+1
2024-10-16staging: gpib: Move free after the variable use has been completedEverest K.C.1-1/+1
2024-10-16staging: gpib: mark FMH driver as brokenGreg Kroah-Hartman1-0/+1
2024-10-14staging: gpib: mark HP82341 driver as brokenGreg Kroah-Hartman1-0/+1
2024-10-10staging: gpib: disable CONFIG_GPIB_KERNEL_DEBUGGreg Kroah-Hartman1-0/+1
2024-10-10staging: gpib: Add KBUILD files for GPIB driversDave Penkler2-0/+265
2024-10-10staging: gpib: Add TNT4882 chip based GPIB driverDave Penkler4-0/+2345
2024-10-10staging: gpib: Add pc2 GPIB driverDave Penkler2-0/+656
2024-10-10staging: gpib: Add National Instruments USB GPIB driverDave Penkler3-0/+2840
2024-10-10staging: gpib: Add LPVO DIY USB GPIB driverDave Penkler2-0/+2138
2024-10-10staging: gpib: Add ines GPIB driverDave Penkler3-0/+1684
2024-10-10staging: gpib: Add hp82341x GPIB driverDave Penkler3-0/+1105
2024-10-10staging: gpib: Add hp82335x GPIB driverDave Penkler3-0/+449
2024-10-10staging: gpib: Add gpio bitbang GPIB driverDave Penkler2-0/+1517