-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[arista] Update arista driver submodules (#5116)
- Fix some import issues with sonic_platform - Fix for xcvr with newer calls in platform API - Miscellaneous improvements
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule sonic-platform-modules-arista
updated
18 files
+3 −0 | arista/accessors/fan.py | |
+6 −0 | arista/accessors/psu.py | |
+3 −0 | arista/accessors/xcvr.py | |
+2 −1 | arista/components/fan.py | |
+3 −3 | arista/core/component.py | |
+0 −2 | arista/core/register.py | |
+7 −2 | arista/core/types.py | |
+1 −1 | arista/drivers/i2c.py | |
+3 −0 | arista/inventory/xcvr.py | |
+1 −1 | arista/platforms/blackhawk.py | |
+21 −17 | arista/utils/sonic_platform/chassis.py | |
+3 −0 | arista/utils/sonic_platform/fan.py | |
+1 −1 | arista/utils/sonic_platform/platform.py | |
+3 −0 | arista/utils/sonic_platform/psu.py | |
+4 −0 | arista/utils/sonic_platform/sfp.py | |
+8 −1 | setup.py | |
+9 −1 | sonic_platform/__init__.py | |
+121 −9 | src/scd-hwmon.c |
Submodule sonic-platform-modules-arista
updated
18 files
+3 −0 | arista/accessors/fan.py | |
+6 −0 | arista/accessors/psu.py | |
+3 −0 | arista/accessors/xcvr.py | |
+2 −1 | arista/components/fan.py | |
+3 −3 | arista/core/component.py | |
+0 −2 | arista/core/register.py | |
+7 −2 | arista/core/types.py | |
+1 −1 | arista/drivers/i2c.py | |
+3 −0 | arista/inventory/xcvr.py | |
+1 −1 | arista/platforms/blackhawk.py | |
+21 −17 | arista/utils/sonic_platform/chassis.py | |
+3 −0 | arista/utils/sonic_platform/fan.py | |
+1 −1 | arista/utils/sonic_platform/platform.py | |
+3 −0 | arista/utils/sonic_platform/psu.py | |
+4 −0 | arista/utils/sonic_platform/sfp.py | |
+8 −1 | setup.py | |
+9 −1 | sonic_platform/__init__.py | |
+121 −9 | src/scd-hwmon.c |