power: supply: axp288_fuel_gauge: Remove debugfs support
authorHans de Goede <hdegoede@redhat.com>
Sun, 1 Aug 2021 13:30:57 +0000 (15:30 +0200)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Thu, 5 Aug 2021 16:54:52 +0000 (18:54 +0200)
commitfc0db6556c4170205391cdcf0f2de0bc99d4ef4e
tree9662ab8032398da49fad0238a5f30eda9d207a44
parentf9ac97307b620a08b071a4db33ddb4a26c5b8eb0
power: supply: axp288_fuel_gauge: Remove debugfs support

The debugfs code is simply just dumping a bunch of registers, the same
information can also easily be gotten through the regmap debugfs
interface or through the i2cdump utility.

I've not used the debugfs interface once in all these years that I've
been working on the axp288_fuel_gauge driver, so lets just remove it.

Note this also removes the temperature-channels from the list of
IIO ADC channels used by the driver, since these were only used in the
debugfs interface.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/axp288_fuel_gauge.c