aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/Makefile
diff options
context:
space:
mode:
authorMatthias Brugger <mensch0815@googlemail.com>2010-05-07 21:39:56 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 14:46:03 -0700
commite390b07bc50fc96caa15c594374782e472c27419 (patch)
tree8f109dec519e84f812eb84dbea1983cfcc85e411 /drivers/staging/Makefile
parentstaging: iio: adis16240 driver (diff)
downloadlinux-dev-e390b07bc50fc96caa15c594374782e472c27419.tar.xz
linux-dev-e390b07bc50fc96caa15c594374782e472c27419.zip
staging: adis16255 - TODO issues resolved and typos removed
This patch adds the adis16255 driver to the build system under the staging directory. It solves also most issues mentioned in TODO list: - sample rate exported to sysfs - spi_adis16255_bringup and spi_adis16255_shutdown encapsulated - chip selftest in spi_adis16255_bringup - kernel messages reduced to a reasonable number I removed the TODO file, because ther was only the reset of the gyroscope left. This is IMOH not necessary for the actual driver. There are also some typos in adis.c file. This patch should get rid of them as well. Signed-off-by: Matthias Brugger <mensch0815@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/Makefile')
-rw-r--r--drivers/staging/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile
index 097c158d91f7..5526870777c6 100644
--- a/drivers/staging/Makefile
+++ b/drivers/staging/Makefile
@@ -49,3 +49,4 @@ obj-$(CONFIG_VIDEO_DT3155) += dt3155v4l/
obj-$(CONFIG_CRYSTALHD) += crystalhd/
obj-$(CONFIG_CXT1E1) += cxt1e1/
obj-$(CONFIG_TI_ST) += ti-st/
+obj-$(CONFIG_ADIS16255)) += adis16255/