gpio: Add support for Janz VMOD-TTL Digital IO module
authorIra W. Snyder <iws@ovro.caltech.edu>
Wed, 7 Apr 2010 08:08:01 +0000 (10:08 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 27 May 2010 23:37:33 +0000 (01:37 +0200)
commit800e69fbd2faea906cabd10ddb77e36410f2bd9c
tree8497fdc40a579161d9fc0a0cb58ec5ba020a4296
parent631eb227849e3bfdec2d2e628ee5a3f962db82e2
gpio: Add support for Janz VMOD-TTL Digital IO module

The Janz VMOD-TTL is a MODULbus daughterboard which fits onto any MODULbus
carrier board. It essentially consists of some various logic and a Zilog
Z8536 CIO Counter/Timer and Parallel IO Unit.

The board must be physically configured with jumpers to enable a user to
drive output signals. I am only interested in outputs, so I have made this
driver as simple as possible. It only supports a very minimal subset of the
features provided by the Z8536 chip.

Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/janz-ttl.c [new file with mode: 0644]