Home
last modified time | relevance | path

Searched hist:d3911f1639e67fc7b12aae0efa5a540976d7443b (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/power/supply/
H A Drt5033_battery.cdiff d3911f1639e67fc7b12aae0efa5a540976d7443b Wed Jun 05 15:53:27 CEST 2024 Nikita Travkin <nikita@trvn.ru> power: supply: rt5033: Bring back i2c_set_clientdata

Commit 3a93da231c12 ("power: supply: rt5033: Use devm_power_supply_register() helper")
reworked the driver to use devm. While at it, the i2c_set_clientdata
was dropped along with the remove callback. Unfortunately other parts
of the driver also rely on i2c clientdata so this causes kernel oops.

Bring the call back to fix the driver.

Fixes: 3a93da231c12 ("power: supply: rt5033: Use devm_power_supply_register() helper")
Tested-by: Raymond Hackley <raymondhackley@protonmail.com>
Signed-off-by: Nikita Travkin <nikita@trvn.ru>
Link: https://lore.kernel.org/r/20240605-rt5033-null-clientdata-v1-1-558d710eeb4d@trvn.ru
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>