Message ID | nqrl5ggszhlzaew6yte6t6uv5cbf4fhl5vd4pfhkitlsbqozvf@w4pttrz6supl (mailing list archive) |
---|---|
State | Handled Elsewhere, archived |
Headers | show |
Series | [GIT,PULL] power-supply changes for 6.8 | expand |
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@kernel.org/ Cheers, Nathan
On Wed, 17 Jan 2024 at 10:00, Nathan Chancellor <nathan@kernel.org> wrote: > > This is missing a fix for building with older compilers: Dropped from my queue, will wait for a fixed pull request. Thanks for noticing, Linus
The pull request you sent on Mon, 15 Jan 2024 21:43:11 +0100:
> https://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git tags/for-v6.8
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/17d49b7e47a1001c8796f05f4a2bbdef0a998213
Thank you!