]> git.baikalelectronics.ru Git - kernel.git/commit
Input: add a driver to support InvenSense mpu3050 gyroscope chip
authorJoseph Lai <joseph_lai@wistron.com>
Mon, 27 Jun 2011 20:26:53 +0000 (13:26 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 29 Jun 2011 07:26:17 +0000 (00:26 -0700)
commit031ff7776e97611f55d6e35f6bb09fcf65c4c958
tree0cc4e293087f15a273af5158c1e8e3f69087e2f8
parentbe042160dfb3fccc6c93712d97f2a24cd8f8f96c
Input: add a driver to support InvenSense mpu3050 gyroscope chip

This driver is registered as an input device. An IRQ is required in this
basic driver configuration.

Signed-off-by: Joseph Lai <joseph_lai@wistron.com>
[Cleaned up PM_RUNTIME defines]
Signed-off-by: Alan Cox <alan@linux.intel.com>
[dtor@mail.ru: consolidated PM methods, some code rearrangement]
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/misc/Kconfig
drivers/input/misc/Makefile
drivers/input/misc/mpu3050.c [new file with mode: 0644]