iio: Move IIO Dummy Driver out of staging
authorCristina Opriceana <cristina.opriceana@gmail.com>
Fri, 9 Oct 2015 13:31:28 +0000 (16:31 +0300)
committerJonathan Cameron <jic23@kernel.org>
Sun, 25 Oct 2015 12:33:01 +0000 (12:33 +0000)
commit415f792447572ef1949a3cef5119bbce8cc66373
tree343fd0cd479ed2962d02bca228e153f845efebe9
parentf0b1643581b376ebd97a0068cbc3d146d6abdff1
iio: Move IIO Dummy Driver out of staging

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>
18 files changed:
drivers/iio/Kconfig
drivers/iio/Makefile
drivers/iio/dummy/Kconfig [new file with mode: 0644]
drivers/iio/dummy/Makefile [new file with mode: 0644]
drivers/iio/dummy/iio_dummy_evgen.c [new file with mode: 0644]
drivers/iio/dummy/iio_dummy_evgen.h [new file with mode: 0644]
drivers/iio/dummy/iio_simple_dummy.c [new file with mode: 0644]
drivers/iio/dummy/iio_simple_dummy.h [new file with mode: 0644]
drivers/iio/dummy/iio_simple_dummy_buffer.c [new file with mode: 0644]
drivers/iio/dummy/iio_simple_dummy_events.c [new file with mode: 0644]
drivers/staging/iio/Kconfig
drivers/staging/iio/Makefile
drivers/staging/iio/iio_dummy_evgen.c [deleted file]
drivers/staging/iio/iio_dummy_evgen.h [deleted file]
drivers/staging/iio/iio_simple_dummy.c [deleted file]
drivers/staging/iio/iio_simple_dummy.h [deleted file]
drivers/staging/iio/iio_simple_dummy_buffer.c [deleted file]
drivers/staging/iio/iio_simple_dummy_events.c [deleted file]
This page took 0.026913 seconds and 5 git commands to generate.