summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gpib/ines
AgeCommit message (Expand)AuthorLines
2025-11-24staging: gpib: Destage gpibDave Penkler-1668/+0
2025-08-19staging: gpib: tidy-up commentsLuke Yang-8/+8
2025-05-21staging: gpib: Avoid unused variable warningDave Penkler-3/+0
2025-05-21staging: gpib: Declare driver entry points staticDave Penkler-89/+47
2025-05-21staging: gpib: Fix PCMCIA config identifierDave Penkler-1/+1
2025-04-18staging: gpib: Add return value to request_controlDave Penkler-3/+3
2025-04-17staging: gpib: ines: struct gpib_interfaceMichael Rubin-7/+7
2025-04-15staging: gpib: ines: fixes multiline comments stylePaul Retourné-42/+44
2025-04-15staging: gpib: ines: u8 over uint8_tMichael Rubin-21/+21
2025-04-15staging: gpib: ines: struct gpib_board_configMichael Rubin-11/+12
2025-04-15staging: gpib: ines: lines exceeded 100 columnsMichael Rubin-1/+2
2025-04-15staging: gpib: Correct CamelCase for EVENT enumsMichael Rubin-1/+1
2025-03-20staging: gpib: change return type of t1_delay function to report errorsRodrigo Gobbi-2/+2
2025-03-20staging: gpib: ines: struct gpib_boardMichael Rubin-82/+83
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-20staging: gpib: ines console messaging cleanupDave Penkler-59/+42
2025-02-19staging: gpib: ines: remove unused variableGaston Gonzalez-2/+0
2025-02-19staging:gpib: Remove GPIB_PCMCIA in MakefilesDave Penkler-1/+0
2025-02-19staging;gpib: Use Kconfig PCMCIA compilation symbolDave Penkler-4/+4
2025-01-15staging: gpib: Use C99 syntax and make staticDave Penkler-29/+29
2025-01-15staging: gpib: Avoid plain integers as NULL pointersDave Penkler-2/+2
2025-01-15staging: gpib: Use __iomem attribute for io addressesDave Penkler-2/+2
2025-01-13staging: gpib: Modernize gpib_interface_t initialization and make staticDave Penkler-189/+182
2025-01-13Merge 6.13-rc7 into staging nextGreg Kroah-Hartman-14/+14
2025-01-07staging: gpib: ines: Handle gpib_register_driver() errorsNihar Chaithanya-21/+73
2024-12-20staging: gpib: fix address space mixupArnd Bergmann-13/+13
2024-12-20staging: gpib: fix MakefilesArnd Bergmann-1/+1
2024-11-07staging: gpib: Replace custom debug with dev_dbgDave Penkler-1/+1
2024-10-19staging: gpib: avoid unused const variablesArnd Bergmann-5/+4
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 ines GPIB driverDave Penkler-0/+1684