]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
power: supply: rt5033_battery: Change voltage values to µV
authorJakob Hauser <jahau@rocketmail.com>
Fri, 8 Oct 2021 08:32:45 +0000 (10:32 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Nov 2021 10:04:25 +0000 (11:04 +0100)
commit71ad44224a78a4958e8d7c49e58564909a975b9b
treecfd0ecc4a8bf009577de1f73be79a74632aa13d6
parent4848d094da0ec8178281c0c88e97fcf8997cf982
power: supply: rt5033_battery: Change voltage values to µV

[ Upstream commit bf895295e9a73411889816f1a0c1f4f1a2d9c678 ]

Currently the rt5033_battery driver provides voltage values in mV. It
should be µV as stated in Documentation/power/power_supply_class.rst.

Fixes: b847dd96e659 ("power: rt5033_battery: Add RT5033 Fuel gauge device driver")
Cc: Beomho Seo <beomho.seo@samsung.com>
Cc: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Jakob Hauser <jahau@rocketmail.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/power/supply/rt5033_battery.c