• Linus Torvalds's avatar
    Merge tag 'for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply · 38525c69
    Linus Torvalds authored
    Pull power supply and reset updates from Sebastian Reichel:
     "Power-supply core:
       - add wireless type
       - properly document current direction
    
      Battery/charger driver changes:
       - new fuel-gauge/charger driver for RN5T618/RN5T619
       - new charger driver for BQ25980, BQ25975 and BQ25960
       - bq27xxx-battery: add support for TI bq34z100
       - gpio-charger: convert to GPIO descriptors
       - gpio-charger: add optional support for charge current limiting
       - max17040: add support for max17041, max17043, max17044
       - max17040: add support for max17048, max17049, max17058, max17059
       - smb347-charger: add DT support
       - smb247-charger: add SMB345 and SMB358 support
       - simple-battery: add temperature properties
       - lots of minor fixes, cleanups and DT binding YAML conversions
    
      Reset drivers:
       - ocelot: Add support for Sparx5"
    
    * tag 'for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply: (81 commits)
      power: reset: POWER_RESET_OCELOT_RESET should depend on Ocelot or Sparx5
      power: supply: bq25980: Fix uninitialized wd_reg_val and overrun
      power: supply: ltc2941: Fix ptr to enum cast
      power: supply: test-power: revise parameter printing to use sprintf
      power: supply: charger-manager: fix incorrect check on charging_duration_ms
      power: supply: max17040: Fix ptr to enum cast
      power: supply: bq25980: Fix uninitialized wd_reg_val
      power: supply: bq25980: remove redundant zero check on ret
      power: reset: ocelot: Add support for Sparx5
      dt-bindings: reset: ocelot: Add Sparx5 support
      power: supply: sbs-battery: keep error code when get_property() fails
      power: supply: bq25980: Add support for the BQ259xx family
      dt-binding: bq25980: Add the bq25980 flash charger
      power: supply: fix spelling mistake "unprecise" -> "imprecise"
      power: supply: test_power: add missing newlines when printing parameters by sysfs
      power: supply: pm2301: drop duplicated i2c_device_id
      power: supply: charger-manager: drop unused charger assignment
      power: supply: rt9455: skip 'struct acpi_device_id' when !CONFIG_ACPI
      power: supply: goldfish: skip 'struct acpi_device_id' when !CONFIG_ACPI
      power: supply: bq25890: skip 'struct acpi_device_id' when !CONFIG_ACPI
      ...
    38525c69
sbs-battery.c 31.9 KB