Re: [GIT PULL] power-supply changes for 6.8

From: Nathan Chancellor
Date: Wed Jan 17 2024 - 13:00:33 EST


Hi Sebastian,

On Mon, Jan 15, 2024 at 09:43:11PM +0100, Sebastian Reichel wrote:
> Hi Linus,
>
> The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:
>
> Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git tags/for-v6.8
>
> for you to fetch changes up to 05599b5f56b750b5a92ff7f2c081945210816f83:
>
> Merge power-supply fixes for 6.7 cycle (2024-01-14 21:38:31 +0100)
>
> ----------------------------------------------------------------
> power supply and reset changes for the 6.8 series
>
> * new drivers / features
> - bq24190: Add support for BQ24296 charger
> * cleanups
> - all reset drivers: Stop using module_platform_driver_probe()
> - gpio-restart: use devm_register_sys_off_handler
> - pwr-mlxbf: support graceful reboot
> - cw2015: correct time_to_empty units
> - qcom-battmgr: Fix driver initialization sequence
> - bq27xxx: Start/Stop delayed work in suspend/resume
> - minor cleanups and fixes

<snip>

> Hermes Zhang (2):
> dt-bindings: power: supply: bq24190: Add BQ24296 compatible
> power: supply: bq24190_charger: Add support for BQ24296

This is missing a fix for building with older compilers:

https://lore.kernel.org/20240103-fix-bq24190_charger-vbus_desc-non-const-v1-1-115ddf798c70@xxxxxxxxxx/

Cheers,
Nathan