]> Git Repo - linux.git/commitdiff
Merge tag 'for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux...
authorLinus Torvalds <[email protected]>
Thu, 4 Nov 2021 20:53:59 +0000 (13:53 -0700)
committerLinus Torvalds <[email protected]>
Thu, 4 Nov 2021 20:53:59 +0000 (13:53 -0700)
Pull power supply and reset updates from Sebastian Reichel:
 "Miscellaneous small fixes and improvements all over the place.

  Nothing stands out in particular"

* tag 'for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply: (30 commits)
  power: supply: bq25890: Fix initial setting of the F_CONV_RATE field
  power: supply: bq25890: Fix race causing oops at boot
  power: supply: bq27xxx: Fix kernel crash on IRQ handler register error
  power: bq25890: add return values to error messages
  power: supply: axp288-charger: Simplify axp288_get_charger_health()
  power: supply: axp288-charger: Remove unnecessary is_present and is_online helpers
  power: supply: axp288-charger: Add depends on IOSF_MBIO to Kconfig
  power: supply: ab8500_bmdata: Use standard phandle
  dt-bindings: power: supply: ab8500: Standard monitored-battery
  power: supply: axp288_charger: Fix missing mutex_init()
  power: supply: max17042_battery: Prevent int underflow in set_soc_threshold
  power: supply: max17042_battery: Clear status bits in interrupt handler
  MAINTAINERS: power: supply: max17040: add entry with reviewers
  MAINTAINERS: power: supply: max17042: add entry with reviewers
  power: supply: max17040: fix null-ptr-deref in max17040_probe()
  power: supply: rt5033_battery: Change voltage values to µV
  power: supply: axp288-charger: Optimize register reading method
  dt-bindings: power: Bindings for Samsung batteries
  power: supply: cpcap-battery: use device_get_match_data() to simplify code
  power: supply: max17042_battery: fix typo in MAX17042_IAvg_empty
  ...

1  2 
MAINTAINERS

diff --cc MAINTAINERS
index 4eb537e015d1d390785ff2ee80dae1599e1c2dcf,a6d670c58f3e9c2f478eb8209457f16f96d6c919..886639f1fa0bdc920255e27cc817b910ce8dd88d
@@@ -11508,8 -11366,29 +11508,29 @@@ S: Maintaine
  F:    Documentation/devicetree/bindings/iio/proximity/maxbotix,mb1232.yaml
  F:    drivers/iio/proximity/mb1232.c
  
+ MAXIM MAX17040 FAMILY FUEL GAUGE DRIVERS
+ R:    Iskren Chernev <[email protected]>
+ R:    Krzysztof Kozlowski <[email protected]>
+ R:    Marek Szyprowski <[email protected]>
+ R:    Matheus Castello <[email protected]>
+ L:    [email protected]
+ S:    Maintained
+ F:    Documentation/devicetree/bindings/power/supply/maxim,max17040.yaml
+ F:    drivers/power/supply/max17040_battery.c
+ MAXIM MAX17042 FAMILY FUEL GAUGE DRIVERS
+ R:    Hans de Goede <[email protected]>
+ R:    Krzysztof Kozlowski <[email protected]>
+ R:    Marek Szyprowski <[email protected]>
+ R:    Sebastian Krzyszkowiak <[email protected]>
+ R:    Purism Kernel Team <[email protected]>
+ L:    [email protected]
+ S:    Maintained
+ F:    Documentation/devicetree/bindings/power/supply/maxim,max17042.yaml
+ F:    drivers/power/supply/max17042_battery.c
  MAXIM MAX77650 PMIC MFD DRIVER
 -M:    Bartosz Golaszewski <b[email protected]>
 +M:    Bartosz Golaszewski <b[email protected]>
  L:    [email protected]
  S:    Maintained
  F:    Documentation/devicetree/bindings/*/*max77650.yaml
This page took 0.114544 seconds and 4 git commands to generate.