linux_dsm_epyc7002/drivers/input/rmi4
Andrew Duggan 9624516db0 Input: synaptics-rmi4 - use of_get_child_by_name() to fix refcount
Calling of_find_node_by_name() assumes that the caller has incremented
the refcount of the of_node being passed in. Currently, the caller is
not incrementing the refcount of the of_node which results in the node
being prematurely freed when of_find_node_by_name() calls of_node_put()
on it. Instead use of_get_child_by_name() which does not call put on the
of_node.

Signed-off-by: Andrew Duggan <aduggan@synaptics.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2016-07-14 09:40:39 -07:00
..
Kconfig Input: synaptics-rmi4 - add SPI transport driver 2016-03-10 16:04:24 -08:00
Makefile Input: synaptics-rmi4 - add SPI transport driver 2016-03-10 16:04:24 -08:00
rmi_2d_sensor.c Input: synaptics-rmi4 - add device tree support for 2d sensors and F11 2016-03-10 16:04:05 -08:00
rmi_2d_sensor.h Input: synaptics-rmi4 - add device tree support for 2d sensors and F11 2016-03-10 16:04:05 -08:00
rmi_bus.c Input: synaptics-rmi4 - use of_get_child_by_name() to fix refcount 2016-07-14 09:40:39 -07:00
rmi_bus.h Input: synaptics-rmi4 - add device tree support for RMI4 I2C devices 2016-03-10 16:02:41 -08:00
rmi_driver.c Input: synaptics-rmi4 - remove check of Non-NULL array 2016-03-17 17:15:56 -07:00
rmi_driver.h Input: synaptics-rmi4 - add support for F30 2016-03-10 16:04:23 -08:00
rmi_f01.c Input: synaptics-rmi4 - add device tree support for RMI4 I2C devices 2016-03-10 16:02:41 -08:00
rmi_f11.c Input: synaptics-rmi4 - using logical instead of bitwise AND 2016-03-15 16:54:22 -07:00
rmi_f12.c Input: synaptics-rmi4 - add support for F12 2016-03-10 16:04:06 -08:00
rmi_f30.c Input: synaptics-rmi4 - add support for F30 2016-03-10 16:04:23 -08:00
rmi_i2c.c Input: synaptics-rmi4 - add device tree support for RMI4 I2C devices 2016-03-10 16:02:41 -08:00
rmi_spi.c Input: synaptics-rmi4 - add device tree support to the SPI transport driver 2016-03-10 16:04:25 -08:00