index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
gpib
/
gpio
Age
Commit message (
Expand
)
Author
10 days
staging: gpib: fix typo
Gaston Gonzalez
2025-04-25
staging: gpib: Set control lines in attach
Dave Penkler
2025-04-25
staging: gpib: Cleanup allocate_gpios code
Dave Penkler
2025-04-25
staging: gpib: Change error code for no listener
Dave Penkler
2025-04-25
staging: gpib: Remove atn_asserted global variable
Dave Penkler
2025-04-25
staging: gpib: Remove dependency on LED subsystem
Dave Penkler
2025-04-25
staging: gpib: Enable SRQ irq on request_system_control
Dave Penkler
2025-04-25
staging: gpib: Fix setting controller-in-charge
Dave Penkler
2025-04-25
staging: gpib: Fix request_system_control in gpio
Dave Penkler
2025-04-18
staging: gpib: Add return value to request_control
Dave Penkler
2025-04-17
staging: gpib: gpio: struct gpib_interface
Michael Rubin
2025-04-17
staging: gpib: gpib_bitbang: u8 over uint8_t
Michael Rubin
2025-04-15
staging: gpib: gpio: fixes multiline comments style
Paul Retourné
2025-04-15
staging: gpib: gpio: struct gpib_board_config
Michael Rubin
2025-03-20
staging: gpib: change return type of t1_delay function to report errors
Rodrigo Gobbi
2025-03-20
staging: gpib: gpio: struct gpib_board
Michael Rubin
2025-03-20
staging: gpib: Correct CamelCase for VALID enums
Michael Rubin
2025-03-20
staging: gpib: Correct CamelCase for BUS constants
Michael Rubin
2025-02-19
staging: gpib: gpio bitbang console messaging cleanup
Dave Penkler
2025-01-15
staging: gpib: Use C99 syntax and make static
Dave Penkler
2025-01-15
staging: gpib: Avoid plain integers as NULL pointers
Dave Penkler
2025-01-13
staging: gpib: Modernize gpib_interface_t initialization and make static
Dave Penkler
2025-01-13
Merge 6.13-rc7 into staging next
Greg Kroah-Hartman
2025-01-07
staging: gpib: gpio: Return error value from gpib_register_driver()
Nihar Chaithanya
2024-12-20
staging: gpib: fix Makefiles
Arnd Bergmann
2024-12-20
staging: gpib: make global 'usec_diff' functions static
Arnd Bergmann
2024-11-07
staging: gpib: Re-order the lookup tables
Dave Penkler
2024-11-07
staging: gpib: Remove GPIO14 and GPIO15 lines in lookup tables
Dave Penkler
2024-11-07
staging: gpib: Remove unneeded lookup table
Dave Penkler
2024-10-19
staging: gpib: add module descriptions
Arnd Bergmann
2024-10-17
staging: gpib: Replace kmalloc/memset with kzalloc.
Rohit Chavan
2024-10-10
staging: gpib: Add gpio bitbang GPIB driver
Dave Penkler