summaryrefslogtreecommitdiff
path: root/drivers/staging/gpib/common
AgeCommit message (Expand)Author
2025-07-10gpib: use file_inode()Al Viro
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-06Merge tag 'staging-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-05-21staging: gpib: switch to kmalloc(sizeof(*status))Andreas Kleinbichler
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar
2025-04-18staging: gpib: Add return value to request_controlDave Penkler
2025-04-17staging: gpib: common: struct gpib_interfaceMichael Rubin
2025-04-17staging: gpib: gpib_os: u8 over uint8_tMichael Rubin
2025-04-15staging: gpib: common: fixes multiline comments stylePaul Retourné
2025-04-15staging: gpib: local_ppoll_mode_ioctl_t now shortMichael Rubin
2025-04-15staging: gpib: autospoll_ioctl_t now shortMichael Rubin
2025-04-15staging: gpib: t1_delay_ioctl_t now unsigned intMichael Rubin
2025-04-15staging: gpib: rsc_ioctl_t now intMichael Rubin
2025-04-15staging: gpib: event_ioctl_t now shortMichael Rubin
2025-04-15staging: gpib: Using struct gpib_request_service2Michael Rubin
2025-04-15staging: gpib: Using gpib_select_device_path_ioctlMichael Rubin
2025-04-15staging: gpib: Using struct gpib_sad_ioctlMichael Rubin
2025-04-15staging: gpib: Using struct gpib_pad_ioctlMichael Rubin
2025-04-15staging: gpib: Using struct gpib_ppoll_config_ioctl`Michael Rubin
2025-04-15staging: gpib: Using struct gpib_select_pci_ioctlMichael Rubin
2025-04-15staging: gpib: Using struct gpib_board_info_ioctlMichael Rubin
2025-04-15staging: gpib: Using struct gpib_spoll_bytes_ioctlMichael Rubin
2025-04-15staging: gpib: Using struct gpib_online_ioctlMichael Rubin
2025-04-15staging: gpib: Using struct gpib_wait_ioctlMichael Rubin
2025-04-15staging: gpib: Using struct gpib_eos_ioctlMichael Rubin
2025-04-15staging: gpib: Using struct gpib_serial_poll_ioctlMichael Rubin
2025-04-15staging: gpib: Using struct gpib_close_dev_ioctlMichael Rubin
2025-04-15staging: gpib: Using struct gpib_open_dev_ioctlMichael Rubin
2025-04-15staging: gpib: Using struct gpib_read_write_ioctlMichael Rubin
2025-04-15staging: gpib: Using struct gpib_board_type_ioctlMichael Rubin
2025-04-15staging: gpib: ibsys: u8 over uint8_tMichael Rubin
2025-04-15staging: gpib: Remove typedef gpib_file_private_tMichael Rubin
2025-04-15staging: gpib: Removing typedef gpib_descriptor_tMichael Rubin
2025-04-15staging: gpib: Removing typedef of status_byteMichael Rubin
2025-04-15staging: gpib: Removing typedef gpib_status_queueMichael Rubin
2025-04-15staging: gpib: Removing gpib_event_t typedefMichael Rubin
2025-04-15staging: gpib: Removing gpib_interface_list_tMichael Rubin
2025-04-15staging: gpib: Removing typedef gpib_event_queueMichael Rubin
2025-04-15staging: gpib: common: struct gpib_board_configMichael Rubin
2025-04-15staging: gpib: common: lines exceeded 100 columnsMichael Rubin
2025-04-15staging: gpib: Correct CamelCase for EVENT enumsMichael Rubin
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-20staging: gpib: change return type of t1_delay function to report errorsRodrigo Gobbi
2025-03-20staging: gpib: common: struct gpib_boardMichael Rubin
2025-03-20staging: gpib: Correct CamelCase for VALID enumsMichael Rubin
2025-03-20staging: gpib: Correct CamelCase for BUS constantsMichael Rubin
2025-02-19staging: gpib: common core console messaging cleanupDave Penkler
2025-01-15staging: gpib: Use C99 syntax and make staticDave Penkler
2025-01-15staging: gpib: Avoid plain integers as NULL pointersDave Penkler
2025-01-15staging: gpib: Use __user for user space pointersDave Penkler