summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gpib/gpio
AgeCommit message (Expand)AuthorLines
2025-11-24staging: gpib: Destage gpibDave Penkler-1473/+0
2025-09-06staging: gpib: use int type to store negative error codesQianfeng Rong-1/+1
2025-08-19staging: gpib: tidy-up commentsLuke Yang-7/+7
2025-07-24staging: gpib: fix typoGaston Gonzalez-1/+1
2025-04-25staging: gpib: Set control lines in attachDave Penkler-0/+4
2025-04-25staging: gpib: Cleanup allocate_gpios codeDave Penkler-21/+18
2025-04-25staging: gpib: Change error code for no listenerDave Penkler-1/+1
2025-04-25staging: gpib: Remove atn_asserted global variableDave Penkler-8/+8
2025-04-25staging: gpib: Remove dependency on LED subsystemDave Penkler-17/+6
2025-04-25staging: gpib: Enable SRQ irq on request_system_controlDave Penkler-2/+4
2025-04-25staging: gpib: Fix setting controller-in-chargeDave Penkler-1/+1
2025-04-25staging: gpib: Fix request_system_control in gpioDave Penkler-3/+7
2025-04-18staging: gpib: Add return value to request_controlDave Penkler-8/+8
2025-04-17staging: gpib: gpio: struct gpib_interfaceMichael Rubin-1/+1
2025-04-17staging: gpib: gpib_bitbang: u8 over uint8_tMichael Rubin-10/+10
2025-04-15staging: gpib: gpio: fixes multiline comments stylePaul Retourné-2/+4
2025-04-15staging: gpib: gpio: struct gpib_board_configMichael Rubin-1/+1
2025-03-20staging: gpib: change return type of t1_delay function to report errorsRodrigo Gobbi-1/+1
2025-03-20staging: gpib: gpio: struct gpib_boardMichael Rubin-36/+36
2025-03-20staging: gpib: Correct CamelCase for VALID enumsMichael Rubin-1/+1
2025-03-20staging: gpib: Correct CamelCase for BUS constantsMichael Rubin-8/+8
2025-02-19staging: gpib: gpio bitbang console messaging cleanupDave Penkler-33/+23
2025-01-15staging: gpib: Use C99 syntax and make staticDave Penkler-2/+2
2025-01-15staging: gpib: Avoid plain integers as NULL pointersDave Penkler-2/+2
2025-01-13staging: gpib: Modernize gpib_interface_t initialization and make staticDave Penkler-25/+25
2025-01-13Merge 6.13-rc7 into staging nextGreg Kroah-Hartman-2/+2
2025-01-07staging: gpib: gpio: Return error value from gpib_register_driver()Nihar Chaithanya-1/+6
2024-12-20staging: gpib: fix MakefilesArnd Bergmann-1/+1
2024-12-20staging: gpib: make global 'usec_diff' functions staticArnd Bergmann-1/+1
2024-11-07staging: gpib: Re-order the lookup tablesDave Penkler-3/+3
2024-11-07staging: gpib: Remove GPIO14 and GPIO15 lines in lookup tablesDave Penkler-4/+0
2024-11-07staging: gpib: Remove unneeded lookup tableDave Penkler-33/+0
2024-10-19staging: gpib: add module descriptionsArnd Bergmann-0/+1
2024-10-17staging: gpib: Replace kmalloc/memset with kzalloc.Rohit Chavan-2/+1
2024-10-10staging: gpib: Add gpio bitbang GPIB driverDave Penkler-0/+1517