]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: gpib: Add TNT4882 chip based GPIB driver
authorDave Penkler <dpenkler@gmail.com>
Wed, 18 Sep 2024 12:19:08 +0000 (14:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2024 13:28:50 +0000 (15:28 +0200)
commit0cd5b05551e02242f9fa15f1e87cefff9efa3080
treed44fdf79ab87566dd31a9c08acd7c021e4b9c253
parent0dc1ad1c0051c29eaca6202e08d0d5787d296649
staging: gpib: Add TNT4882 chip based GPIB driver

Driver for National Instruments TNT4882 based boards

Signed-off-by: Dave Penkler <dpenkler@gmail.com>
Link: https://lore.kernel.org/r/20240918121908.19366-22-dpenkler@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/tnt4882/Makefile [new file with mode: 0644]
drivers/staging/gpib/tnt4882/mite.c [new file with mode: 0644]
drivers/staging/gpib/tnt4882/mite.h [new file with mode: 0644]
drivers/staging/gpib/tnt4882/tnt4882_gpib.c [new file with mode: 0644]