summaryrefslogtreecommitdiff
path: root/drivers/staging/gpib/ni_usb
AgeCommit message (Expand)AuthorFilesLines
2025-07-24staging: gpib: Add init response codes for new ni-usb-hs+Dave Penkler1-7/+7
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+2
2025-04-18staging: gpib: Add return value to request_controlDave Penkler1-4/+4
2025-04-17staging: gpib: ni_usb: struct gpib_interfaceMichael Rubin1-1/+1
2025-04-17staging: gpib: ni_usb: u8 over uint8_tMichael Rubin1-8/+8
2025-04-15staging: gpib: ni_usb: fixes multiline comments stylePaul Retourné2-25/+47
2025-04-15staging: gpib: ni_usb: struct gpib_board_configMichael Rubin1-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-4/+4
2025-03-20staging: gpib: change return type of t1_delay function to report errorsRodrigo Gobbi1-2/+2
2025-03-20staging: gpib: ni_usb_gpib: struct gpib_boardMichael Rubin1-35/+35
2025-03-20staging: gpib: Correct CamelCase for VALID enumsMichael Rubin1-1/+1
2025-03-20staging: gpib: Correct CamelCase for BUS constantsMichael Rubin1-8/+8
2025-03-20staging: gpib: Fix Oops after disconnect in ni_usbDave Penkler1-20/+73
2025-02-19staging: gpib: ni_usb: remove unused variableGaston Gonzalez1-2/+1
2025-02-19staging: gpib: ni_usb console messaging cleanupDave Penkler1-236/+189
2025-01-13staging: gpib: Add missing mutex unlock in ni usb driverDave Penkler1-1/+3
2025-01-13staging: gpib: Modernize gpib_interface_t initialization and make staticDave Penkler1-27/+27
2025-01-13Merge 6.13-rc7 into staging nextGreg Kroah-Hartman1-1/+1
2025-01-07staging: gpib: ni_usb: Handle gpib_register_driver() errorsNihar Chaithanya1-2/+13
2024-12-20staging: gpib: Replace semaphore with completion for one-time signalingSantosh Mahto2-9/+9
2024-12-20staging: gpib: fix MakefilesArnd Bergmann1-1/+1
2024-11-07staging: gpib: Update messaging and usb_device refs in ni_usbDave Penkler1-172/+204
2024-11-07staging: gpib: Fix buffer overflow in ni_usb_initDave Penkler1-1/+1
2024-10-19staging: gpib: replace dump function by print_hex_dumpKees Bakker1-13/+1
2024-10-19staging: gpib: add module descriptionsArnd Bergmann1-0/+1
2024-10-16staging: gpib: Remove unused valueEverest K.C.1-1/+0
2024-10-16staging: gpib: Move free after the variable use has been completedEverest K.C.1-1/+1
2024-10-10staging: gpib: Add National Instruments USB GPIB driverDave Penkler3-0/+2840