forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 9
Airoha update patch pahse2 #120
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
Closed
Closed
Conversation
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
83e2bdd to
c1a6c0f
Compare
6702d98 to
557ef63
Compare
Fix the model name in DTS compatible, Makefiles and board scripts by using dash instead of comma or underscore. This aligns it with other examples in OpenWrt and makes in consistent in all places where the board model is used. 'tplink,tl-st1008f,v2' --> 'tplink,tl-st1008f-v2' 'tplink,tl-st1008f_v2' --> 'tplink,tl-st1008f-v2' Fixes: 39b9b49 ("realtek: add support for TP-Link TL-ST1008F v2.0") Fixes: openwrt#19930 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com> Link: openwrt#19934 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Replace thermal patch with upstream version. The thermal maintainer reported that the sysfs entry are considered deprecated and that slope and offset should be handled internally to the driver. Link: openwrt#19816 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Add support for Aeonsemi AS21xxx firmware blob. Firmware has been submitted and accepted to linux-firmware. Current version is 1.8.2. Link: openwrt#19816 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Backport support for Aeonsemi AS121xxx PHY. The PHY require dedicated firmware to be loaded to correctly work and support a big family of Aeonsemi PHY that provide from 1G to 10G speed. Automatically refresh all affected patch and file (rtl PHY). Link: openwrt#19816 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Add support for Airoha EN7581 NPU firmware present in linux-firmware. Support for it is fully upstream with the Ethernet part fully pushed and the Wireless Offload currently in progress for various WiFi chip. Link: openwrt#19816 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Mediatek PHY patch has been merged upstream. Reintroduce them to backport directory as the same PHY is also needed for Airoha target. All the affected patch automatically refreshed. Link: openwrt#19816 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Backport patch adding support for AN7581 Ethernet PHY based on the same Mediatek embedded Switch PHY. Link: openwrt#19816 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Backport trivial fixes from upstream related to pinctrl and ethernet driver. Link: openwrt#19816 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Major backport of upstream patch for support of multiple feature of the Airoha Ethernet driver. Feature backported are TSO, Jumbo packet, Offload and initial Wlan Offload support. Link: openwrt#19816 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Add the NPU and reserved memory node for AN7581 dtsi since it's not supported. Link: openwrt#19816 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
557ef63 to
3dca527
Compare
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.
Thanks for your contribution to OpenWrt!
To help keep the codebase consistent and readable,
and to help people review your contribution,
we ask you to follow the rules you find in the wiki at this link
https://openwrt.org/submitting-patches
Please remove this message before posting the pull request.