Add gpio_parport and gpio_test
authorPeter Henn <Peter.Henn@web.de>
Thu, 1 Jan 2009 10:59:10 +0000 (11:59 +0100)
committerPeter Henn <Peter.Henn@web.de>
Thu, 1 Jan 2009 10:59:10 +0000 (11:59 +0100)
commit813458776ee097275c377f19853773b39dab193a
tree45064e52ad9a0202bb42aad4d4e37986b743fd7f
parente539cfa0af8f19cb21fca37079e4805935814ba5
Add gpio_parport and gpio_test

Correct some compile errors in spi_parport.
Note: spi_parport just compiles and is not yet tested functional.

Getting more familiar with GPIO handling using the GPIO lib
of kernel with the GPIO controller driver and gpio_test driver.
Both drivers gpio_parport and spi_parport should work later
close together or should share the same parport device.
Makefile
gpio_parport.c [new file with mode: 0644]
gpio_test.c [new file with mode: 0644]
spi_parport.c