Driver for GE PIO2 VME Card
authorMartyn Welch <martyn.welch@ge.com>
Tue, 8 Nov 2011 09:54:25 +0000 (09:54 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 27 Nov 2011 01:25:38 +0000 (17:25 -0800)
This patch implements a driver for the GE PIO2 VME Parallel I/O Card.  This
card is a 6U VME Card, implementing 32 solid-state relay switched IO lines,
in 4 groups of 8. Each bank of IO lines is built to function as input,
output or both depending on the variant of the card.

Signed-off-by: Martyn Welch <martyn.welch@ge.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/vme/devices/Kconfig
drivers/staging/vme/devices/Makefile
drivers/staging/vme/devices/vme_pio2.h [new file with mode: 0644]
drivers/staging/vme/devices/vme_pio2_cntr.c [new file with mode: 0644]
drivers/staging/vme/devices/vme_pio2_core.c [new file with mode: 0644]
drivers/staging/vme/devices/vme_pio2_gpio.c [new file with mode: 0644]

Simple merge
Simple merge