summaryrefslogtreecommitdiff
path: root/drivers/iio/dummy/iio_dummy_evgen.c
AgeCommit message (Collapse)AuthorFilesLines
2017-10-09iio: dummy: evgen: use irq_simBartosz Golaszewski1-70/+19
Switch to using the recently added interrupt simulator for dummy irqs. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de> Tested-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2015-10-25iio: Move IIO Dummy Driver out of stagingCristina Opriceana1-0/+262
This patch moves the reference IIO dummy driver from drivers/staging/iio into a separate folder, drivers/iio/dummy and adds the proper Kconfig and Makefile for it. A new config menu entry called IIO dummy driver has also been added in the Industrial I/O support menu, corresponding to this driver. Signed-off-by: Cristina Opriceana <cristina.opriceana@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>