]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commit9dc367bc4c76cc4c6595e9fab6a5a02523b537c6
tree96dd3029a7b04de2eb89ab62a62e501d42b09448
parent8cdc081913b61e4b1086b62e13f083085fd0d3fd
Driver for GE PIO2 VME Card

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]