aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/gpib/common/gpib_os.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-19staging: gpib: tidy-up commentsLuke Yang1-1/+1
2025-07-29Merge tag 'staging-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2025-07-10gpib: use file_inode()Al Viro1-1/+1
2025-07-09staging: gpib: Fix error code in board_type_ioctl()Harshit Mogalapalli1-1/+1
2025-06-30staging: gpib: fix unset padding field copy back to userspaceColin Ian King1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-2/+3
2025-05-21staging: gpib: switch to kmalloc(sizeof(*status))Andreas Kleinbichler1-1/+1
2025-04-18staging: gpib: Add return value to request_controlDave Penkler1-3/+1
2025-04-17staging: gpib: common: struct gpib_interfaceMichael Rubin1-2/+2
2025-04-17staging: gpib: gpib_os: u8 over uint8_tMichael Rubin1-4/+4
2025-04-15staging: gpib: common: fixes multiline comments stylePaul Retourné1-18/+29
2025-04-15staging: gpib: local_ppoll_mode_ioctl_t now shortMichael Rubin1-2/+2
2025-04-15staging: gpib: autospoll_ioctl_t now shortMichael Rubin1-1/+1
2025-04-15staging: gpib: t1_delay_ioctl_t now unsigned intMichael Rubin1-1/+1
2025-04-15staging: gpib: rsc_ioctl_t now intMichael Rubin1-1/+1
2025-04-15staging: gpib: event_ioctl_t now shortMichael Rubin1-1/+1
2025-04-15staging: gpib: Using struct gpib_request_service2Michael Rubin1-2/+2
2025-04-15staging: gpib: Using gpib_select_device_path_ioctlMichael Rubin1-3/+4
2025-04-15staging: gpib: Using struct gpib_sad_ioctlMichael Rubin1-1/+1
2025-04-15staging: gpib: Using struct gpib_pad_ioctlMichael Rubin1-1/+1
2025-04-15staging: gpib: Using struct gpib_ppoll_config_ioctl`Michael Rubin1-1/+1
2025-04-15staging: gpib: Using struct gpib_select_pci_ioctlMichael Rubin1-1/+1
2025-04-15staging: gpib: Using struct gpib_board_info_ioctlMichael Rubin1-1/+1
2025-04-15staging: gpib: Using struct gpib_spoll_bytes_ioctlMichael Rubin1-1/+1
2025-04-15staging: gpib: Using struct gpib_online_ioctlMichael Rubin1-1/+1
2025-04-15staging: gpib: Using struct gpib_wait_ioctlMichael Rubin1-1/+1
2025-04-15staging: gpib: Using struct gpib_eos_ioctlMichael Rubin1-1/+1
2025-04-15staging: gpib: Using struct gpib_serial_poll_ioctlMichael Rubin1-1/+1
2025-04-15staging: gpib: Using struct gpib_close_dev_ioctlMichael Rubin1-1/+1
2025-04-15staging: gpib: Using struct gpib_open_dev_ioctlMichael Rubin1-1/+1
2025-04-15staging: gpib: Using struct gpib_read_write_ioctlMichael Rubin1-3/+3
2025-04-15staging: gpib: Using struct gpib_board_type_ioctlMichael Rubin1-2/+3
2025-04-15staging: gpib: Remove typedef gpib_file_private_tMichael Rubin1-30/+31
2025-04-15staging: gpib: Removing typedef gpib_descriptor_tMichael Rubin1-13/+13
2025-04-15staging: gpib: Removing typedef of status_byteMichael Rubin1-4/+4
2025-04-15staging: gpib: Removing typedef gpib_status_queueMichael Rubin1-17/+17
2025-04-15staging: gpib: Removing gpib_event_t typedefMichael Rubin1-4/+4
2025-04-15staging: gpib: Removing gpib_interface_list_tMichael Rubin1-5/+5
2025-04-15staging: gpib: Removing typedef gpib_event_queueMichael Rubin1-5/+5
2025-04-15staging: gpib: common: struct gpib_board_configMichael Rubin1-14/+14
2025-04-15staging: gpib: common: lines exceeded 100 columnsMichael Rubin1-6/+10
2025-04-15staging: gpib: Correct CamelCase for EVENT enumsMichael Rubin1-3/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2025-03-20staging: gpib: change return type of t1_delay function to report errorsRodrigo Gobbi1-1/+4
2025-03-20staging: gpib: common: struct gpib_boardMichael Rubin1-98/+98
2025-02-19staging: gpib: common core console messaging cleanupDave Penkler1-78/+49
2025-01-15staging: gpib: Use C99 syntax and make staticDave Penkler1-7/+7
2025-01-15staging: gpib: Avoid plain integers as NULL pointersDave Penkler1-1/+1
2025-01-15staging: gpib: Use __user for user space pointersDave Penkler1-51/+52
2025-01-13Merge 6.13-rc7 into staging nextGreg Kroah-Hartman1-52/+2