]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
staging:iio: Move DAC drivers out of staging
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 4 Jun 2012 09:36:28 +0000 (11:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Jun 2012 05:02:25 +0000 (14:02 +0900)
commitdbdc025bb239ce62c9b4d28c459a98f22ce9ec0a
tree2858c04b9d18852c1a4f4ca1c60c8e00b6180470
parent20374d1a36df3e20cd6742ba376684e5506254a8
staging:iio: Move DAC drivers out of staging

The IIO DAC drivers are in a reasonably good shape. They all make use of channel
spec and non of them provides non-documented sysfs attributes. Code style should
be OK as well, both checkpatch and coccicheck only report trivial issues.

So lets move the whole folder out of staging.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
42 files changed:
drivers/iio/Kconfig
drivers/iio/Makefile
drivers/iio/dac/Kconfig [new file with mode: 0644]
drivers/iio/dac/Makefile [new file with mode: 0644]
drivers/iio/dac/ad5064.c [new file with mode: 0644]
drivers/iio/dac/ad5360.c [new file with mode: 0644]
drivers/iio/dac/ad5380.c [new file with mode: 0644]
drivers/iio/dac/ad5421.c [new file with mode: 0644]
drivers/iio/dac/ad5446.c [new file with mode: 0644]
drivers/iio/dac/ad5446.h [new file with mode: 0644]
drivers/iio/dac/ad5504.c [new file with mode: 0644]
drivers/iio/dac/ad5624r.h [new file with mode: 0644]
drivers/iio/dac/ad5624r_spi.c [new file with mode: 0644]
drivers/iio/dac/ad5686.c [new file with mode: 0644]
drivers/iio/dac/ad5764.c [new file with mode: 0644]
drivers/iio/dac/ad5791.c [new file with mode: 0644]
drivers/iio/dac/max517.c [new file with mode: 0644]
drivers/staging/iio/Kconfig
drivers/staging/iio/Makefile
drivers/staging/iio/dac/Kconfig [deleted file]
drivers/staging/iio/dac/Makefile [deleted file]
drivers/staging/iio/dac/ad5064.c [deleted file]
drivers/staging/iio/dac/ad5360.c [deleted file]
drivers/staging/iio/dac/ad5380.c [deleted file]
drivers/staging/iio/dac/ad5421.c [deleted file]
drivers/staging/iio/dac/ad5421.h [deleted file]
drivers/staging/iio/dac/ad5446.c [deleted file]
drivers/staging/iio/dac/ad5446.h [deleted file]
drivers/staging/iio/dac/ad5504.c [deleted file]
drivers/staging/iio/dac/ad5504.h [deleted file]
drivers/staging/iio/dac/ad5624r.h [deleted file]
drivers/staging/iio/dac/ad5624r_spi.c [deleted file]
drivers/staging/iio/dac/ad5686.c [deleted file]
drivers/staging/iio/dac/ad5764.c [deleted file]
drivers/staging/iio/dac/ad5791.c [deleted file]
drivers/staging/iio/dac/ad5791.h [deleted file]
drivers/staging/iio/dac/max517.c [deleted file]
drivers/staging/iio/dac/max517.h [deleted file]
include/linux/iio/dac/ad5421.h [new file with mode: 0644]
include/linux/iio/dac/ad5504.h [new file with mode: 0644]
include/linux/iio/dac/ad5791.h [new file with mode: 0644]
include/linux/iio/dac/max517.h [new file with mode: 0644]