aboutsummaryrefslogtreecommitdiff
path: root/target/linux/generic/hack-6.6/722-net-phy-aquantia-enable-AQR112-and-AQR412.patch
Commit message (Collapse)AuthorAge
* kernel/generic: Restore kernel files for v6.6Mieczyslaw Nalewaj2025-04-30
| | | | | | | | | | | | | This is an automatically generated commit which aids following Kernel patch history, as git will see the move and copy as a rename thus defeating the purpose. For the original discussion see: https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/16547 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* kernel/generic: Create kernel files for v6.12 (from v6.6)Mieczyslaw Nalewaj2025-04-30
| | | | | | | | | | This is an automatically generated commit. When doing `git bisect`, consider `git bisect --skip`. Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/16547 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* generic: phy: aquantia: correctly describe LED polarityDaniel Golle2024-10-15
| | | | | | | | | Backport newly introduced support for 'active-high' property and use it to correctly implement polarity assignment for Aquantia PHY LEDs. Previously the 'active-low' property was used to switch a LED PIN to active-high ("drive VDD" in Aquantia-speak) mode. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* generic: phy: aquantia: add pending patch to force MDI pair orderDaniel Golle2024-09-20
| | | | | | Import pending patch to force MDI pair order. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* generic: 6.6: backport pending fix for Aquantia PHY LEDsDaniel Golle2024-09-17
| | | | | | | The 'active-low' property was not applied correctly and two fixes are required to make inverted LEDs work as expected. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* generic: add fix for AQR113 PMD Global Transmit Disable bitRobert Marko2024-07-09
| | | | | | | | | | | | | | | | | | | | PMD Global Transmit Disable bit should be cleared for normal operation. This should be HW default, however I found that on Asus RT-AX89X that uses AQR113C PHY and firmware 5.4 this bit is set by default. With this bit set the AQR cannot achieve a link with its link-partner and it took me multiple hours of digging through the vendor GPL source to find this out, so lets always clear this bit during .config_init() to avoid a situation like this in the future. aqr107_wait_processor_intensive_op() is moved up because datasheet notes that any changes to this bit are processor intensive. This is a modified version of patch that got merged upstream as AQR113C has a separate config_init() upstream. Link: https://github.com/openwrt/openwrt/pull/15840 Signed-off-by: Robert Marko <robimarko@gmail.com>
* generic: 6.6: replace Aquantia pending LEDs patch with upstream versionChristian Marangi2024-06-25
| | | | | | | | | Replace Aquantia pending LEDs patch with upstream version. Sadly net maintainers didn't like integrated solution hence we still need to handle LED restore on reset with custom solution. Link: https://github.com/openwrt/openwrt/pull/15797 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* generic: 6.6: backports and add LED support for Aquantia PHYsDaniel Golle2024-05-24
| | | | | | | Backport patch adding support for the AQR114C PHY and add support for PHY LEDs and polarity setting of Aquantia 3rd and 4th generation PHYs. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* generic: 6.6: add patch to support AQR114C PHY IDPaweł Owoc2024-05-16
| | | | | | | | Add support for AQR114C PHY ID. Signed-off-by: Paweł Owoc <frut3k7@gmail.com> Link: https://github.com/openwrt/openwrt/pull/14883 Signed-off-by: Robert Marko <robimarko@gmail.com>
* generic: 6.6: manually refresh hack patchesWeijie Gao2024-03-11
| | | | | | Refresh hack patches for kernel 6.6. Signed-off-by: Weijie Gao <hackpascal@gmail.com>
* generic: copy backport, hack, pending patch and config from 6.1 to 6.6Weijie Gao2024-03-11
Copy backport, hack, pending patch and config from 6.1 to 6.6. Signed-off-by: Weijie Gao <hackpascal@gmail.com>