]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'for-v6.13-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 Dec 2024 19:10:56 +0000 (11:10 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 Dec 2024 19:10:56 +0000 (11:10 -0800)
commit8379578b11d5e073792b5db2690faa12effce8e0
tree1b2a26b423cf730cf78d22201fe0be189f839036
parenteff4f6758360986fa913c2f17b4960645f4f4b1c
parentb3ded6072c5600704cfa3ce3a8dc8718d34bda66
Merge tag 'for-v6.13-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply

Pull power supply fixes from Sebastian Reichel:

 - fix potential array out of bounds access in gpio-charger

 - cros_charge-control:
    - fix concurrent sysfs access
    - allow start_threshold == end_threshold
    - workaround limited v2 charge threshold API

 - bq24296: fix vbus regulator handling

* tag 'for-v6.13-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply:
  power: supply: bq24190: Fix BQ24296 Vbus regulator support
  power: supply: cros_charge-control: hide start threshold on v2 cmd
  power: supply: cros_charge-control: allow start_threshold == end_threshold
  power: supply: cros_charge-control: add mutex for driver data
  power: supply: gpio-charger: Fix set charge current limits