Skip to content

Commit

Permalink
phosphor-power: downstream srcrev bump 786b6f4cbf..76bb2abb92
Browse files Browse the repository at this point in the history
Brandon Wyman (36):
  psu-ng: Include STATUS_INPUT in input fault error
  psu-ng: Make comm fault first checked
  psu-ng: Use a separate map for required PSUs data
  psu-ng: Clear the additionalData each loop
  psu-ng: Detect CML fault
  psu-ng: Refactor EXPECT calls for PMBus STATUS_*
  psu-ng: Add code to detect VOUT_OV_FAULT
  psu-ng: Change fault traces from INFO to ERR
  psu-ng: Refactor PowerSupply::isFaulted
  psu-ng: Refactor PMBus expectations helper
  psu-ng: Add code to detect temperature fault
  psu-ng: Add in detection of PGOOD fault
  psu-ng: Add in detection of IOUT_OC fault
  psu-ng: Add code to detect VOUT_UV_FAULT
  PMBus: Fix "file" name for STATUS_FANS_1_2
  psu-ng: Add in detection of fan faults
  psu-ng: INFO journal trace when pgoodFault clears
  psu-ng: Add DEGLITCH_LIMIT, deglitch pgoodFault
  psu-ng: IBM FN goes to SparePartNumber
  psu-ng: Add in handling of specific MFR faults
  psu-ng: gtest cleanup expectation warnings
  psu-ng: Change pgoodFault type to size_t
  psu-ng: Refactor clearing fault member variables
  psu-ng: Refactor MFR fault detection
  psu-ng: Refactor PGOOD and UNIT_IS_OFF fault
  psu-ng: Refactor temperature fault detection
  psu-ng: Refactor CML fault detection
  psu-ng: Refactor input fault detection
  psu-ng: Refactor VOUT_OV_FAULT detection
  psu-ng: Refactor IOUT_OC_FAULT detection
  psu-ng: Refactor VOUT_UV_FAULT detection
  psu-ng: Refactor fan fault detection
  psu-ng: Refactor VIN_UV fault detection
  psu-ng: Clear faults when voltage back in range
  psu-ng: De-glitch all faults
  psu-ng: Continue reading after readFail

Shawn McCarney (16):
  regulators: Treat missing VPD keyword as empty
  regulators: Allow empty expected VPD value
  Add retry support to I2CInterface
  regulators: Retry failed I2C operations
  regulators: Enhance additional error data capture
  ibm-ups: Initial version of UPS application (#1)
  ibm-ups: Add --no-poll command line option
  ibm-ups: Poll UPS device for current status
  ibm-ups: Initial version of UPS application (#1)
  ibm-ups: Add ObjectManager interface
  ibm-ups: Add error logging
  ibm-ups: Initial version of UPS application (#1)
  ibm-ups: Add --no-poll command line option
  ibm-ups: Poll UPS device for current status
  ibm-ups: Add ObjectManager interface
  ibm-ups: Add error logging

Adriana Kobylak (9):
  Update MAINTAINERS, add OWNERS
  psu-ng: Change the GPIOReader class to GPIOInterface
  psu-ng: Implement gpio write function
  psu-ng: Move model validation to its own function
  psu-ng: Get the power config full load property
  psu-ng: Set the power-config-full-load GPIO
  psu-ng: Run validation when PSU is plugged
  psu-ng: Check if mismatched PSU is supported
  psu-ng: Log error on brownout condition

Reed Frandsen (4):
  Merge branch '1020' into master-930458c
  Merge pull request #2 from smccarney/ibm-ups
  Merge pull request #3 from smccarney/ibm-ups
  Merge branch '1020' into master-8b150f3

Patrick Williams (1):
  sdbusplus: remove usage of deprecated alias

Ben Tyner (1):
  phosphor-power-supply: Populate RT VPD Keywords

Jim Wright (14):
  pseq: Add two second wait to power off
  pseq: Call chassis hard power off on pgood fail
  pseq: Add logging of power on/off timeout entries
  pseq: Retrieve device info from entity manager
  pseq: Add base and UCD90320 device monitor classes
  pseq: Retrieve compatible systems from EM
  pseq: Find and parse configuaration file
  pseq: Add setPowerSupplyError D-Bus method
  pseq: Setup UCD90320 device GPIOs
  pseq: Add generic failure handling to base class
  pseq: Add UCD90320 specific error handling
  pseq: Add Rainier configuration file
  pseq: Add service file
  pseq: Add Everest configuration file

Change-Id: I7bc783e7d1c91904391ed8f145c5bcb9782d031f
  • Loading branch information
rfrandse committed Feb 17, 2022
1 parent 1c221c0 commit 0e0a9a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta-phosphor/recipes-phosphor/power/phosphor-power.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
HOMEPAGE = "https://github.com/openbmc/phosphor-power"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
SRC_URI += "git://github.com/openbmc/phosphor-power"
SRCREV = "786b6f4cbfb8e3779570a09f89bce589ba2e75d4"
SRC_URI += "git://github.com/ibm-openbmc/phosphor-power;nobranch=1"
SRCREV = "76bb2abb92b2826fbcdd7bb65a6eed0610553287"

0 comments on commit 0e0a9a3

Please sign in to comment.