summaryrefslogtreecommitdiff
path: root/drivers/staging/gpib/tnt4882
AgeCommit message (Expand)AuthorFilesLines
2025-04-18staging: gpib: Add return value to request_controlDave Penkler1-2/+4
2025-04-17staging: gpib: tnt4882: struct gpib_interfaceMichael Rubin1-12/+12
2025-04-17staging: gpib: tnt4882: u8 over uint8_tMichael Rubin1-14/+14
2025-04-15staging: gpib: tnt4882: fixes multiline comments stylePaul Retourné1-13/+19
2025-04-15staging: gpib: tnt4882: struct gpib_board_configMichael Rubin1-6/+6
2025-04-15staging: gpib: tnt4882: lines exceeded 100 columnsMichael Rubin1-2/+2
2025-04-15staging: gpib: Correct CamelCase for EVENT enumsMichael Rubin1-1/+1
2025-03-20staging: gpib: change return type of t1_delay function to report errorsRodrigo Gobbi1-1/+1
2025-03-20staging: gpib: tnt4882: struct gpib_boardMichael Rubin1-50/+50
2025-03-20staging: gpib: Correct CamelCase for VALID enumsMichael Rubin1-1/+1
2025-03-20staging: gpib: Correct CamelCase for BUS constantsMichael Rubin1-8/+8
2025-02-20staging: gpib: tnt4882 console messaging cleanupDave Penkler2-143/+60
2025-02-19staging: gpib: tnt4882: remove unused variableGaston Gonzalez1-2/+1
2025-02-19staging:gpib: Remove GPIB_PCMCIA in MakefilesDave Penkler1-1/+0
2025-02-19staging;gpib: Use Kconfig PCMCIA compilation symbolDave Penkler1-6/+6
2025-02-19staging: gpib: comment out pnp_device_id tablesArnd Bergmann1-0/+3
2025-02-03staging: gpib: Make static, reduce fwd declarationsDave Penkler1-385/+333
2025-01-15staging: gpib: Avoid plain integers as NULL pointersDave Penkler1-2/+2
2025-01-15staging: gpib: Use __iomem attribute for io addressesDave Penkler1-2/+2
2025-01-13staging: gpib: Modernize gpib_interface_t initialization and make staticDave Penkler1-260/+260
2025-01-13Merge 6.13-rc7 into staging nextGreg Kroah-Hartman4-118/+33
2025-01-08staging: gpib: mite: remove unused global functionsGreg Kroah-Hartman2-78/+0
2025-01-07staging: gpib: tnt4882: Handle gpib_register_driver() errorsNihar Chaithanya1-13/+93
2025-01-07staging: gpib: refer to correct config symbol in tnt4882 MakefileLukas Bulwahn1-1/+1
2024-12-20staging: gpib: fix address space mixupArnd Bergmann2-25/+25
2024-12-20staging: gpib: use ioport_mapArnd Bergmann1-28/+21
2024-12-20staging: gpib: fix MakefilesArnd Bergmann1-1/+1
2024-12-04staging: Fix tnt4882 license to be SPDX compliantPrarit Bhargava2-2/+2
2024-11-07staging: gpib: Replace custom debug with dev_dbgDave Penkler1-4/+3
2024-10-19staging: gpib: avoid unused const variablesArnd Bergmann1-1/+2
2024-10-19staging: gpib: add module descriptionsArnd Bergmann1-0/+1
2024-10-17staging: gpib: Replace kmalloc/memset with kzalloc.Rohit Chavan2-5/+2
2024-10-17staging: gpib: Remove unneeded semicolon.Rohit Chavan1-1/+1
2024-10-10staging: gpib: Add TNT4882 chip based GPIB driverDave Penkler4-0/+2345