Staging: IIO: Periodic timer based trigger
authorJonathan Cameron <jic23@cam.ac.uk>
Tue, 18 Aug 2009 17:06:30 +0000 (18:06 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:02:25 +0000 (12:02 -0700)
commit7f3a1fb998e11a45d14556cc17f72d4f8aa89732
tree7dbaa9c7e716a62cf0ea0ab8fe5a3d020d4c6e44
parent0a1231dfea57516fb6cf107afdfb625a11a1cc5e
Staging: IIO: Periodic timer based trigger

The original posting of this driver led to a discussion in
which it was commented that a better system was needed
for dealing with the many possible periodic interrupt
sources available on some SoCs.  Unfortunately that is
a big task and as far as I know, no-one has taken it
on as yet.  So in the meantime this driver is still
in here.

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