Fix for Winbond flash devices that could not parse SFDP#34
Closed
Fix for Winbond flash devices that could not parse SFDP#34
Conversation
278751e to
4dfd27c
Compare
Signed-off-by: Vivek Reddy <[email protected]>
4dfd27c to
b2b9ce9
Compare
dgsudharsan
approved these changes
Sep 27, 2024
vivekrnv
pushed a commit
that referenced
this pull request
Mar 24, 2025
…2412 (#34) ```<br>* 4a3b2e3 - (HEAD -> 202412) Merge branch '202411' of https://github.com/sonic-net/sonic-linux-kernel into 202412 (2025-03-11) [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.
We have a system with w25q128 flash and following errors are seen:
In 5.10, i see the following:
This is reported elsewhere: https://lore.kernel.org/all/[email protected]/T/ and the fix for this is merged in upstream gregkh/linux@d35df77 but the backport is not present in the stable versions.
Until that is backported, the offending commit is reverted