[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180228010452.1713-1-merlijn@wizzup.org>
Date: Wed, 28 Feb 2018 02:04:43 +0100
From: Merlijn Wajer <merlijn@...zup.org>
To: linux-omap@...r.kernel.org
Cc: merlijn@...zup.org,
Pali Rohár <pali.rohar@...il.com>,
"Andrew F. Davis" <afd@...com>, Sebastian Reichel <sre@...nel.org>,
Liam Breck <kernel@...workimprov.net>,
Matt Ranostay <matt.ranostay@...sulko.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [RFC PATCH 0/1] power: supply: bq27xxx: Call power_supply_changed on status change
Hi,
It seems that bq27xxx_battery_update does not call power_supply_changed when the
charging status changes, and instead only when the capacity changes.
This can cause considerable delays in reporting charging status changes to
userspace. This patch turns the battery status reading function into one that
returns the value directly (as other *_read functions), adds the status to the
cache, uses the cache when reporting the values and finally will trigger
power_supply_changed when the charging status changes.
There is still a noticable delay in detecting charger status, but that seems to
have a different cause.
Cheers,
Merlijn
Powered by blists - more mailing lists