drivers/misc/eeprom: Add support for optoe driver#41
Merged
lguohan merged 3 commits intosonic-net:masterfrom Feb 12, 2018
donboll:master
Merged
drivers/misc/eeprom: Add support for optoe driver#41lguohan merged 3 commits intosonic-net:masterfrom donboll:master
lguohan merged 3 commits intosonic-net:masterfrom
donboll:master
Conversation
* Add the optoe driver, copied from github.com/opencomputeproject/oom * Update Makefile to build optoe * Update Kconfig to conifuge optoe Signed-off-by: Don Bollinger <don@thebollingers.org>
Contributor
|
I am not able to find the optoe driver compiled in the kernel build log. Can you check? https://sonic-jenkins.westus2.cloudapp.azure.com/job/common/job/linux-kernel-pr-build/58/consoleText |
Contributor
|
I think what is missing here is probably the kernel config, you need to enable to compile your driver as a kernel module. check this patch for sff_8436 driver. https://github.com/Azure/sonic-linux-kernel/blob/master/patch/config-dell-s6000.patch#L45 |
praveen-li
pushed a commit
to praveen-li/sonic-linux-kernel
that referenced
this pull request
Dec 18, 2020
* msft_github/master: Update to optoe driver to improve EOF handling (sonic-net#44) drivers/misc/eeprom: Add support for optoe driver (sonic-net#41) Add LED-GPIO support using for QUANTA IX1B switch (sonic-net#40)
vivekrnv
referenced
this pull request
in vivekrnv/sonic-linux-kernel
Mar 24, 2025
```<br>* 1ef7aa2 - (HEAD -> 202412) Merge branch '202411' of https://github.com/sonic-net/sonic-linux-kernel into 202412 (2025-03-17) [Sonic Automation] * 8bd11c2 - (origin/202411) Revert "[optoe] Reset page select byte to 0 before upper memory access on page 0h" (sonic-net#468) (2025-02-26) [mssonicbld] * a5e9588 - [optoe] Reset page select byte to 0 before upper memory access on page 0h (sonic-net#464) (2025-02-15) [mssonicbld]<br>```
This file contains hidden or 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
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.
Signed-off-by: Don Bollinger don@thebollingers.org