Staging: add driver for adis16255 gyroscope
authormatthias <mensch0815@googlemail.com>
Thu, 29 Apr 2010 15:05:56 +0000 (17:05 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:35:57 +0000 (11:35 -0700)
commit3c034cce822d7422566e838de71ed99e024d5f2d
tree9310051f1d4229519acd5aa685df18715b5403be
parentbebdf809eecd4da4b6c3d419c4ce0ccd17b2f90f
Staging: add driver for adis16255 gyroscope

This drivers allows a communication with the Analog Devices ADIS16255
Low Power Gyroscope over SPI.

Signed-off-by: Matthias Brugger <mensch0815@gmail.com>
Cc: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/adis16255/Kconfig [new file with mode: 0644]
drivers/staging/adis16255/Makefile [new file with mode: 0644]
drivers/staging/adis16255/TODO [new file with mode: 0644]
drivers/staging/adis16255/adis16255.c [new file with mode: 0644]
drivers/staging/adis16255/adis16255.h [new file with mode: 0644]