]> git.baikalelectronics.ru Git - kernel.git/commit
Input: delete MPU3050 driver
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 31 Jan 2017 08:12:21 +0000 (00:12 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 31 Jan 2017 08:18:07 +0000 (00:18 -0800)
commitcd9d5bbc126fa2f178f12420625f97b3275375ba
tree291be49c3300cada2d4250478f0e567e723faa5d
parentbdb44f39ab4e4c927c6681bd3cfc94e8cfdf9648
Input: delete MPU3050 driver

The MPU3050 driver in the input subsystem has been superseded by a proper
IIO driver found in drivers/iio/gyro/mpu3050*.

Patches have been submitted to remove all defconfig and related references
to the old driver and replace this input driver with the IIO driver.

So delete the input driver. Input was never a good fit for sensors anyway.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/Kconfig
drivers/input/misc/Makefile
drivers/input/misc/mpu3050.c [deleted file]