diff options
author | Hans de Goede <hdegoede@redhat.com> | 2017-04-14 20:32:49 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2017-05-01 12:37:25 +0200 |
commit | 917362135b8a5c0680acf08807e9fc6179eb6c79 (patch) | |
tree | bb20f3213be8e5e6aad36ab8ab333b7c1f1d85b8 /net/psample | |
parent | power: supply: max17047_battery: The temp alert values are 8-bit 2's complement (diff) | |
download | linux-917362135b8a5c0680acf08807e9fc6179eb6c79.tar.xz linux-917362135b8a5c0680acf08807e9fc6179eb6c79.zip |
power: supply: max17042_battery: Add default platform_data fallback data
Some x86 machines use a max17047 fuel-gauge and x86 might be missing
platform_data if not provided by SFI.
This commit adds default platform_data as fallback option so that the
driver can work on boards where no platform_data is provided.
Since not all boards have a thermistor hooked up, set temp_min to 0 and
change the health checks from temp <= temp_min to temp < temp_min to
not trigger on such boards (where temp reads 0).
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Diffstat (limited to 'net/psample')
0 files changed, 0 insertions, 0 deletions