Merge tag 'for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply
Pull power supply and reset updates from Sebastian Reichel: "This time there are lots of changes. Quite a few changes to the core, lots of driver changes and one change to kobject core (with Ack from Greg). Summary: kobject: - Increase number of allowed uevent variables power-supply core: - Add power-supply type in uevent - Cleanup property handling in core - Make property and usb_type pointers const - Convert core power-supply DT binding to YAML - Cleanup HWMON code - Add new health status "calibration required" - Add new properties for manufacture date and capacity error margin battery drivers: - new cw2015 battery driver used by pine64 Pinebook Pro laptop - axp22: blacklist on Meegopad T02 - sc27xx: support current/voltage reading - max17042: support time-to-empty reading - simple-battery: add more battery parameters - bq27xxx: convert DT binding document to YAML - sbs-battery: add TI BQ20Z65 support, fix technology property, convert DT binding to YAML, add option to disable charger broadcasts, add new properties: manufacture date, capacity error margin, average current, charge current and voltage and support calibration required health status - misc fixes charger drivers: - bq25890: cleanup, implement charge type, precharge current and input current limiting properties - bd70528: use new linear range helper library - bd99954: new charger driver - mp2629: new charger driver - misc fixes reboot drivers: - oxnas-restart: introduce new driver - syscon-reboot: convert DT binding to YAML, add parent syscon device support - misc fixes" * tag 'for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply: (85 commits) power: supply: cw2015: Attach OF ID table to the driver power: reset: gpio-poweroff: add missing '\n' in dev_err() Revert "power: supply: sbs-battery: simplify read_read_string_data" Revert "power: supply: sbs-battery: add PEC support" dt-bindings: power: sbs-battery: Convert to yaml power: supply: sbs-battery: constify power-supply property array power: supply: sbs-battery: switch to i2c's probe_new power: supply: sbs-battery: switch from of_property_* to device_property_* power: supply: sbs-battery: add ability to disable charger broadcasts power: supply: sbs-battery: fix idle battery status power: supply: sbs-battery: add POWER_SUPPLY_HEALTH_CALIBRATION_REQUIRED support power: supply: sbs-battery: add MANUFACTURE_DATE support power: supply: sbs-battery: add POWER_SUPPLY_PROP_CONSTANT_CHARGE_CURRENT/VOLTAGE_MAX support power: supply: sbs-battery: Improve POWER_SUPPLY_PROP_TECHNOLOGY support power: supply: sbs-battery: add POWER_SUPPLY_PROP_CURRENT_AVG support power: supply: sbs-battery: add PEC support power: supply: sbs-battery: simplify read_read_string_data power: supply: sbs-battery: add POWER_SUPPLY_PROP_CAPACITY_ERROR_MARGIN support power: supply: sbs-battery: Add TI BQ20Z65 support power: supply: core: add POWER_SUPPLY_HEALTH_CALIBRATION_REQUIRED ...
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/sysfs-class-power 44 additions, 1 deletionDocumentation/ABI/testing/sysfs-class-power
- Documentation/devicetree/bindings/power/reset/syscon-reboot-mode.txt 0 additions, 35 deletions...on/devicetree/bindings/power/reset/syscon-reboot-mode.txt
- Documentation/devicetree/bindings/power/reset/syscon-reboot-mode.yaml 55 additions, 0 deletions...n/devicetree/bindings/power/reset/syscon-reboot-mode.yaml
- Documentation/devicetree/bindings/power/reset/syscon-reboot.yaml 10 additions, 5 deletions...tation/devicetree/bindings/power/reset/syscon-reboot.yaml
- Documentation/devicetree/bindings/power/supply/battery.txt 6 additions, 0 deletionsDocumentation/devicetree/bindings/power/supply/battery.txt
- Documentation/devicetree/bindings/power/supply/bq27xxx.txt 0 additions, 56 deletionsDocumentation/devicetree/bindings/power/supply/bq27xxx.txt
- Documentation/devicetree/bindings/power/supply/bq27xxx.yaml 91 additions, 0 deletionsDocumentation/devicetree/bindings/power/supply/bq27xxx.yaml
- Documentation/devicetree/bindings/power/supply/cw2015_battery.yaml 82 additions, 0 deletions...tion/devicetree/bindings/power/supply/cw2015_battery.yaml
- Documentation/devicetree/bindings/power/supply/power-supply.yaml 40 additions, 0 deletions...tation/devicetree/bindings/power/supply/power-supply.yaml
- Documentation/devicetree/bindings/power/supply/power_supply.txt 2 additions, 23 deletions...ntation/devicetree/bindings/power/supply/power_supply.txt
- Documentation/devicetree/bindings/power/supply/rohm,bd99954.yaml 155 additions, 0 deletions...tation/devicetree/bindings/power/supply/rohm,bd99954.yaml
- Documentation/devicetree/bindings/power/supply/sbs,sbs-battery.yaml 83 additions, 0 deletions...ion/devicetree/bindings/power/supply/sbs,sbs-battery.yaml
- Documentation/devicetree/bindings/power/supply/sbs_sbs-battery.txt 0 additions, 27 deletions...tion/devicetree/bindings/power/supply/sbs_sbs-battery.txt
- Documentation/devicetree/bindings/vendor-prefixes.yaml 2 additions, 0 deletionsDocumentation/devicetree/bindings/vendor-prefixes.yaml
- MAINTAINERS 7 additions, 0 deletionsMAINTAINERS
- arch/x86/platform/olpc/olpc-xo1-sci.c 2 additions, 2 deletionsarch/x86/platform/olpc/olpc-xo1-sci.c
- arch/x86/platform/olpc/olpc-xo15-sci.c 2 additions, 2 deletionsarch/x86/platform/olpc/olpc-xo15-sci.c
- drivers/platform/olpc/olpc-xo175-ec.c 2 additions, 2 deletionsdrivers/platform/olpc/olpc-xo175-ec.c
- drivers/power/reset/Kconfig 7 additions, 0 deletionsdrivers/power/reset/Kconfig
- drivers/power/reset/Makefile 1 addition, 0 deletionsdrivers/power/reset/Makefile
Loading
Please register or sign in to comment