]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: IIO: Proof of concept gpio trigger
authorJonathan Cameron <jic23@cam.ac.uk>
Tue, 18 Aug 2009 17:06:31 +0000 (18:06 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:02:25 +0000 (12:02 -0700)
commite285c9e83d7ab39296839cb4a2e61b499058223d
tree32f4ac6ac1a813c633a88e5837034c029bb0e52b
parentee27870def5e7174153d4206c97e7acbd2ba0e09
Staging: IIO: Proof of concept gpio trigger

Simple example of how a gpio trigger driver would work.
Things to be added include interupt type control (high, low).

Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/iio/trigger/Kconfig
drivers/staging/iio/trigger/Makefile
drivers/staging/iio/trigger/iio-trig-gpio.c [new file with mode: 0644]