mbox series

[0/3] power: supply: cros_charge-control: three fixes

Message ID 20241208-cros_charge-control-v2-v1-0-8d168d0f08a3@weissschuh.net (mailing list archive)
Headers show
Series power: supply: cros_charge-control: three fixes | expand

Message

Thomas Weißschuh Dec. 8, 2024, 2:59 p.m. UTC
Three fixes I'd like to get into stable.
These conflict with my psy extensions series [0],
I'd like to apply the fixes first.

[0] https://lore.kernel.org/lkml/20241205-power-supply-extensions-v5-0-f0f996db4347@weissschuh.net/

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Thomas Weißschuh (3):
      power: supply: cros_charge-control: add mutex for driver data
      power: supply: cros_charge-control: allow start_threshold == end_threshold
      power: supply: cros_charge-control: hide start threshold on v2 cmd

 drivers/power/supply/cros_charge-control.c | 36 ++++++++++++++++++++++--------
 1 file changed, 27 insertions(+), 9 deletions(-)
---
base-commit: 7503345ac5f5e82fd9a36d6e6b447c016376403a
change-id: 20241202-cros_charge-control-v2-d155194f5304

Best regards,

Comments

Sebastian Reichel Dec. 10, 2024, 1:54 a.m. UTC | #1
On Sun, 08 Dec 2024 15:59:25 +0100, Thomas Weißschuh wrote:
> Three fixes I'd like to get into stable.
> These conflict with my psy extensions series [0],
> I'd like to apply the fixes first.
> 
> [0] https://lore.kernel.org/lkml/20241205-power-supply-extensions-v5-0-f0f996db4347@weissschuh.net/
> 
> 
> [...]

Applied, thanks!

[1/3] power: supply: cros_charge-control: add mutex for driver data
      commit: e5f84d1cf562f7b45e28d6e5f6490626f870f81c
[2/3] power: supply: cros_charge-control: allow start_threshold == end_threshold
      commit: e65a1b7fad0e112573eea7d64d4ab4fc513b8695
[3/3] power: supply: cros_charge-control: hide start threshold on v2 cmd
      commit: c28dc9fc24f5fa802d44ef7620a511035bdd803e

Best regards,