Beginner
b7305e23ef
kernel: bump 6.1 to 6.1.120 ( #13215 )
2024-12-16 16:00:10 +08:00
Beginner
4fb48d3e6f
kernel: bump 6.12 to 6.12.5 ( #13216 )
2024-12-16 10:00:16 +08:00
Bohdan Chubuk
d6318bba0f
generic: mtd: spinand: add support for F35SQA001G
...
Add support for FORESEE F35SQA001G SPI NAND.
Similar to F35SQA002G, but differs in capacity.
Datasheet:
- https://cdn.ozdisan.com/ETicaret_Dosya/704795_871495.pdf
Tested on Xiaomi AX3000T flashed with OpenWRT.
Signed-off-by: Bohdan Chubuk <chbgdn@gmail.com>
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2024-12-14 22:40:08 +08:00
Bohdan Chubuk
79545017e8
generic: mtd: spinand: add support for F35SQA002G
...
Add support for FORESEE F35SQA002G SPI NAND.
Datasheet:
https://www.longsys.com/uploads/LM-00006FORESEEF35SQA002GDatasheet_1650183701.pdf
Refresh all affected patch with make target/linux/refresh.
Signed-off-by: Bohdan Chubuk <chbgdn@gmail.com>
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2024-12-14 22:35:30 +08:00
Beginner
da0bc37b19
kernel: bump 6.6 to 6.6.64 ( #13195 )
2024-12-10 10:10:12 +08:00
Beginner
e66ffaf37c
kernel: bump 6.1 to 6.1.119 ( #13185 )
2024-12-08 16:01:09 +08:00
Beginner
fd9b9cc78b
kernel: refresh 6.6
patches ( #13179 )
2024-12-07 15:13:57 +08:00
Beginner
d83ce75e31
kernel: refresh 6.12
patches ( #13178 )
2024-12-07 10:56:20 +08:00
Daniel Golle
efce6b6392
generic: 6.6: update block nvmem patchset
...
While discussions are still ongoing, update the block NVMEM provider
patchset to the level submitted upstream to allow testing and validation.
Link: https://patchwork.kernel.org/project/linux-block/list/?series=875202
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-11-27 22:01:05 +08:00
Álvaro Fernández Rojas
446d071896
generic: backport upstream r8169 patches
...
These patches have been added in linux v6.12 release.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-11-27 21:40:20 +08:00
coolsnowwolf
fd656efbc3
kernel: bump 6.6 to 6.6.63
2024-11-23 00:31:00 +08:00
coolsnowwolf
85d99596b4
generic: fix netfilter xtables NFLOG and MARK not load on IPv4 on linux 6.6
2024-11-22 23:57:01 +08:00
coolsnowwolf
53e61ac527
kernel: add linux kernel 6.12 support
2024-11-21 13:16:25 +08:00
coolsnowwolf
418c887452
generic: sync genlmsg_mcast patch with upstream with kernel 6.6.59+
2024-11-21 12:10:10 +08:00
coolsnowwolf
b743ccd20c
kernel: bump 5.15 to 5.15.173
2024-11-18 15:13:42 +08:00
coolsnowwolf
bdc94f7fd2
kernel: bump 6.1 to 6.1.117
2024-11-18 00:31:56 +08:00
coolsnowwolf
20b3f20e53
kernel: bump 6.6 to 6.6.61
2024-11-17 23:23:59 +08:00
John Audia
44a23972ec
kernel: bump 6.6 to 6.6.60
...
All other patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
Signed-off-by: Nick Hainke <vincent@systemli.org>
2024-11-15 16:40:05 +08:00
Beginner
eba03073ab
kernel: bump 6.6 to 6.6.59
2024-11-15 16:18:19 +08:00
Daniel Golle
4078885193
generic: backport pending driver for Winchip CH348 USB
...
Import patch and package kernel module for Winchip CH348
USB-to-8x-UART chip.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-11-02 22:00:28 +08:00
Daniel Golle
897572506f
generic: phy: aquantia: correctly describe LED polarity
...
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>
2024-11-01 13:00:09 +08:00
Robert Marko
e5c20ddcd0
generic: add fix for AQR113 PMD Global Transmit Disable bit
...
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.
Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-11-01 12:38:20 +08:00
coolsnowwolf
f3d6035d78
kernel: bump 5.10 to 5.10.221
2024-10-31 16:53:49 +08:00
Daniel Golle
e1b895b3cb
generic: mtk_wed: fix path of MT7988 WO firmware
...
commit eee3c695f3 ("linux-firmware: add offloading firmware for MT7988")
added mt7988_wo_{0,1}.bin in the 'mediatek/mt7988' directory while driver
currently expects the files in the 'mediatek' directory.
Import pending patch which changes the path in the driver header now
that the firmware has been added.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-10-28 10:05:19 +08:00
Beginner
ce88975693
kernel: bump 6.6 to 6.6.58 ( #12593 )
2024-10-24 22:16:05 +08:00
Beginner
e325c0a2db
kernel: bump 6.6 to 6.6.57 ( #12556 )
2024-10-20 18:20:19 +08:00
Daniel Golle
b3eded6f1c
generic: phy: aquantia: move accepted patches to backport-6.6
...
Move patches accepted upstream from pending-6.6 to backport-6.6.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-10-19 21:29:16 +08:00
Daniel Golle
151296d52b
generic: phy: aquantia: add pending patch to force MDI pair order
...
Import pending patch to force MDI pair order.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-10-19 21:28:07 +08:00
Mieczyslaw Nalewaj
339673597b
kernel: rtl8367b: store chip in smi->rtl8367b_chip
...
Store the chip type in smi->rtl8367b_chip, fix #12537
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2024-10-14 23:10:21 +08:00
Beginner
ecaf84009c
kernel: bump 6.6 to 6.6.56 ( #12530 )
2024-10-12 10:10:41 +08:00
Robert Marko
0b75ecd310
generic: 5.15: add Winbond W25N01KV support
...
It seems that some Xiaomi AX3000T boards changed to using Winbond W25N01KV
SPI-NAND which is not supported in OpenWrt 23.05 but only in main.
Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-10-12 10:01:05 +08:00
Daniel Golle
2d6568c5d4
generic: 6.6: backport pending fix for Aquantia PHY LEDs
...
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>
2024-10-11 22:16:03 +08:00
Mieczyslaw Nalewaj
57abb30ed3
generic: mtd: winbond: more serial NAND flash types
...
Add support for W25N01JW, W25N02JWZEIF, W25N512GW, W25N02KWZEIR and W25N01GWZEIG.
Add support for W25N04KV.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2024-10-09 22:20:09 +08:00
Tianling Shen
8061c8b8f9
mediatek: add support for OpenEmbed SOM7981 ( #12524 )
...
* kernel: crypto: add atmel i2c hw accelerator support
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* kernel: add led act/polarity select for rtl8221 phy
Signed-off-by: Tianling Shen <cnsztl@gmail.com>
* mediatek: add support for OpenEmbed SOM7981
Hardware specification:
SoC: MediaTek MT7981B 2x A53
Flash: 256 MiB SPI-NAND
RAM: 0.5/1 GB DDR4
Ethernet: 1x 1GbE, 1x 2.5GbE (RTL8221B)
WiFi: MediaTek MT7976C
USB: 1x M.2 B-Key
GPIO: 26-Pin header
UART: 6 GND, 8 TX, 10 RX (in Pin header)
Button: Reset
Installation:
The board comes with a third-party custom OpenWrt image, you can upload
sysupgrade image via LuCI directly WITHOUT keeping configurations.
Or power on the board with pressing reset button for 5 second, then visit
http://192.168.1.1 and upload -factory.bin firmware.
Signed-off-by: Tianling Shen <cnsztl@gmail.com>
---------
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Signed-off-by: Tianling Shen <cnsztl@gmail.com>
2024-10-08 19:42:37 +08:00
coolsnowwolf
9a4a925205
generic: add missing kernel config
2024-10-06 22:08:18 +08:00
Beginner
6df0b2d9f4
kernel: bump 6.6 to 6.6.54 ( #12519 )
2024-10-05 01:55:15 +08:00
coolsnowwolf
b99d532315
kernel: bump 5.4 to 5.4.284
2024-10-01 14:11:04 +08:00
Beginner
d1ebc2ca7d
kernel: bump 6.6 to 6.6.53 ( #12509 )
2024-10-01 12:25:04 +08:00
Beginner
1a1b7da30d
kernel: bump 6.1 to 6.1.112 ( #12510 )
2024-10-01 12:20:19 +08:00
aiamadeus
801f345131
kernel: refresh 6.1 patches
...
Fixes: 718ac37 ("kernel: bump 6.1 to 6.1.111")
Closed : #12487
2024-09-21 15:16:16 +08:00
coolsnowwolf
6dc420855a
kernel: bump 6.6 to 6.6.52
2024-09-19 22:24:09 +08:00
coolsnowwolf
718ac376b9
kernel: bump 6.1 to 6.1.111
2024-09-19 22:14:36 +08:00
John Audia
6da40576e0
kernel: bump 6.6 to 6.6.51 ( #16370 )
...
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.51
All other patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
2024-09-19 15:10:28 +08:00
aiamadeus
49910e1e4c
generic: refresh kernel 6.6 patches
2024-09-12 23:00:10 +08:00
John Audia
530265022e
kernel: bump 6.6 to 6.6.50 ( #16351 )
...
All patch automatically rebased.
Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne
Signed-off-by: John Audia <therealgraysky@proton.me>
2024-09-12 22:40:09 +08:00
Álvaro Fernández Rojas
83273215e8
generic: 6.6: backport upstream r8169 patches
...
- improve RTL8411b phy-down fixup
- remove not needed check in rtl_fw_write_firmware
- remove multicast filter limit
- improve handling task scheduling
- simplify EEE handling
- simplify code by using core-provided pcpu stats allocation
- add generic rtl_set_eee_txidle_timer function
- support setting the EEE tx idle timer on RTL8168h
- add support for returning tx_lpi_timer in ethtool get_eee
- annotate writes on dev->mtu from ndo_change_mtu()
- disable interrupt source RxOverflow
- remove detection of chip version 11 (early RTL8168b)
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-09-08 22:08:04 +08:00
Álvaro Fernández Rojas
821b80c796
generic: 6.6: backport upstream Realtek PHY patch
...
- Fix setting of PHY LEDs Mode B bit on RTL8211F.
- Rename pending Realtek PHY patches.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-09-07 21:16:17 +08:00
Álvaro Fernández Rojas
92ccb72981
generic: 6.6: backport realtek phy patches from 6.11
...
- add support for rtl8224 2.5Gbps PHY
- add support for PHY LEDs on RTL8211F
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-09-06 23:28:22 +08:00
Álvaro Fernández Rojas
bbe8198ea5
generic: 6.6: backport upstream RealTek PHY patches
...
Replace downstream RealTek PHY patches with backported ones.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-09-05 22:00:09 +08:00
Til Kaiser
7b3297e6ad
generic: 6.x: add missing DCB symbols
...
Disables Data Center Bridging support for some network drivers by
default to avoid compilation errors when CONFIG_DCB is enabled.
Signed-off-by: Til Kaiser <mail@tk154.de>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2024-09-01 23:00:28 +08:00