-
Notifications
You must be signed in to change notification settings - Fork 168
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
add support for SFF_8472/SFP+ standard #20
base: master
Are you sure you want to change the base?
Conversation
DO NOT MERGE until test pass |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this still needed, or can the merge/pull request be closed?
@@ -22,6 +22,7 @@ ORIG_FILE_URL = "https://sonicstorage.blob.core.windows.net/packages/linux_3.16. | |||
|
|||
$(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% : | |||
# Obtaining the Debian kernel source | |||
set -e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated? Please split it out into a separate commit with an explanation.
@@ -1,116 +1,71 @@ | |||
Update SFF8436 EEPROM driver | |||
Support newer kernel and remove eeprom_class dependency in sff_8436_eeprom |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Has this been sent upstream? If yes, please add the references.
- Please format the patch file with
git format-patch -1
, so it can easily be applied withgit am …
.
/easycla |
No description provided.