Commit b0fbf525 authored by Alessandro Rubini's avatar Alessandro Rubini

drivers/zio-loop: a loop-back zio driver, with cdev support

The driver supports an output cset that loops to an input cset, and
two output csets of 1 channel each, whose output is returned to two
char devices.  Intended for demonstration and testing.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
Acked-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
parent a9e93be9
......@@ -3,6 +3,7 @@ LINUX ?= /lib/modules/$(shell uname -r)/build
EXTRA_CFLAGS += -I$(obj)/../include
obj-m = zio-zero.o
obj-m += zio-loop.o
obj-m += zio-gpio.o
ifdef CONFIG_SPI
obj-m += zio-ad788x.o
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment