staging: gpib: Add nec7210 GPIB chip driver
Low level Chip driver for NEC7210 and compatible based boards. Signed-off-by: Dave Penkler <dpenkler@gmail.com> Link: https://lore.kernel.org/r/20240918121908.19366-8-dpenkler@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
add452d09a
commit
3ba84ac69b
3 changed files with 1154 additions and 0 deletions
4
drivers/staging/gpib/nec7210/Makefile
Normal file
4
drivers/staging/gpib/nec7210/Makefile
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
obj-m += nec7210.o
|
||||||
|
|
||||||
|
|
19
drivers/staging/gpib/nec7210/board.h
Normal file
19
drivers/staging/gpib/nec7210/board.h
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
|
|
||||||
|
/***************************************************************************
|
||||||
|
* copyright : (C) 2001, 2002 by Frank Mori Hess
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
|
#ifndef _GPIB_PCIIA_BOARD_H
|
||||||
|
#define _GPIB_PCIIA_BOARD_H
|
||||||
|
|
||||||
|
#include "gpibP.h"
|
||||||
|
#include <linux/io.h>
|
||||||
|
#include <linux/module.h>
|
||||||
|
#include <linux/sched.h>
|
||||||
|
#include <linux/delay.h>
|
||||||
|
|
||||||
|
#include "nec7210.h"
|
||||||
|
|
||||||
|
#endif //_GPIB_PCIIA_BOARD_H
|
||||||
|
|
1131
drivers/staging/gpib/nec7210/nec7210.c
Normal file
1131
drivers/staging/gpib/nec7210/nec7210.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue