summaryrefslogtreecommitdiff
path: root/drivers/staging/gpib
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar4-5/+8
2025-06-06Merge tag 'staging-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds34-1308/+1362
2025-05-21staging: gpib: switch to kmalloc(sizeof(*status))Andreas Kleinbichler1-1/+1
2025-05-21staging: gpib: Fix secondary address restrictionDave Penkler1-1/+1
2025-05-21staging: gpib: Fix uapi include header guard nameDave Penkler1-4/+3
2025-05-21staging: gpib: Avoid unused variable warningDave Penkler1-3/+0
2025-05-21staging: gpib: Declare driver entry points staticDave Penkler2-89/+47
2025-05-21staging: gpib: Fix PCMCIA config identifierDave Penkler1-1/+1
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar1-1/+1
2025-05-01staging: gpib: Avoid unused variable warningsDave Penkler1-5/+0
2025-05-01staging: gpib: Fix lpvo request_system_controlDave Penkler1-1/+0
2025-04-25staging: gpib: Set control lines in attachDave Penkler1-0/+4
2025-04-25staging: gpib: Cleanup allocate_gpios codeDave Penkler1-21/+18
2025-04-25staging: gpib: Change error code for no listenerDave Penkler1-1/+1
2025-04-25staging: gpib: Remove atn_asserted global variableDave Penkler1-8/+8
2025-04-25staging: gpib: Remove dependency on LED subsystemDave Penkler1-17/+6
2025-04-25staging: gpib: Enable SRQ irq on request_system_controlDave Penkler1-2/+4
2025-04-25staging: gpib: Fix setting controller-in-chargeDave Penkler1-1/+1
2025-04-25staging: gpib: Fix request_system_control in gpioDave Penkler1-3/+7
2025-04-18staging: gpib: Add return value to request_controlDave Penkler23-70/+76
2025-04-18staging: gpib: Rename common include fileDave Penkler3-2/+2
2025-04-18staging: gpib: Remove unused enums from common include fileDave Penkler1-42/+0
2025-04-17staging: gpib: Removing unused function CFGnMichael Rubin1-5/+0
2025-04-17staging: gpib: include: fixes multiline comments stylePaul Retourné3-34/+64
2025-04-17staging: gpib: agilent_02350b: cleanup commentsRuben Wauters2-36/+38
2025-04-17staging: gpib: uapi: Fix CamelCase and IBA DupMichael Rubin1-1/+1
2025-04-17staging: gpib: Removing typedef gpib_interface_tMichael Rubin1-4/+3
2025-04-17staging: gpib: tnt4882: struct gpib_interfaceMichael Rubin1-12/+12
2025-04-17staging: gpib: pc2: struct gpib_interfaceMichael Rubin1-4/+4
2025-04-17staging: gpib: ni_usb: struct gpib_interfaceMichael Rubin1-1/+1
2025-04-17staging: gpib: lpvo_usb: struct gpib_interfaceMichael Rubin1-1/+1
2025-04-17staging: gpib: ines: struct gpib_interfaceMichael Rubin1-7/+7
2025-04-17staging: gpib: gpibP: struct gpib_interfaceMichael Rubin1-2/+2
2025-04-17staging: gpib: hp2341: struct gpib_interfaceMichael Rubin1-2/+2
2025-04-17staging: gpib: hp_82335: struct gpib_interfaceMichael Rubin1-1/+1
2025-04-17staging: gpib: gpio: struct gpib_interfaceMichael Rubin1-1/+1
2025-04-17staging: gpib: fmh: struct gpib_interfaceMichael Rubin1-4/+4
2025-04-17staging: gpib: fluke: struct gpib_interfaceMichael Rubin1-3/+3
2025-04-17staging: gpib: common: struct gpib_interfaceMichael Rubin1-2/+2
2025-04-17staging: gpib: cec: struct gpib_interfaceMichael Rubin1-1/+1
2025-04-17staging: gpib: cb7210: struct gpib_interfaceMichael Rubin1-9/+9
2025-04-17staging: gpib: agilent_82357a: gpib_interfaceMichael Rubin1-1/+1
2025-04-17staging: gpib: agilent_82350b: gpib_interfaceMichael Rubin1-2/+2
2025-04-17staging: gpib: struct typing for gpib_interfaceMichael Rubin1-2/+2
2025-04-17staging: gpib: tnt4882: u8 over uint8_tMichael Rubin1-14/+14
2025-04-17staging: gpib: lpvo_usb_gpib: u8 over uint8_tMichael Rubin1-4/+4
2025-04-17staging: gpib: gpib_ioctl: u64 over uint64_tMichael Rubin1-3/+3
2025-04-17staging: gpib: pc2: u8 over uint8_tMichael Rubin1-8/+8
2025-04-17staging: gpib: ni_usb: u8 over uint8_tMichael Rubin1-8/+8
2025-04-17staging: gpib: hp_82341: u8 over uint8_tMichael Rubin1-13/+13