]> git.karo-electronics.de Git - karo-tx-linux.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)
commitb1fe0cf06f92ff8ebe77959810ec3ff2555ff56c
tree291be49c3300cada2d4250478f0e567e723faa5d
parentf719315b52b56c34d31c51c1926cea33a89cc9af
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]