forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[platform/questone2bd] Support CPU and RAM voltag monitor via ADC #197
Merged
bbinxie
merged 2 commits into
SONIC-DEV:201911_cel_wb
from
pphuchar:201911_ce_wb-support-raw-i2c-on-volmon
Jul 10, 2020
Merged
[platform/questone2bd] Support CPU and RAM voltag monitor via ADC #197
bbinxie
merged 2 commits into
SONIC-DEV:201911_cel_wb
from
pphuchar:201911_ce_wb-support-raw-i2c-on-volmon
Jul 10, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* To support max11617 driver, which requires the adapter to support plain I2C functionality.
bbinxie
approved these changes
Jul 3, 2020
wendani
approved these changes
Jul 3, 2020
jerseyang
pushed a commit
that referenced
this pull request
Jun 4, 2021
- Unset CONFIG_THERMAL_STATISTICS to prevent kernel crash (#199) - [dni_dps460] Add attributes to retrieve PMBus status command codes (#197) - [mellanox]: Backport new kernel patches (#195) - [ci]: build amd64/armhf/arm64 for CI build (#196) - Fix read and write failure to ‘fan1_target’ attribute of ‘dni_dps460’ driver. (#183) Signed-off-by: Danny Allen <[email protected]>
mudsut4ke
pushed a commit
that referenced
this pull request
Sep 9, 2021
…ic-net#8577) This PR updates the following commits in sonic-platform-daemons e038bc2 [xcvrd] initial support for integrating vendor specfic class objects for calling Y-Cable API's inside xcvrd (#197) 57e3d78 Fix issue#8230 (#210) f63fc94 [thermalctld] Use interval set in thermal policy if available (#164) 8b2227d [CI] Sum up Azp unit test code coverage (#209) b880c48 [xrcvd]: Added unit test for sfp oir events (#205) 4a32b5a [y-cable] fix for logging the xcvrd metrics before writing the state to the State-DB (#208) 53e1532 (origin/shilong-test) Add str conversion for numeric xcvr info fields to xcvrd (#200) 03a4add Introduce mgmtinit delay after transceiver module insertion (#201) This PR updates the following commits in sonic-platform-common 0dc71c1 Add y-cable driver for simulated mux (#213) Signed-off-by: vaibhav-dahiya <[email protected]>
jerseyang
pushed a commit
that referenced
this pull request
Sep 26, 2021
* 063e915 2021-06-15 | [CI] sonic-config-engine now depends on SONiC YANG packages (#198) (HEAD, origin/202012) [Joe LeVeque] * 2d36a79 2021-07-13 | Fix Xcvrd crash due to invalid key access in type_of_media_interface, host_electrical_interface, connector_dict (#206) [Prince George] * 67b8a77 2021-06-18 | Fix decode error when parsing EEPROM fields (#199) [Aravind Mani] * 238d76b 2021-06-17 | Unifying the platform api for get_pcie_aer_stats with PcieBase (#197) [Sujin Kang] Signed-off-by: Guohan Lu <[email protected]>
jerseyang
pushed a commit
that referenced
this pull request
Sep 26, 2021
…aemons (sonic-net#8607) This PR updates the following commits in sonic-platform-common 9d2e7d5 Add y-cable driver for simulated mux (#213) e3e8f09 [Y-Cable][Broadcom] Broadcom implementation of YCable class which inherits from YCableBase required for Y-Cable API's in sonic-platform-daemons (#208) This PR updates the following commits in sonic-platform-daemons ebc4f3f [Y-Cable] create unknown entries for mux_cable when there is a cable present but module definition is not present/invalid module b10c417 [xcvrd] initial support for integrating vendor specfic class objects for calling Y-Cable API's inside xcvrd (#197) (#213) f3fc1ea [y-cable] fix for logging the xcvrd metrics before writing the state to the State-DB (#208) Signed-off-by: vaibhav-dahiya <[email protected]>
jerseyang
pushed a commit
that referenced
this pull request
Oct 18, 2021
1d3a810 [python coverage] fix result color bar (#202) 3f7b359 Add a template function that returns list of asics on module (#185) abc2709 Fix decode error when parsing EEPROM fields (#199) 789b41e Load interval from thermal_policy.json (#178) 540ed1c Fix Xcvrd crash due to invalid key access in type_of_media_interface, host_electrical_interface, connector_dict (#206) 716caf8 Unifying the platform api for get_pcie_aer_stats with PcieBase (#197) Update sonic-utilities with following commit 3f3974e [show priority-group drop counters] Add user info output when user want to check PG counters and polling are disabled (sonic-net#1678) 16606de Global and Interface commands for IPv6 Link local address enhancements (sonic-net#1159)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
- What I did
Update the bus driver of FPGA I2C master 6 to support master transfer.
And init MAX11617 12-channel ADC on the platform.
This ADC uses to read the CPU and DIMM voltage values.
- How I did it
- How to verify it
After booting up the unit the iio device shows on
/sys/bus/iio/devices/iio:device0
- Description for the changelog
Test Log: max11617-with-i2c-adapter.log