forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[device] Update Arista drivers submodule (sonic-net#25)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-platform-modules-arista
updated
27 files
+5 −2 | arista/components/common.py | |
+5 −3 | arista/components/ds125br.py | |
+16 −18 | arista/components/ds460.py | |
+161 −222 | arista/components/scd.py | |
+35 −0 | arista/core/inventory.py | |
+1 −1 | arista/core/platform.py | |
+49 −0 | arista/core/utils.py | |
+11 −10 | arista/platforms/a7050qx32.py | |
+6 −4 | arista/platforms/a7050qx32s.py | |
+3 −1 | arista/platforms/a7060cx32s.py | |
+3 −1 | arista/platforms/a7260cx364.py | |
+0 −14 | confs/arista-drivers.service | |
+24 −0 | confs/sonic-platform-arista.service | |
+2 −2 | confs/watchdog-stop.service | |
+1 −1 | debian/control | |
+2 −2 | debian/rules | |
+0 −47 | debian/sonic-platform-arista.init | |
+0 −1 | src/Makefile | |
+0 −70 | src/gpio-kversfix.h | |
+0 −1 | src/raven-fan-driver.c | |
+9 −5 | src/scd-hwmon.c | |
+12 −10 | src/scd.c | |
+0 −1,269 | src/sonic-support-driver.c | |
+0 −19 | src/sonic-support-driver.h | |
+6 −0 | tests/all-platforms.sh | |
+35 −0 | utils/arista | |
+0 −144 | utils/arista-gardena-watchdog |