staging:iio: Move adis library out of staging
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 13 Nov 2012 13:28:00 +0000 (13:28 +0000)
committerJonathan Cameron <jic23@kernel.org>
Mon, 19 Nov 2012 22:22:12 +0000 (22:22 +0000)
commitec04cb048d79cd778c06e28f34395a46d774800d
treeb6c0a01dc7fc137ceeb256381b2f4e96cdc1d59d
parentaacff892cbd5c6b1904a3906219548a65018d750
staging:iio: Move adis library out of staging

Now that the adis library no longer depends on the sw_ring buffer implementation
we can move it out of staging.

While we are at it also sort the entries in the iio Kconfig and Makefile to be
in alphabetical order.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
21 files changed:
drivers/iio/Kconfig
drivers/iio/Makefile
drivers/iio/imu/Kconfig [new file with mode: 0644]
drivers/iio/imu/Makefile [new file with mode: 0644]
drivers/iio/imu/adis.c [new file with mode: 0644]
drivers/iio/imu/adis_buffer.c [new file with mode: 0644]
drivers/iio/imu/adis_trigger.c [new file with mode: 0644]
drivers/staging/iio/accel/adis16201_core.c
drivers/staging/iio/accel/adis16203_core.c
drivers/staging/iio/accel/adis16204_core.c
drivers/staging/iio/accel/adis16209_core.c
drivers/staging/iio/accel/adis16220.h
drivers/staging/iio/accel/adis16240_core.c
drivers/staging/iio/gyro/adis16260.h
drivers/staging/iio/imu/Kconfig
drivers/staging/iio/imu/Makefile
drivers/staging/iio/imu/adis.c [deleted file]
drivers/staging/iio/imu/adis.h [deleted file]
drivers/staging/iio/imu/adis_buffer.c [deleted file]
drivers/staging/iio/imu/adis_trigger.c [deleted file]
include/linux/iio/imu/adis.h [new file with mode: 0644]
This page took 0.030531 seconds and 5 git commands to generate.