kernel_optimize_test/drivers/input
Jingkui Wang 5a8a6b89c1 Input: drv260x - fix input device's parent assignment
We were assigning I2C bus controller instead of client as parent device.
Besides being logically wrong, it messed up with devm handling of input
device. As a result we were leaving input device and event node behind
after rmmod-ing the driver, which lead to a kernel oops if one were to
access the event node later.

Let's remove the assignment and rely on devm_input_allocate_device() to
set it up properly for us.

Signed-off-by: Jingkui Wang <jkwang@google.com>
Fixes: 7132fe4f56 ("Input: drv260x - add TI drv260x haptics driver")
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2016-12-12 14:20:30 -08:00
..
gameport
joystick Input: xpad - fix Xbox One rumble stopping after 2.5 secs 2016-11-27 20:45:13 -08:00
keyboard Input: lpc32xx-keys - fix invalid error handling of a requested irq 2016-12-07 19:21:05 -08:00
misc Input: drv260x - fix input device's parent assignment 2016-12-12 14:20:30 -08:00
mouse Input: ALPS - fix protcol -> protocol 2016-12-12 11:26:22 -08:00
rmi4 Linux 4.8 2016-10-13 17:25:40 -07:00
serio Input: i8042 - comment #else/#endif of CONFIG_PNP 2016-12-12 11:26:21 -08:00
tablet
touchscreen Input: imx6ul_tsc - convert int to u32 2016-11-30 17:44:36 -08:00
apm-power.c
evbug.c
evdev.c
ff-core.c
ff-memless.c
input-compat.c
input-compat.h
input-leds.c
input-mt.c
input-polldev.c
input.c
joydev.c Input: joydev - recognize devices with Z axis as joysticks 2016-09-26 20:03:06 -07:00
Kconfig
Makefile
matrix-keymap.c
mousedev.c
sparse-keymap.c