Christian Marangi
120330dea2
generic: 5.15: move MIPS cpuinfo patch from pending to backport
...
Move MIPS cpuinfo patch from pending to backport as it got merged
upstream.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2022-10-26 22:26:12 +08:00
AmadeusGhost
3c294bd503
treewide: remove support of kernel 5.19
2022-10-25 10:55:54 +08:00
lovehackintosh
4fef020048
kernel: bump 6.0 to 6.0.3 ( #10299 )
...
All patches automatically rebased.
Signed-off-by: Liu Linhui <liulinhui36@gmail.com>
2022-10-22 13:29:51 +00:00
KumaTea
b0d39f5588
kernel: mtd: add en25qx128a spi nor support
2022-10-21 01:35:17 +08:00
AmadeusGhost
8f3829bd9e
generic: add missing config for kernel 6.0
2022-10-18 11:01:14 +08:00
Felix Fietkau
484da47262
kernel: add missing lockdep config symbols for 5.15
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2022-10-17 23:23:23 +08:00
coolsnowwolf
518f59ad64
generic: enable MGLRU support for Linux 6.0
2022-10-17 10:28:21 +08:00
coolsnowwolf
351d4bb63b
kernel: backport MGLRU to linux 6.0 for Tianling Shen
2022-10-16 02:16:00 +08:00
coolsnowwolf
9df30a2e36
kernel: fix linux 6.0 drm support
2022-10-14 14:10:12 +08:00
coolsnowwolf
677b831c3d
kernel: add linux 6.0 stable release support
2022-10-14 12:33:52 +08:00
AmadeusGhost
3929a9889f
kernel/5.4: backport mtd parser for Sercomm parts
...
Fixes : #10143
2022-10-07 12:36:53 +08:00
lovehackintosh
6d2b34758c
kernel: bump 5.19 to 5.19.14 ( #10228 )
...
* kernel: bump 5.19 to 5.19.13
All patches automatically rebased
Signed-off-by: Liu Linhui <liulinhui36@gmail.com>
* kernel: bump 5.19 to 5.19.14
All patches automatically rebased.
Signed-off-by: Liu Linhui <liulinhui36@gmail.com>
Signed-off-by: Liu Linhui <liulinhui36@gmail.com>
2022-10-06 15:27:38 +08:00
lovehackintosh
bffd77b6d9
kernel: bump 5.15 to 5.15.72 ( #10230 )
...
Removed upstreamed:
generic/pending-5.15/722-net-mt7531-only-do-PLL-once-after-the-reset.patch
All other patches automatically rebased.
Signen-off-by: Liu Linhui <liulinhui36@gmail.com>
2022-10-06 10:55:42 +08:00
lovehackintosh
832a08ef65
kernel: bump 5.10 to 5.10.147 ( #10231 )
...
All patches automatically rebased.
Signed-off-by: Liu Linhui <liulinhui36@gmail.com>
2022-10-06 10:54:03 +08:00
lovehackintosh
3a1e4116fd
kernel: bump 5.4 to 5.4.216 ( #10232 )
...
All patches automatically rebased.
Signed-off-by: Liu Linhui <liulinhui36@gmail.com>
2022-10-06 10:53:27 +08:00
lovehackintosh
56bf33b686
kernel: bump 5.15 to 5.15.71 ( #10203 )
...
All patches automatically rebased.
Signed-off-by: Liu Linhui <liulinhui36@gmail.com>
2022-10-01 01:33:09 +08:00
lovehackintosh
13ac208389
kernel: bump 5.10 to 5.10.146 ( #10204 )
...
All patches automatically rebased.
Signed-off-by: Liu Linhui <liulinhui36@gmail.com>
2022-10-01 01:31:38 +08:00
Felix Fietkau
2dcfcb852e
kernel: fold lzma debloat patch into the patch adding the code
...
Reduces the number of hack patches
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2022-09-30 22:25:38 +08:00
Felix Fietkau
4b6fd08298
kernel: remove hack patch, move kirkwood specific kmods to target modules.mk
...
Tweaking the KCONFIG line of kmod-ata-marvell-sata makes the hack patch
unnecessary
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2022-09-30 21:35:47 +08:00
Daniel Golle
6d5501f71d
kernel: mtk_ppe: use MTK_FOE_STATE_INVALID instead of *_UNBIND
...
Instead of dropping *fix-typo-in-__mtk_foe_entry.patch which effectively
means keeping the (also wrong) assignment of MTK_FOE_STATE_BIND, rather
use MTK_FOE_STATE_INVALID as that works well on both older (NETSYS_V1)
and newer (NETSYS_V2) MediaTek SoCs.
Suggested-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2022-09-30 11:29:56 +08:00
aakkll
2b67b80839
kernel: bump 5.19 to 5.19.12 ( #10192 )
...
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2022-09-29 12:04:02 +08:00
Daniel Golle
eb9b0042b3
kernel: rename upstreamed patches and import fixes
...
Move and rename patches which were merged upstream and import follow-up
fixes for MediaTek Ethernet offloading features on MT7622 and Filogic
platforms. Remove patch
793-net-ethernet-mtk_eth_soc-fix-typo-in-__mtk_foe_entry.patch
which breaks hardware flow offloading on MT7622, it will be reverted
upstream as well.
Fixes: c93c5365c0 ("kernel: pick patches for MediaTek Ethernet from linux-next")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2022-09-28 00:33:34 +08:00
Daniel Golle
b124296a7e
kernel: backport MediaTek USB Bluetooth additions
...
Backport commits from linux.git adding support for various MT7921
Bluetooth USB IDs.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2022-09-28 00:31:22 +08:00
Daniel Golle
08a9eb94b1
kernel: pick patches for MediaTek Ethernet from linux-next
...
Pick patches with several fixes and improvements, preparation for
upcoming WED (TX) [1] as well as basic XDP support [2] with MediaTek's
Filogic SoCs to the mtk_eth_soc driver.
Also pick follow-up patch fixing Ethernet on MT7621 [3].
Tested on Bananapi BPi-R3 (MT7986), Bananapi BPi-R64 (MT7622),
Bananapi BPi-R2 (MT7623), MikroTik RouterBoard M11G (MT7621).
[1]: https://patchwork.kernel.org/project/netdevbpf/list/?series=662108&state= *
[2]: https://patchwork.kernel.org/project/netdevbpf/list/?series=675368&state= *
(the first part of the series adding wed nodes to mt7986a.dtsi was
applied to the copy of mt7986a.dtsi in our tree)
[3]: https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=5e69163d3b9931098922b3fc2f8e786af8c1f37e
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2022-09-26 16:35:29 +08:00
Daniel Golle
5844b77bad
kernel: mt7530: add support for in-band managed link
...
Add support for in-band managed link status to support SFP cage
connected to port 5 of the MT7531 switch on the Bananapi BPi-R3.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2022-09-26 16:33:04 +08:00
Daniel Golle
8a3e2d34a2
kernel: mtk_sgmii: re-organize PCS link status reporting
...
Don't report speed in case link is down.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2022-09-26 16:32:36 +08:00
Rafał Miłecki
f2dd752bf2
kernel: backport U-Boot environment data NVMEM driver
...
It parses U-Boot env data into NVMEM cells.
Fixes: 978bfe3 ("kernel: replace downstream get_mtd_device_by_node()
implementation"), #10177 , #10178
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2022-09-26 16:31:29 +08:00
lovehackintosh
34c08ba1da
kernel: bump 5.10 to 5.10.145 ( #10173 )
...
All patches automatically rebased.
Signed-off-by: Liu Linhui <liulinhui36@gmail.com>
Signed-off-by: Liu Linhui <liulinhui36@gmail.com>
2022-09-25 16:35:00 +08:00
lovehackintosh
4d84789cdd
kernel: bump 5.15 to 5.15.70 ( #10174 )
...
Manually rebased:
hack-5.15/780-usb-net-MeigLink_modem_support.patch
Removed upstreamed:
mpc85xx/patches-5.15/110-gpio-mpc8xxx-Fix-support-for-IRQ_TYPE_LEVEL_LOW-flow.patch
All other patches automatically rebased.
Signed-off-by: Liu Linhui <liulinhui36@gmail.com>
Signed-off-by: Liu Linhui <liulinhui36@gmail.com>
2022-09-25 16:34:49 +08:00
lovehackintosh
6fc2d00f25
kernel: bump 5.4 to 5.4.214 ( #10170 )
...
Manually rebased:
generic/hack-5.4/953-net-patch-linux-kernel-to-support-shortcut-fe.patch
ipq806x/patches-5.4/0063-2-tsens-support-configurable-interrupts.patch
layerscape/patches-5.4/301-arch-0008-arm-add-new-non-shareable-ioremap.patch
layerscape/patches-5.4/820-usb-0009-usb-dwc3-Add-workaround-for-host-mode-VBUS-glitch-wh.patch
layerscape/patches-5.4/801-audio-0008-Revert-ASoC-Remove-dev_err-usage-after-platform_get_.patch
octeon/patches-5.4/700-allocate_interface_by_label.patch
All other patches automatically rebased.
Signed-off-by: Liu Linhui <liulinhui36@gmail.com>
Signed-off-by: Liu Linhui <liulinhui36@gmail.com>
2022-09-24 12:09:08 +08:00
aakkll
f777bcac76
kernel: bump 5.19 to 5.19.10 ( #10168 )
...
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2022-09-23 13:52:30 +08:00
lean
19c9fb9439
kernel: bump 5.15 to 5.15.69
2022-09-23 01:14:09 +08:00
lean
978bfe37bd
kernel: replace downstream get_mtd_device_by_node() implementation
2022-09-22 19:29:52 +08:00
Felix Fietkau
9676f90040
kernel: backport MTK ethernet/WLAN offload fixes
...
Fixes issues with offloading to WED, especially with VLAN bridges involved
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2022-09-20 20:16:26 +08:00
Chuanhong Guo
3a90d86a78
kernel: 5.15: add support for ESMT F50x1G41LB
...
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
2022-09-19 21:54:35 +08:00
Daniel Golle
a4a0faa748
generic: 5.15: get uImage.FIT partition parser ready
...
Prepare uImage.FIT partition parser for Linux 5.15
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2022-09-19 21:26:27 +08:00
AmadeusGhost
8a353822ed
Revert "kernel: bump 5.4 to 5.4.211"
...
This reverts commit 548ac73c5b903061cf32094c5c100516f0fb8c5e.
2022-09-19 21:01:08 +08:00
lean
790f6e67a7
bcm53xx: update NVMEM driver for NVRAM
2022-09-17 19:14:10 +08:00
lean
5428ab1b70
kernel: bump 5.15 to 5.15.68
2022-09-17 18:22:20 +08:00
lean
aee55b2e97
Merge branch 'master' of https://github.com/coolsnowwolf/lede
2022-09-17 17:45:26 +08:00
lean
548ac73c5b
kernel: bump 5.4 to 5.4.211
2022-09-17 17:45:16 +08:00
lovehackintosh
4d3f1a6e78
kernel: bump 5.10 to 5.10.143 ( #10138 )
...
* kernel: bump 5.10 to 5.10.143
All patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
* kernel: refresh 5.10 patches
All patches automatically rebased.
Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
Signed-off-by: John Audia <therealgraysky@proton.me>
Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
Co-authored-by: John Audia <therealgraysky@proton.me>
2022-09-17 17:32:05 +08:00
aakkll
84c7916464
kernel: bump 5.19 to 5.19.9 ( #10125 )
...
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2022-09-16 02:10:53 +08:00
Rui Salvaterra
62ef304e67
kernel: add and enable MGLRU for Linux 5.15
...
Backport a preliminary version of Yu Zhao's multi-generational LRU, for
improved memory management. Refresh the patches while at it.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2022-09-15 15:29:45 +08:00
lean
cebb316d0f
kernel: bump 5.15 to 5.15.65
2022-09-13 19:18:21 +08:00
John Audia
d91aa7cef1
kernel: add # CONFIG_ARM64_ERRATUM_2441009 symbol
...
No current targets are ARMv9 or Cortex-A510 so comment the new symbol.[1]
Signed-off-by: John Audia <therealgraysky@proton.me>
2022-09-13 00:18:17 +08:00
Beginner
931b793a06
kernel: bump 5.10 to 5.10.142 ( #10084 )
...
* kernel: bump 5.10 to 5.10.139
All patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
* kernel: bump 5.10 to 5.10.141
All patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
* kernel: bump 5.10 to 5.10.142
All patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
* kernel: refresh 5.10 patches
Manual rebase:
target/linux/generic/hack-5.10/953-net-patch-linux-kernel-to-support-shortcut-fe.patch
Build system: x86_64
Build-tested: x86_64
Run-tested: x86_64
Signed-off-by: Beginner-Go <70857188+Beginner-Go@users.noreply.github.com>
Signed-off-by: John Audia <therealgraysky@proton.me>
Signed-off-by: Beginner-Go <70857188+Beginner-Go@users.noreply.github.com>
Co-authored-by: John Audia <therealgraysky@proton.me>
2022-09-12 01:25:26 +08:00
lean
2b04e06a1c
fs: port ntfs3 from kernel 5.19 to 5.10
2022-09-11 03:36:58 +08:00
lean
915d5814dd
fs: port ntfs3 from kernel 5.19 to 5.4
2022-09-11 03:34:53 +08:00
lovehackintosh
64b3d5a061
kernel: fixes build error and refresh 5.15 patches ( #10074 )
...
Manually rebased:
target/linux/generic/hack-5.15/953-net-patch-linux-kernel-to-support-shortcut-fe.patch
All other patches automatically rebased.
Build system: x86_64
Fixes : #10071
Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
2022-09-10 18:18:08 +08:00