linux_dsm_epyc7002/drivers/input/rmi4
Guenter Roeck 261d7794c4 Input: synaptics-rmi4 - fix error handling in I2C transport driver
Instantiating the rmi4 I2C transport driver without interrupts assigned
(for example using manual i2c instantiation from the command line)
caused the driver to fail to load, but it does not clean up its regulator
or transport device registrations. Result is a crash at a later time,
for example when rebooting the system.

Fixes: 946c8432aa ("Input: synaptics-rmi4 - support regulator supplies")
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2016-10-04 11:52:24 -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 - do not check for NULL when calling of_node_put() 2016-07-26 12:09:55 -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 - fix spelling in defines 2016-05-19 09:35:16 -07:00
rmi_f11.c Input: synaptics-rmi4 - use the RMI_F11_REL_BYTES define in rmi_f11_rel_pos_report 2016-07-14 09:43:44 -07:00
rmi_f12.c Input: synaptics-rmi4 - remove pointer to rmi_function in f12_data 2016-07-14 09:43:42 -07: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 - fix error handling in I2C transport driver 2016-10-04 11:52:24 -07:00
rmi_spi.c Input: synaptics-rmi4 - fix error handling in SPI transport driver 2016-10-04 11:52:23 -07:00