History log of /drivers/staging/vme/devices/vme_pio2.h
Revision Date Author Comments
bf3a85be67068a0f55804349e6e1dce80008c45c 15-Mar-2012 Gerard Snitselaar <dev@snitselaar.org> staging: vme: fix section mismatches in linux-next 20120314

pio2_gpio_init() annotated with __init, but called by pio2_probe()
which is annotated __devinit. pio2_gpio_exit() is annotated __exit,
but is called by pio2_probe() and by pio2_remove() which is annotated
__devexit.

Signed-off-by: Gerard Snitselaar <dev@snitselaar.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9dc367bc4c76cc4c6595e9fab6a5a02523b537c6 08-Nov-2011 Martyn Welch <martyn.welch@ge.com> 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>