-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
15 files
+3 −0 | arista/components/denali/linecard.py | |
+2 −1 | arista/components/psu/artesyn.py | |
+4 −0 | arista/components/psu/delta.py | |
+6 −0 | arista/components/psu/emerson.py | |
+1 −0 | arista/components/psu/liteon.py | |
+18 −2 | arista/components/scd.py | |
+13 −6 | arista/core/psu.py | |
+7 −0 | arista/libs/python.py | |
+141 −0 | arista/platforms/marysville.py | |
+12 −3 | arista/platforms/smartsville.py | |
+3 −1 | arista/platforms/upperlake.py | |
+24 −8 | arista/utils/sonic_platform/watchdog.py | |
+2 −0 | src/Makefile | |
+1 −0 | src/raven-fan-driver.c | |
+18 −4 | src/scd.c |
Submodule sonic-platform-modules-arista
updated
15 files
+3 −0 | arista/components/denali/linecard.py | |
+2 −1 | arista/components/psu/artesyn.py | |
+4 −0 | arista/components/psu/delta.py | |
+6 −0 | arista/components/psu/emerson.py | |
+1 −0 | arista/components/psu/liteon.py | |
+18 −2 | arista/components/scd.py | |
+13 −6 | arista/core/psu.py | |
+7 −0 | arista/libs/python.py | |
+141 −0 | arista/platforms/marysville.py | |
+12 −3 | arista/platforms/smartsville.py | |
+3 −1 | arista/platforms/upperlake.py | |
+24 −8 | arista/utils/sonic_platform/watchdog.py | |
+2 −0 | src/Makefile | |
+1 −0 | src/raven-fan-driver.c | |
+18 −4 | src/scd.c |