#
b7077437 |
| 16-Aug-2024 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda forma
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda formatting also changed, so we have made changes to the organization default style format to better handle lambda formatting.
See I5e08687e696dd240402a2780158664b7113def0e for updated style. See Iea0776aaa7edd483fa395e23de25ebf5a6288f71 for clang-18 enablement.
Change-Id: Id49ad73c860533f4658c909e86d6dc8e1423efb4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
e7fb111c |
| 25-Apr-2023 |
Matt Simmering <matthew.simmering@intel.com> |
devices: Remove devices now managed by psusensor
Tested: With change https://gerrit.openbmc.org/c/openbmc/dbus-sensors/+/59761 these devices are being created, destroyed, and managed by psusensor.
devices: Remove devices now managed by psusensor
Tested: With change https://gerrit.openbmc.org/c/openbmc/dbus-sensors/+/59761 these devices are being created, destroyed, and managed by psusensor.
Change-Id: I685b9cacab68e0cb63b9fc1f06b4640f0164a099 Signed-off-by: Matt Simmering <matthew.simmering@intel.com>
show more ...
|
#
a591d6c0 |
| 21-Nov-2022 |
Tingting Chen <chentingting.2150@bytedance.com> |
Add support for PCA9537/INA226/IPSPS1 devices
Add below device type: PCA9537:add to support PCA9537 IO expander INA226:add to support INA226 VR chip IPSPS1:add to support IPSPS1 VR chip
Change-Id:
Add support for PCA9537/INA226/IPSPS1 devices
Add below device type: PCA9537:add to support PCA9537 IO expander INA226:add to support INA226 VR chip IPSPS1:add to support IPSPS1 VR chip
Change-Id: Icd250ba4bc963fee8a305bb9f1716d39772f6cc0 Signed-off-by: Tingting Chen <chentingting.2150@bytedance.com> Signed-off-by: Lei YU <yulei.sh@bytedance.com>
show more ...
|
#
0e3bec8d |
| 01-Jun-2023 |
Jeff Lin <JeffLin2@quantatw.com> |
Add xdpe152c4 and raa229004 support
Tested: Tested on quanta system
Change-Id: I13321c94a69dd67a99e9a86c5c47199e3e98b73e Signed-off-by: Jeff Lin <JeffLin2@quantatw.com>
|
#
016f1219 |
| 20-Feb-2023 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
devices: add MP2975 support
Add support for Monolithic Power Systems, Inc. (MPS) vendor dual-loop, digital, multi-phase controller MP2975.
Tested: tested on a custom board similar to Wilson City RV
devices: add MP2975 support
Add support for Monolithic Power Systems, Inc. (MPS) vendor dual-loop, digital, multi-phase controller MP2975.
Tested: tested on a custom board similar to Wilson City RVP. Driver is loaded sucessfully.
Change-Id: I3f6e5faf7933ab8f96f36bb62d236e88e69f9696 Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
show more ...
|
#
5e9a3055 |
| 13-Apr-2023 |
Saitwal, Meghan <meghan.saitwal@intel.com> |
devices: add PIC32 support
Add PIC32 into supported devices list. This is a PDB controller that is used to control Fans on PDB.
Tested: tested on a machine. Driver is loaded successfully.
Change-
devices: add PIC32 support
Add PIC32 into supported devices list. This is a PDB controller that is used to control Fans on PDB.
Tested: tested on a machine. Driver is loaded successfully.
Change-Id: I27d4ba4a345ac7dbc57f1402c45c302a6f6f653e Signed-off-by: Saitwal, Meghan <meghan.saitwal@intel.com>
show more ...
|
#
a5d25dcc |
| 26-Jan-2023 |
Andrew Jeffery <andrew@aj.id.au> |
Align source structure away from anti-patterns
The anti-patterns document comments on source structure, specifically on placing internal headers in a parallel subtree[1]. entity-manager is an exampl
Align source structure away from anti-patterns
The anti-patterns document comments on source structure, specifically on placing internal headers in a parallel subtree[1]. entity-manager is an example of violating this anti-pattern, so fix it.
[1]: https://github.com/openbmc/docs/blob/master/anti-patterns.md#placing-internal-headers-in-a-parallel-subtree
Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I6c9739d1d532ea670e5ceb30044017c38e49eed3
show more ...
|