]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: gpib: Add GPIB common core driver
authorDave Penkler <dpenkler@gmail.com>
Wed, 18 Sep 2024 12:18:52 +0000 (14:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2024 13:28:29 +0000 (15:28 +0200)
commit9dde4559e93955ccc47d588f7fd051684d55c4e7
treeb6d22359f749df56e5e7a2044295316e31f3ccaa
parent2da03e7e31aa1bc234fdce1e3414574e302f91a0
staging: gpib: Add GPIB common core driver

This is the common core driver that interfaces with the userland code
and creates the gpib device files.

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