1
0
Fork 0
forked from mirror/openwrt
openwrt/target/linux/generic/backport-5.15
Marco von Rosenberg f314debd4f ath79: add support for Huawei AP5030DN
Huawei AP5030DN is a dual-band, dual-radio 802.11ac Wave 1 3x3 MIMO
enterprise access point with two Gigabit Ethernet ports and PoE
support.

Hardware highlights:
- CPU: QCA9550 SoC at 720MHz
- RAM: 256MB DDR2
- Flash: 32MB SPI-NOR
- Wi-Fi 2.4GHz: QCA9550-internal radio
- Wi-Fi 5GHz: QCA9880 PCIe WLAN SoC
- Ethernet 1: 10/100/1000 Mbps Ethernet through Broadcom B50612E PHY
- Ethernet 2: 10/100/1000 Mbps Ethernet through Marvell 88E1510 PHY
- PoE: input through Ethernet 1 port
- Standalone 12V/2A power input
- Serial console externally available through RJ45 port
- External watchdog: SGM706 (1.6s timeout)

Serial console:
  9600n8 (9600 baud, no stop bits, no parity, 8 data bits)

MAC addresses:
  Each device has 32 consecutive MAC addresses allocated by
  the vendor, which don't overlap between devices.
  This was confirmed with multiple devices with consecutive
  serial numbers.
  The MAC address range starts with the address on the label.
  To be able to distinguish between the interfaces,
  the following MAC address scheme is used:
    - eth0 = label MAC
    - eth1 = label MAC + 1
    - radio0 (Wi-Fi 5GHz) = label MAC + 2
    - radio1 (Wi-Fi 2.4GHz) = label MAC + 3

Installation:
0. Connect some sort of RJ45-to-USB adapter to "Console" port of the AP

1. Power up the AP

2. At prompt "Press f or F  to stop Auto-Boot in 3 seconds",
   do what they say.
   Log in with default admin password "admin@huawei.com".

3. Boot the OpenWrt initramfs from TFTP using the hidden script
   "run ramboot". Replace IP address as needed:

   > setenv serverip 192.168.1.10
   > setenv ipaddr 192.168.1.1
   > setenv rambootfile
     openwrt-ath79-generic-huawei_ap5030dn-initramfs-kernel.bin
   > saveenv
   > run ramboot

4. Optional but recommended as the factory firmware cannot
   be downloaded publicly:
   Back up contents of "firmware" partition using the web interface or ssh:

   $ ssh root@192.168.1.1 cat /dev/mtd11 > huawei_ap5030dn_fw_backup.bin

5. Run sysupgrade using sysupgrade image. OpenWrt
   shall boot from flash afterwards.

Return to factory firmware (using firmware upgrade package downloaded from
non-public Huawei website):
1. Start a TFTP server in the directory where
   the firmware upgrade package is located

2. Boot to u-boot as described above

3. Install firmware upgrade package and format the config partitions:

   > update system FatAP5X30XN_SOMEVERSION.bin
   > format_fs

Return to factory firmware (from previously created backup):
1. Copy over the firmware partition backup to /tmp,
   for example using scp

2. Use sysupgrade with force to restore the backup:
   sysupgrade -F huawei_ap5030dn_fw_backup.bin

3. Boot AP to U-Boot as described above

Quirks and known issues
-----------------------

- On initial power-up, the Huawei-modified bootloader suspends both
ethernet PHYs (it sets the "Power Down" bit in the MII control
register). Unfortunately, at the time of the initial port, the kernel
driver for the B50612E/BCM54612E PHY behind eth0 doesn't have a resume
callback defined which would clear this bit. This makes the PHY unusable
since it remains suspended forever. This is why the backported kernel
patches in this commit are required which add this callback and for
completeness also a suspend callback.

- The stock firmware has a semi dual boot concept where the primary
kernel uses a squashfs as root partition and the secondary kernel uses
an initramfs. This dual boot concept is circumvented on purpose to gain
more flash space and since the stock firmware's flash layout isn't
compatible with mtdsplit.

- The external watchdog's timeout of 1.6s is very hard to satisfy
during bootup. This is why the GPIO15 pin connected to the watchdog input
is configured directly in the LZMA loader to output the CPU_CLK/4 signal
which keeps the watchdog happy until the wdt-gpio kernel driver takes
over. Because it would also take too long to read the whole kernel image
from flash, the uImage header only includes the loader which then reads
the kernel image from flash after GPIO15 is configured.

Signed-off-by: Marco von Rosenberg <marcovr@selfnet.de>
[fixed 6.6 backport patch naming]
Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit 06cdc07f8c)
2024-04-03 02:56:56 +02:00
..
005-v5.17-01-Kbuild-use-Wdeclaration-after-statement.patch kernel: bump 5.15 to 5.15.100 2023-03-18 12:52:17 +01:00
005-v5.17-02-Kbuild-move-to-std-gnu11.patch kernel: bump 5.15 to 5.15.100 2023-03-18 12:52:17 +01:00
005-v5.17-03-Kbuild-use-std-gnu11-for-KBUILD_USERCFLAGS.patch kernel: bump 5.15 to 5.15.100 2023-03-18 12:52:17 +01:00
020-v6.1-01-mm-x86-arm64-add-arch_has_hw_pte_young.patch kernel: bump 5.15 to 5.15.145 2024-01-07 12:57:30 +00:00
020-v6.1-02-mm-x86-add-CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG.patch kernel: bump 5.15 to 5.15.149 2024-03-08 11:28:10 +01:00
020-v6.1-03-mm-vmscan.c-refactor-shrink_node.patch generic: 5.15: refresh kernel patches 2023-03-27 14:16:10 +02:00
020-v6.1-04-Revert-include-linux-mm_inline.h-fold-__update_lru_s.patch generic: 5.15: refresh kernel patches 2023-03-27 14:16:10 +02:00
020-v6.1-05-mm-multi-gen-LRU-groundwork.patch kernel: bump 5.15 to 5.15.150 2024-03-08 11:28:10 +01:00
020-v6.1-06-mm-multi-gen-LRU-minimal-implementation.patch generic: 5.15: refresh kernel patches 2023-03-27 14:16:10 +02:00
020-v6.1-07-mm-multi-gen-LRU-exploit-locality-in-rmap.patch kernel: bump 5.15 to 5.15.132 2023-09-25 23:04:37 +02:00
020-v6.1-08-mm-multi-gen-LRU-support-page-table-walks.patch kernel: bump 5.15 to 5.15.145 2024-01-07 12:57:30 +00:00
020-v6.1-09-mm-multi-gen-LRU-optimize-multiple-memcgs.patch generic: 5.15: refresh kernel patches 2023-03-27 14:16:10 +02:00
020-v6.1-10-mm-multi-gen-LRU-kill-switch.patch kernel: bump 5.15 to 5.15.134 2023-10-08 16:52:48 +02:00
020-v6.1-11-mm-multi-gen-LRU-thrashing-prevention.patch generic: 5.15: refresh kernel patches 2023-03-27 14:16:10 +02:00
020-v6.1-12-mm-multi-gen-LRU-debugfs-interface.patch generic: 5.15: refresh kernel patches 2023-03-27 14:16:10 +02:00
020-v6.1-13-mm-mglru-don-t-sync-disk-for-each-aging-cycle.patch generic: 5.15: refresh kernel patches 2023-03-27 14:16:10 +02:00
020-v6.1-14-mm-multi-gen-LRU-retry-pages-written-back-while-isol.patch generic: 5.15: refresh kernel patches 2023-03-27 14:16:10 +02:00
020-v6.1-15-mm-multi-gen-LRU-move-lru_gen_add_mm-out-of-IRQ-off-.patch generic: 5.15: refresh kernel patches 2023-03-27 14:16:10 +02:00
020-v6.1-17-mm-add-dummy-pmd_young-for-architectures-not-having-.patch kernel: bump 5.15 to 5.15.110 2023-05-03 16:32:26 +02:00
020-v6.1-18-mm-introduce-arch_has_hw_nonleaf_pmd_young.patch generic: 5.15: refresh kernel patches 2023-03-27 14:16:10 +02:00
020-v6.2-16-mm-multi-gen-LRU-fix-crash-during-cgroup-migration.patch generic: 5.15: refresh kernel patches 2023-03-27 14:16:10 +02:00
020-v6.3-19-mm-add-vma_has_recency.patch kernel: bump 5.15 to 5.15.120 2023-07-08 15:43:59 +02:00
020-v6.3-20-mm-support-POSIX_FADV_NOREUSE.patch generic: 5.15: refresh kernel patches 2023-03-27 14:16:10 +02:00
020-v6.3-21-mm-multi-gen-LRU-rename-lru_gen_struct-to-lru_gen_pa.patch generic: 5.15: refresh kernel patches 2023-03-27 14:16:10 +02:00
020-v6.3-22-mm-multi-gen-LRU-rename-lrugen-lists-to-lrugen-pages.patch generic: 5.15: refresh kernel patches 2023-03-27 14:16:10 +02:00
020-v6.3-23-mm-multi-gen-LRU-remove-eviction-fairness-safeguard.patch generic: 5.15: refresh kernel patches 2023-03-27 14:16:10 +02:00
020-v6.3-24-mm-multi-gen-LRU-remove-aging-fairness-safeguard.patch generic: 5.15: refresh kernel patches 2023-03-27 14:16:10 +02:00
020-v6.3-25-mm-multi-gen-LRU-shuffle-should_run_aging.patch generic: 5.15: refresh kernel patches 2023-03-27 14:16:10 +02:00
020-v6.3-26-mm-multi-gen-LRU-per-node-lru_gen_page-lists.patch kernel: bump 5.15 to 5.15.145 2024-01-07 12:57:30 +00:00
020-v6.3-27-mm-multi-gen-LRU-clarify-scan_control-flags.patch generic: 5.15: refresh kernel patches 2023-03-27 14:16:10 +02:00
020-v6.3-28-mm-multi-gen-LRU-simplify-arch_has_hw_pte_young-chec.patch generic: 5.15: refresh kernel patches 2023-03-27 14:16:10 +02:00
020-v6.3-29-mm-multi-gen-LRU-avoid-futile-retries.patch generic: 5.15: refresh kernel patches 2023-03-27 14:16:10 +02:00
050-v5.16-00-MIPS-uasm-Enable-muhu-opcode-for-MIPS-R6.patch
050-v5.16-01-mips-uasm-Add-workaround-for-Loongson-2F-nop-CPU-err.patch
050-v5.16-02-mips-bpf-Add-eBPF-JIT-for-32-bit-MIPS.patch
050-v5.16-03-mips-bpf-Add-new-eBPF-JIT-for-64-bit-MIPS.patch
050-v5.16-04-mips-bpf-Add-JIT-workarounds-for-CPU-errata.patch
050-v5.16-05-mips-bpf-Enable-eBPF-JITs.patch kernel: bump 5.15 to 5.15.125 2023-08-10 21:07:50 +02:00
050-v5.16-06-mips-bpf-Remove-old-BPF-JIT-implementations.patch
060-v5.18-01-bpf-selftests-Add-helpers-to-directly-use-the-capget.patch kernel: backport libcap workaround for BPF selftests 2023-06-09 13:20:44 +02:00
060-v5.18-02-bpf-selftests-Remove-libcap-usage-from-test_verifier.patch kernel: backport libcap workaround for BPF selftests 2023-06-09 13:20:44 +02:00
060-v5.18-03-bpf-selftests-Remove-libcap-usage-from-test_progs.patch kernel: backport libcap workaround for BPF selftests 2023-06-09 13:20:44 +02:00
080-v5.17-clk-gate-Add-devm_clk_hw_register_gate.patch kernel: bump 5.15 to 5.15.148 2024-02-10 20:19:28 +01:00
100-v5.18-tty-serial-bcm63xx-use-more-precise-Kconfig-symbol.patch bcm63xx: add linux v5.15 support 2022-05-20 15:53:16 +02:00
200-v5.18-tools-resolve_btfids-Build-with-host-flags.patch kernel: bump 5.15 to 5.15.41 2022-06-06 19:20:28 +02:00
201-v5.16-scripts-dtc-Update-to-upstream-version-v1.6.1-19-g0a.patch generic: 5.15: move dtc drop interrupt check from pending to backport 2022-10-24 21:10:46 +02:00
300-v5.18-pinctrl-qcom-Return--EINVAL-for-setting-affinity-if-no-IRQ-parent.patch generic: 5.15: refresh backport patch 2022-03-27 04:51:38 +01:00
301-v5.16-soc-qcom-smem-Support-reserved-memory-description.patch generic: 5.15: backport qcom smem patch for reserved-space support 2022-10-25 01:29:43 +02:00
302-v5.16-watchdog-bcm63xx_wdt-fix-fallthrough-warning.patch generic: 5.15: backport bcm63xx wdt patch fixing fallthrough warning 2023-05-12 03:15:35 +02:00
330-v5.16-01-MIPS-kernel-proc-add-CPU-option-reporting.patch generic: 5.15: move MIPS cpuinfo patch from pending to backport 2022-10-24 21:10:45 +02:00
330-v5.16-02-MIPS-Fix-using-smp_processor_id-in-preemptible-in-sh.patch generic: 5.15: move MIPS cpuinfo patch from pending to backport 2022-10-24 21:10:45 +02:00
331-v5.19-mtd-spinand-Add-support-for-XTX-XT26G0xA.patch generic: 5.15: move pending xtx nand patch from pending to backport 2022-10-24 21:10:46 +02:00
344-v5.18-01-phy-marvell-phy-mvebu-a3700-comphy-Remove-port-from-.patch generic: 5.15: move mvebu aardvark patch from pending to backport 2022-10-24 21:10:47 +02:00
344-v5.18-02-phy-marvell-phy-mvebu-a3700-comphy-Add-native-kernel.patch generic: 5.15: move mvebu aardvark patch from pending to backport 2022-10-24 21:10:47 +02:00
345-v5.17-arm64-dts-marvell-armada-37xx-Add-xtal-clock-to-comp.patch generic: 5.15: move mvebu aardvark patch from pending to backport 2022-10-24 21:10:47 +02:00
346-v5.18-01-Revert-ata-ahci-mvebu-Make-SATA-PHY-optional-for-Arm.patch kernel: bump 5.15 to 5.15.150 2024-03-08 11:28:10 +01:00
346-v5.18-02-Revert-usb-host-xhci-mvebu-make-USB-3.0-PHY-optional.patch kernel: bump 5.15 to 5.15.149 2024-03-08 11:28:10 +01:00
346-v5.18-03-Revert-PCI-aardvark-Fix-initialization-with-old-Marv.patch generic: 5.15: move mvebu aardvark patch from pending to backport 2022-10-24 21:10:47 +02:00
347-v6.0-phy-marvell-phy-mvebu-a3700-comphy-Remove-broken-res.patch generic: 5.15: move mvebu aardvark patch from pending to backport 2022-10-24 21:10:47 +02:00
350-v5.18-regmap-add-configurable-downshift-for-addresses.patch kernel: bump 5.15 to 5.15.152 2024-03-29 14:06:15 +01:00
351-v5.18-regmap-allow-a-defined-reg_base-to-be-added-to-every.patch kernel: bump 5.15 to 5.15.152 2024-03-29 14:06:15 +01:00
352-v6.3-regmap-apply-reg_base-and-reg_downshift-for-single-r.patch kernel: bump 5.15 to 5.15.152 2024-03-29 14:06:15 +01:00
400-v5.19-mtd-call-of_platform_populate-for-MTD-partitions.patch kernel: backport mtd patch adding of_platform_populate() calls 2022-07-08 10:19:53 +02:00
401-v6.0-mtd-parsers-add-support-for-Sercomm-partitions.patch kernel: rename 5.20 patches to 6.0 2022-08-17 20:46:52 +02:00
402-v6.0-mtd-next-mtd-core-introduce-of-support-for-dynamic-partitions.patch kernel: bump 5.15 to 5.15.86 2023-01-03 23:55:45 +01:00
403-v6.1-mtd-allow-getting-MTD-device-associated-with-a-speci.patch kernel: bump 5.15 to 5.15.111 2023-05-13 22:38:35 +02:00
404-v6.0-mtd-core-check-partition-before-dereference.patch kernel: fix possible mtd NULL pointer dereference 2022-10-04 12:06:03 +02:00
405-v6.1-mtd-core-add-missing-of_node_get-in-dynamic-partitio.patch kernel: mtd: fix unbalanced of_node_put() in dynamic partitions code 2022-10-19 07:07:14 +02:00
406-v6.2-0001-mtd-core-simplify-a-bit-code-find-partition-matching.patch kernel: mtd: backport extended dynamic partitions support 2022-10-19 07:07:14 +02:00
406-v6.2-0002-mtd-core-try-to-find-OF-node-for-every-MTD-partition.patch kernel: mtd: backport extended dynamic partitions support 2022-10-19 07:07:14 +02:00
407-v5.17-mtd-parsers-qcom-Don-t-print-error-message-on-EPROBE.patch generic: 5.15: backport smempart parser fixup patch with EPROBE_DEFER error 2022-10-25 01:29:44 +02:00
408-v6.2-mtd-core-set-ROOT_DEV-for-partitions-marked-as-rootf.patch kernel: bump 5.15 to 5.15.86 2023-01-03 23:55:45 +01:00
410-v5.18-mtd-parsers-trx-allow-to-use-on-MediaTek-MIPS-SoCs.patch generic: 5.15: add missing tag for some backports patches 2022-10-18 22:45:08 +02:00
420-v5.19-02-mtd-spinand-gigadevice-add-support-for-GD5FxGQ4xExxG.patch kernel: bump 5.15 to 5.15.151 2024-03-29 14:05:51 +01:00
420-v5.19-03-mtd-spinand-gigadevice-add-support-for-GD5F1GQ5RExxG.patch kernel: bump 5.15 to 5.15.151 2024-03-29 14:05:51 +01:00
420-v5.19-04-mtd-spinand-gigadevice-add-support-for-GD5F-2-4-GQ5x.patch kernel: bump 5.15 to 5.15.151 2024-03-29 14:05:51 +01:00
420-v5.19-05-mtd-spinand-gigadevice-add-support-for-GD5FxGM7xExxG.patch kernel: bump 5.15 to 5.15.151 2024-03-29 14:05:51 +01:00
421-v6.2-mtd-parsers-add-TP-Link-SafeLoader-partitions-table-.patch kernel: mtd: backport SafeLoader parser 2022-10-19 07:07:14 +02:00
422-v5.19-mtd-spi-nor-support-eon-en25qh256a.patch kernel: add patch to support en25qh256a 2023-01-06 19:22:52 +01:00
423-v6.1-0001-mtd-track-maximum-number-of-bitflips-for-each-read-r.patch kernel: bump 5.15 to 5.15.111 2023-05-13 22:38:35 +02:00
423-v6.1-0002-mtd-always-initialize-stats-in-struct-mtd_oob_ops.patch kernel: backport MEMREAD ioctl 2023-04-18 13:53:03 +02:00
423-v6.1-0003-mtd-add-ECC-error-accounting-for-each-read-request.patch kernel: backport MEMREAD ioctl 2023-04-18 13:53:03 +02:00
423-v6.1-0004-mtdchar-add-MEMREAD-ioctl.patch kernel: backport MEMREAD ioctl 2023-04-18 13:53:03 +02:00
423-v6.3-mtd-spinand-macronix-use-scratch-buffer-for-DMA-oper.patch generic: fix Macronix SPI-NAND driver 2023-03-27 19:07:54 +01:00
424-v6.4-0004-mtd-core-prepare-mtd_otp_nvmem_add-to-handle-EPROBE_.patch kernel: backport mtd fixes for nvmem 2023-04-06 07:26:11 +02:00
600-v5.18-page_pool-Add-allocation-stats.patch kernel: bump 5.15 to 5.15.118 2023-06-25 16:05:18 +02:00
601-v5.18-page_pool-Add-recycle-stats.patch kernel: bump 5.15 to 5.15.115 2023-06-17 12:09:03 +02:00
602-v5.18-page_pool-Add-function-to-batch-and-return-stats.patch kernel: bump 5.15 to 5.15.115 2023-06-17 12:09:03 +02:00
603-v5.19-page_pool-Add-recycle-stats-to-page_pool_put_page_bu.patch kernel: bump 5.15 to 5.15.115 2023-06-17 12:09:03 +02:00
604-v5.19-net-page_pool-introduce-ethtool-stats.patch kernel: bump 5.15 to 5.15.115 2023-06-17 12:09:03 +02:00
605-v5.18-xdp-introduce-flags-field-in-xdp_buff-xdp_frame.patch kernel: refresh backport-5.15 patches 2022-10-07 16:45:10 +01:00
606-v5.18-xdp-add-frags-support-to-xdp_return_-buff-frame.patch kernel: bump 5.15 to 5.15.115 2023-06-17 12:09:03 +02:00
607-v5.18-net-skbuff-add-size-metadata-to-skb_shared_info-for-.patch kernel: bump 5.15 to 5.15.109 2023-04-30 00:02:47 +02:00
608-v5.18-net-veth-Account-total-xdp_frame-len-running-ndo_xdp.patch kernel: bump 5.15 to 5.15.132 2023-09-25 23:04:37 +02:00
609-v5.18-veth-Allow-jumbo-frames-in-xdp-mode.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
611-v6.3-net-add-helper-eth_addr_add.patch kernel: backport eth_addr_add() 2023-03-21 06:16:50 +01:00
700-v5.17-net-dsa-introduce-tagger-owned-storage-for-private.patch kernel: bump 5.15 to 5.15.115 2023-06-17 12:09:03 +02:00
701-v5.17-dsa-make-tagging-protocols-connect-to-individual-switches.patch kernel: bump 5.15 to 5.15.78 2022-11-12 17:05:13 +01:00
702-v5.19-00-net-ethernet-mtk_eth_soc-add-support-for-coherent-DM.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
702-v5.19-01-arm64-dts-mediatek-mt7622-add-support-for-coherent-D.patch kernel: bump 5.15 to 5.15.100 2023-03-18 12:52:17 +01:00
702-v5.19-02-net-ethernet-mtk_eth_soc-add-support-for-Wireless-Et.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
702-v5.19-03-net-ethernet-mtk_eth_soc-implement-flow-offloading-t.patch kernel: bump 5.15 to 5.15.137 2023-10-29 13:00:28 +01:00
702-v5.19-04-arm64-dts-mediatek-mt7622-introduce-nodes-for-Wirele.patch kernel: bump 5.15 to 5.15.100 2023-03-18 12:52:17 +01:00
702-v5.19-05-net-ethernet-mtk_eth_soc-add-ipv6-flow-offload-suppo.patch kernel: move mtk flow offload patches to backport-5.15 2022-06-18 10:33:30 +02:00
702-v5.19-06-net-ethernet-mtk_eth_soc-support-TC_SETUP_BLOCK-for-.patch kernel: bump 5.15 to 5.15.106 2023-04-09 14:48:34 +02:00
702-v5.19-07-net-ethernet-mtk_eth_soc-allocate-struct-mtk_ppe-sep.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
702-v5.19-08-net-ethernet-mtk_eth_soc-rework-hardware-flow-table-.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
702-v5.19-09-net-ethernet-mtk_eth_soc-remove-bridge-flow-offload-.patch kernel: move mtk flow offload patches to backport-5.15 2022-06-18 10:33:30 +02:00
702-v5.19-10-net-ethernet-mtk_eth_soc-support-creating-mac-addres.patch kernel: move mtk flow offload patches to backport-5.15 2022-06-18 10:33:30 +02:00
702-v5.19-11-net-ethernet-mtk_eth_soc-wed-fix-sparse-endian-warni.patch kernel: backport upstream mtk_eth_soc patches 2022-06-18 10:33:30 +02:00
702-v5.19-12-net-ethernet-mtk_eth_soc-fix-return-value-check-in-m.patch kernel: backport upstream mtk_eth_soc patches 2022-06-18 10:33:30 +02:00
702-v5.19-13-net-ethernet-mtk_eth_soc-use-standard-property-for-c.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
702-v5.19-14-net-ethernet-mtk_eth_soc-use-after-free-in-__mtk_ppe.patch kernel: backport upstream mtk_eth_soc patches 2022-06-18 10:33:30 +02:00
702-v5.19-15-net-ethernet-mtk_eth_soc-add-check-for-allocation-fa.patch kernel: backport upstream mtk_eth_soc patches 2022-06-18 10:33:30 +02:00
702-v5.19-16-eth-mtk_eth_soc-silence-the-GCC-12-array-bounds-warn.patch kernel: backport upstream mtk_eth_soc patches 2022-06-18 10:33:30 +02:00
702-v5.19-17-net-ethernet-mtk_eth_soc-rely-on-GFP_KERNEL-for-dma_.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
702-v5.19-18-net-ethernet-mtk_eth_soc-move-tx-dma-desc-configurat.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
702-v5.19-19-net-ethernet-mtk_eth_soc-add-txd_size-to-mtk_soc_dat.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
702-v5.19-20-net-ethernet-mtk_eth_soc-rely-on-txd_size-in-mtk_tx_.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
702-v5.19-21-net-ethernet-mtk_eth_soc-rely-on-txd_size-in-mtk_des.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
702-v5.19-22-net-ethernet-mtk_eth_soc-rely-on-txd_size-in-txd_to_.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
702-v5.19-23-net-ethernet-mtk_eth_soc-add-rxd_size-to-mtk_soc_dat.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
702-v5.19-24-net-ethernet-mtk_eth_soc-rely-on-txd_size-field-in-m.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
702-v5.19-25-net-ethernet-mtk_eth_soc-rely-on-rxd_size-field-in-m.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
702-v5.19-26-net-ethernet-mtk_eth_soc-introduce-device-register-m.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
702-v5.19-27-net-ethernet-mtk_eth_soc-introduce-MTK_NETSYS_V2-sup.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
702-v5.19-28-net-ethernet-mtk_eth_soc-convert-ring-dma-pointer-to.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
702-v5.19-29-net-ethernet-mtk_eth_soc-convert-scratch_ring-pointe.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
702-v5.19-30-net-ethernet-mtk_eth_soc-introduce-support-for-mt798.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
702-v5.19-31-net-ethernet-mtk_eth_soc-fix-error-code-in-mtk_flow_.patch kernel: backport upstream mtk_eth_soc patches 2022-06-18 10:33:30 +02:00
702-v5.19-33-net-ethernet-mtk_eth_soc-enable-rx-cksum-offload-for.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
702-v5.19-34-eth-mtk_ppe-fix-up-after-merge.patch kernel: backport mtk wlan flow offloading fix 2022-07-18 15:14:16 +02:00
703-00-v5.16-net-convert-users-of-bitmap_foo-to-linkmode_foo.patch kernel: bump 5.15 to 5.15.149 2024-03-08 11:28:10 +01:00
703-01-v5.16-net-phylink-add-MAC-phy_interface_t-bitmap.patch kernel: bump 5.15 to 5.15.76 2022-10-30 17:57:25 +01:00
703-02-v5.16-net-phylink-use-supported_interfaces-for-phylink-val.patch kernel: bump 5.15 to 5.15.76 2022-10-30 17:57:25 +01:00
703-03-v5.16-net-dsa-populate-supported_interfaces-member.patch kernel: bump 5.15 to 5.15.115 2023-06-17 12:09:03 +02:00
703-04-v5.17-net-dsa-consolidate-phylink-creation.patch kernel: bump 5.15 to 5.15.80 2022-11-27 13:18:29 +01:00
703-05-v5.17-net-dsa-replace-phylink_get_interfaces-with-phylink_.patch kernel: bump 5.15 to 5.15.115 2023-06-17 12:09:03 +02:00
703-06-v5.18-net-dsa-add-support-for-phylink-mac_select_pcs.patch kernel: bump 5.15 to 5.15.115 2023-06-17 12:09:03 +02:00
703-07-v5.16-net-phy-add-phy_interface_t-bitmap-support.patch kernel: backport generic phylink validate 2022-08-30 13:36:28 +01:00
703-08-v5.17-net-phylink-add-mac_select_pcs-method-to-phylink_mac.patch kernel: bump 5.15 to 5.15.145 2024-01-07 12:57:30 +00:00
703-09-v5.17-net-phylink-add-generic-validate-implementation.patch kernel: bump 5.15 to 5.15.76 2022-10-30 17:57:25 +01:00
703-11-v5.17-net-phylink-add-pcs_validate-method.patch kernel: bump 5.15 to 5.15.76 2022-10-30 17:57:25 +01:00
703-12-v5.17-net-phylink-add-legacy_pre_march2020-indicator.patch kernel: bump 5.15 to 5.15.76 2022-10-30 17:57:25 +01:00
703-13-v5.17-net-dsa-mark-DSA-phylink-as-legacy_pre_march2020.patch kernel: bump 5.15 to 5.15.80 2022-11-27 13:18:29 +01:00
703-14-v5.17-net-phylink-use-legacy_pre_march2020.patch kernel: bump 5.15 to 5.15.76 2022-10-30 17:57:25 +01:00
703-15-v5.18-net-phy-phylink-fix-DSA-mac_select_pcs-introduction.patch kernel: bump 5.15 to 5.15.145 2024-01-07 12:57:30 +00:00
703-16-v5.16-net-mvneta-populate-supported_interfaces-member.patch kernel: fix mvneta Ethernet after generic phylink validate 2022-09-05 14:05:50 +01:00
703-17-v5.16-net-mvneta-remove-interface-checks-in-mvneta_validat.patch kernel: fix mvneta Ethernet after generic phylink validate 2022-09-05 14:05:50 +01:00
703-18-v5.16-net-mvneta-drop-use-of-phylink_helper_basex_speed.patch kernel: fix mvneta Ethernet after generic phylink validate 2022-09-05 14:05:50 +01:00
703-19-v5.17-net-mvneta-use-phylink_generic_validate.patch kernel: fix mvneta Ethernet after generic phylink validate 2022-09-05 14:05:50 +01:00
703-20-v5.17-net-mvneta-mark-as-a-legacy_pre_march2020-driver.patch kernel: fix mvneta Ethernet after generic phylink validate 2022-09-05 14:05:50 +01:00
704-01-v5.17-net-mtk_eth_soc-populate-supported_interfaces-member.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
704-02-v5.17-net-mtk_eth_soc-remove-interface-checks-in-mtk_valid.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
704-03-v5.17-net-mtk_eth_soc-drop-use-of-phylink_helper_basex_spe.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
704-04-v5.17-net-mtk_eth_soc-use-phylink_generic_validate.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
704-05-v5.17-net-mtk_eth_soc-mark-as-a-legacy_pre_march2020-drive.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
704-06-v5.19-eth-mtk_eth_soc-remove-a-copy-of-the-NAPI_POLL_WEIGH.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
704-07-v5.19-mtk_eth_soc-remove-unused-mac-mode.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
704-08-v5.19-net-mtk_eth_soc-remove-unused-sgmii-flags.patch kernel: bump 5.15 to 5.15.103 2023-03-25 16:01:23 +01:00
704-09-v5.19-net-mtk_eth_soc-add-mask-and-update-PCS-speed-defini.patch kernel: bump 5.15 to 5.15.103 2023-03-25 16:01:23 +01:00
704-10-v5.19-net-mtk_eth_soc-correct-802.3z-speed-setting.patch kernel: backport generic phylink validate 2022-08-30 13:36:28 +01:00
704-11-v5.19-net-mtk_eth_soc-correct-802.3z-duplex-setting.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
704-12-v5.19-net-mtk_eth_soc-stop-passing-phylink-state-to-sgmii-.patch kernel: bump 5.15 to 5.15.103 2023-03-25 16:01:23 +01:00
704-13-v5.19-net-mtk_eth_soc-provide-mtk_sgmii_config.patch kernel: bump 5.15 to 5.15.103 2023-03-25 16:01:23 +01:00
704-14-v5.19-net-mtk_eth_soc-add-fixme-comment-for-state-speed-us.patch kernel: backport generic phylink validate 2022-08-30 13:36:28 +01:00
704-16-v5.19-net-mtk_eth_soc-move-restoration-of-SYSCFG0-to-mac_f.patch kernel: bump 5.15 to 5.15.103 2023-03-25 16:01:23 +01:00
704-17-v5.19-net-mtk_eth_soc-convert-code-structure-to-suit-split.patch kernel: bump 5.15 to 5.15.103 2023-03-25 16:01:23 +01:00
704-18-v5.19-net-mtk_eth_soc-partially-convert-to-phylink_pcs.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
705-01-v5.17-net-dsa-mt7530-iterate-using-dsa_switch_for_each_use.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
705-02-v5.19-net-dsa-mt7530-populate-supported_interfaces-and-mac.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
705-03-v5.19-net-dsa-mt7530-remove-interface-checks.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
705-04-v5.19-net-dsa-mt7530-drop-use-of-phylink_helper_basex_spee.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
705-05-v5.19-net-dsa-mt7530-only-indicate-linkmodes-that-can-be-s.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
705-06-v5.19-net-dsa-mt7530-switch-to-use-phylink_get_linkmodes.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
705-07-v5.19-net-dsa-mt7530-partially-convert-to-phylink_pcs.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
705-08-v5.19-net-dsa-mt7530-move-autoneg-handling-to-PCS-validati.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
705-09-v5.19-net-dsa-mt7530-mark-as-non-legacy.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
705-10-v5.19-net-dsa-mt753x-fix-pcs-conversion-regression.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
705-11-v6.0-net-dsa-mt7530-rework-mt7530_hw_vlan_-add-del.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
705-13-v6.0-net-dsa-mt7530-get-cpu-port-via-dp-cpu_dp-instead-of.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
706-00-v6.0-net-ethernet-mtk_eth_soc-rely-on-page_pool-for-singl.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
706-01-v6.0-net-ethernet-mtk_eth_soc-add-basic-XDP-support.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
706-02-v6.0-net-ethernet-mtk_eth_soc-introduce-xdp-ethtool-count.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
706-03-v6.0-net-ethernet-mtk_eth_soc-add-xmit-XDP-support.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
706-04-v6.0-net-ethernet-mtk_eth_soc-add-support-for-page_pool_g.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
706-05-v6.0-net-ethernet-mtk_eth_soc-introduce-mtk_xdp_frame_map.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
706-06-v6.0-net-ethernet-mtk_eth_soc-introduce-xdp-multi-frag-su.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
707-v6.3-net-pcs-add-driver-for-MediaTek-SGMII-PCS.patch kernel: bump 5.15 to 5.15.124 2023-08-10 21:06:55 +02:00
708-01-v5.16-net-mvneta-Delete-unused-variable.patch kernel: Backport mvneta crash fix to 5.15 2023-06-08 15:33:14 +02:00
708-02-v6.3-net-mvneta-fix-potential-double-frees-in-mvneta_txq_.patch kernel: Backport mvneta crash fix to 5.15 2023-06-08 15:33:14 +02:00
710-v6.0-net-ethernet-mtk_eth_soc-fix-hw-hash-reporting-for-M.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
711-v6.0-01-net-ethernet-mtk_eth_soc-fix-off-by-one-check-of-ARR.patch kernel: backport MTK ethernet/WLAN offload fixes 2022-09-20 12:08:26 +02:00
711-v6.0-02-net-ethernet-mtk_ppe-fix-possible-NULL-pointer-deref.patch kernel: backport MTK ethernet/WLAN offload fixes 2022-09-20 12:08:26 +02:00
711-v6.0-03-net-ethernet-mtk-ppe-fix-traffic-offload-with-bridge.patch kernel: backport MTK ethernet/WLAN offload fixes 2022-09-20 12:08:26 +02:00
711-v6.0-04-net-ethernet-mtk_eth_soc-remove-mtk_foe_entry_timest.patch kernel: pick patches for MediaTek Ethernet from linux-next 2022-09-22 23:55:02 +01:00
712-v6.0-net-ethernet-mtk_eth_soc-enable-XDP-support-just-for.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
713-v6.0-net-ethernet-mtk_eth_soc-move-gdma_to_ppe-and-ppe_ba.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
714-v6.0-net-ethernet-mtk_eth_soc-move-ppe-table-hash-offset-.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
715-v6.0-net-ethernet-mtk_eth_soc-add-the-capability-to-run-m.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
716-v6.0-net-ethernet-mtk_eth_soc-move-wdma_base-definitions-.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
717-v6.0-net-ethernet-mtk_eth_soc-add-foe_entry_size-to-mtk_e.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
718-v6.0-net-ethernet-mtk_eth_soc-fix-typo-in-__mtk_foe_entry.patch kernel: mtk_ppe: use MTK_FOE_STATE_INVALID instead of *_UNBIND 2022-09-28 03:34:47 +01:00
719-v6.0-net-ethernet-mtk_eth_soc-check-max-allowed-value-in-.patch kernel: mtk_ppe: use MTK_FOE_STATE_INVALID instead of *_UNBIND 2022-09-28 03:34:47 +01:00
720-v6.0-net-ethernet-mtk_eth_wed-add-mtk_wed_configure_irq-a.patch kernel: mtk_ppe: use MTK_FOE_STATE_INVALID instead of *_UNBIND 2022-09-28 03:34:47 +01:00
721-v6.0-net-ethernet-mtk_eth_wed-add-wed-support-for-mt7986-.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
722-v6.0-net-ethernet-mtk_eth_wed-add-axi-bus-support.patch kernel: mtk_ppe: use MTK_FOE_STATE_INVALID instead of *_UNBIND 2022-09-28 03:34:47 +01:00
723-v6.0-net-ethernet-mtk_eth_soc-introduce-flow-offloading-s.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
724-v6.0-net-ethernet-mtk_eth_soc-enable-flow-offloading-supp.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
724-v6.0-net-ethernet-mtk_eth_soc-fix-wrong-use-of-new-helper.patch kernel: rename upstreamed patches and import fixes 2022-09-27 17:07:20 +01:00
725-v6.0-net-ethernet-mtk_eth_soc-fix-usage-of-foe_entry_size.patch kernel: rename upstreamed patches and import fixes 2022-09-27 17:07:20 +01:00
726-v6.0-net-ethernet-mtk_eth_soc-fix-mask-of-RX_DMA_GET_SPOR.patch kernel: backport fixes for MediaTek Ethernet driver 2022-11-02 15:53:34 +00:00
727-v6.1-net-ethernet-mtk_eth_soc-fix-state-in-__mtk_foe_entr.patch kernel: backport fixes for MediaTek Ethernet driver 2022-11-02 15:53:34 +00:00
728-v6.1-01-net-ethernet-mtk_eth_soc-fix-possible-memory-leak-in.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
728-v6.1-02-net-ethernet-mtk_eth_wed-add-missing-put_device-in-m.patch kernel: backport fixes for MediaTek Ethernet driver 2022-11-02 15:53:34 +00:00
728-v6.1-03-net-ethernet-mtk_eth_wed-add-missing-of_node_put.patch kernel: backport fixes for MediaTek Ethernet driver 2022-11-02 15:53:34 +00:00
728-v6.1-04-net-ethernet-mtk_eth_soc-fix-resource-leak-in-error-.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
728-v6.1-05-net-ethernet-mtk_eth_soc-fix-memory-leak-in-error-pa.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
729-01-v6.1-net-ethernet-mtk_wed-introduce-wed-mcu-support.patch mt76: update to the latest version, import WED related mtk_eth_soc patches 2023-02-02 11:16:49 +01:00
729-02-v6.1-net-ethernet-mtk_wed-introduce-wed-wo-support.patch mt76: update to the latest version, import WED related mtk_eth_soc patches 2023-02-02 11:16:49 +01:00
729-03-v6.1-net-ethernet-mtk_wed-rename-tx_wdma-array-in-rx_wdma.patch mt76: update to the latest version, import WED related mtk_eth_soc patches 2023-02-02 11:16:49 +01:00
729-04-v6.1-net-ethernet-mtk_wed-add-configure-wed-wo-support.patch mt76: update to the latest version, import WED related mtk_eth_soc patches 2023-02-02 11:16:49 +01:00
729-05-v6.1-net-ethernet-mtk_wed-add-rx-mib-counters.patch mt76: update to the latest version, import WED related mtk_eth_soc patches 2023-02-02 11:16:49 +01:00
729-06-v6.1-net-ethernet-mtk_eth_soc-do-not-overwrite-mtu-config.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
729-07-v6.1-net-ethernet-mtk_eth_soc-remove-cpu_relax-in-mtk_pen.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
729-08-v6.2-net-ethernet-mtk_eth_soc-fix-RSTCTRL_PPE-0-1-definit.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
729-09-v6.2-net-ethernet-mtk_wed-add-wcid-overwritten-support-fo.patch mt76: update to the latest version, import WED related mtk_eth_soc patches 2023-02-02 11:16:49 +01:00
729-10-v6.2-net-ethernet-mtk_wed-return-status-value-in-mtk_wdma.patch mt76: update to the latest version, import WED related mtk_eth_soc patches 2023-02-02 11:16:49 +01:00
729-11-v6.2-net-ethernet-mtk_wed-move-MTK_WDMA_RESET_IDX_TX-conf.patch mt76: update to the latest version, import WED related mtk_eth_soc patches 2023-02-02 11:16:49 +01:00
729-12-v6.2-net-ethernet-mtk_wed-update-mtk_wed_stop.patch mt76: update to the latest version, import WED related mtk_eth_soc patches 2023-02-02 11:16:49 +01:00
729-13-v6.2-net-ethernet-mtk_wed-add-mtk_wed_rx_reset-routine.patch mt76: update to the latest version, import WED related mtk_eth_soc patches 2023-02-02 11:16:49 +01:00
729-14-v6.2-net-ethernet-mtk_wed-add-reset-to-tx_ring_setup-call.patch mt76: update to the latest version, import WED related mtk_eth_soc patches 2023-02-02 11:16:49 +01:00
729-15-v6.2-net-ethernet-mtk_wed-fix-sleep-while-atomic-in-mtk_w.patch mt76: update to the latest version, import WED related mtk_eth_soc patches 2023-02-02 11:16:49 +01:00
729-16-v6.3-net-ethernet-mtk_wed-get-rid-of-queue-lock-for-rx-qu.patch mt76: update to the latest version, import WED related mtk_eth_soc patches 2023-02-02 11:16:49 +01:00
729-17-v6.3-net-ethernet-mtk_wed-get-rid-of-queue-lock-for-tx-qu.patch mt76: update to the latest version, import WED related mtk_eth_soc patches 2023-02-02 11:16:49 +01:00
729-18-v6.3-net-ethernet-mtk_eth_soc-introduce-mtk_hw_reset-util.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
729-19-v6.3-net-ethernet-mtk_eth_soc-introduce-mtk_hw_warm_reset.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
729-20-v6.3-net-ethernet-mtk_eth_soc-align-reset-procedure-to-ve.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
729-21-v6.3-net-ethernet-mtk_eth_soc-add-dma-checks-to-mtk_hw_re.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
729-22-v6.3-net-ethernet-mtk_wed-add-reset-reset_complete-callba.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
729-23-v6.3-net-ethernet-mtk_wed-add-reset-to-rx_ring_setup-call.patch mt76: update to the latest version, import WED related mtk_eth_soc patches 2023-02-02 11:16:49 +01:00
730-01-v6.3-net-ethernet-mtk_eth_soc-account-for-vlan-in-rx-head.patch kernel: move accepted mtk_eth_soc patches to generic-backport 2023-03-05 08:51:22 +01:00
730-02-v6.3-net-ethernet-mtk_eth_soc-increase-tx-ring-side-for-Q.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
730-03-v6.3-net-ethernet-mtk_eth_soc-avoid-port_mg-assignment-on.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
730-04-v6.3-net-ethernet-mtk_eth_soc-implement-multi-queue-suppo.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
730-05-v6.3-net-dsa-tag_mtk-assign-per-port-queues.patch kernel: move accepted mtk_eth_soc patches to generic-backport 2023-03-05 08:51:22 +01:00
730-06-v6.3-net-ethernet-mediatek-ppe-assign-per-port-queues-for.patch generic: sync MediaTek Ethernet driver with upstream 2023-09-04 23:00:34 +01:00
730-08-v6.3-net-dsa-add-support-for-DSA-rx-offloading-via-metada.patch kernel: move accepted mtk_eth_soc patches to generic-backport 2023-03-05 08:51:22 +01:00
730-09-v6.3-net-ethernet-mtk_eth_soc-fix-VLAN-rx-hardware-accele.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
730-10-v6.3-net-ethernet-mtk_eth_soc-drop-packets-to-WDMA-if-the.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
730-12-v6.3-net-ethernet-mtk_eth_soc-disable-hardware-DSA-untagg.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
730-13-v6.3-net-ethernet-mtk_eth_soc-enable-special-tag-when-any.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
730-14-v6.3-net-ethernet-mtk_eth_soc-fix-DSA-TX-tag-hwaccel-for-.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
730-15-v6.3-net-ethernet-mtk_wed-No-need-to-clear-memory-after-a.patch kernel: backport upstream mtk_eth_soc fixes 2023-03-05 08:51:22 +01:00
730-16-v6.3-net-ethernet-mtk_wed-fix-some-possible-NULL-pointer-.patch mediatek: backport more WED upstream fixes 2023-03-05 17:26:07 +01:00
730-17-v6.3-net-ethernet-mtk_wed-fix-possible-deadlock-if-mtk_we.patch mediatek: backport more WED upstream fixes 2023-03-05 17:26:07 +01:00
730-18-v6.3-net-ethernet-mtk_eth_soc-fix-tx-throughput-regressio.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
731-v6.1-0001-net-phy-Introduce-QUSGMII-PHY-mode.patch kernel: 5.15: backport v6.1 PHY changes required for Aquantia 2024-01-31 11:57:41 +01:00
731-v6.1-0002-net-phy-Add-helper-to-derive-the-number-of-ports-fro.patch kernel: 5.15: backport v6.1 PHY changes required for Aquantia 2024-01-31 11:57:41 +01:00
731-v6.1-0003-net-phy-Add-1000BASE-KX-interface-mode.patch kernel: 5.15: backport v6.1 PHY changes required for Aquantia 2024-01-31 11:57:41 +01:00
731-v6.1-0004-net-phy-Add-support-for-rate-matching.patch kernel: 5.15: backport v6.1 PHY changes required for Aquantia 2024-01-31 11:57:41 +01:00
733-v6.2-01-net-ethernet-mtk_eth_soc-Avoid-truncating-allocation.patch kernel: move accepted mtk_eth_soc patches to generic-backport 2023-03-05 08:51:22 +01:00
733-v6.2-02-net-mtk_eth_soc-add-definitions-for-PCS.patch generic: replace mtk_sgmii patches with versions accepted upstream 2023-03-27 19:07:54 +01:00
733-v6.2-03-net-mtk_eth_soc-eliminate-unnecessary-error-handling.patch generic: replace mtk_sgmii patches with versions accepted upstream 2023-03-27 19:07:54 +01:00
733-v6.2-04-net-mtk_eth_soc-add-pcs_get_state-implementation.patch generic: replace mtk_sgmii patches with versions accepted upstream 2023-03-27 19:07:54 +01:00
733-v6.2-05-net-mtk_eth_soc-convert-mtk_sgmii-to-use-regmap_upda.patch generic: replace mtk_sgmii patches with versions accepted upstream 2023-03-27 19:07:54 +01:00
733-v6.2-06-net-mtk_eth_soc-add-out-of-band-forcing-of-speed-and.patch generic: replace mtk_sgmii patches with versions accepted upstream 2023-03-27 19:07:54 +01:00
733-v6.2-07-net-mtk_eth_soc-move-PHY-power-up.patch generic: replace mtk_sgmii patches with versions accepted upstream 2023-03-27 19:07:54 +01:00
733-v6.2-08-net-mtk_eth_soc-move-interface-speed-selection.patch generic: replace mtk_sgmii patches with versions accepted upstream 2023-03-27 19:07:54 +01:00
733-v6.2-09-net-mtk_eth_soc-add-advertisement-programming.patch generic: replace mtk_sgmii patches with versions accepted upstream 2023-03-27 19:07:54 +01:00
733-v6.2-10-net-mtk_eth_soc-move-and-correct-link-timer-programm.patch generic: replace mtk_sgmii patches with versions accepted upstream 2023-03-27 19:07:54 +01:00
733-v6.2-11-net-mtk_eth_soc-add-support-for-in-band-802.3z-negot.patch generic: replace mtk_sgmii patches with versions accepted upstream 2023-03-27 19:07:54 +01:00
733-v6.2-12-net-mediatek-sgmii-ensure-the-SGMII-PHY-is-powered-d.patch generic: sync MediaTek Ethernet driver with upstream 2023-09-04 23:00:34 +01:00
733-v6.2-13-net-mediatek-sgmii-fix-duplex-configuration.patch generic: replace mtk_sgmii patches with versions accepted upstream 2023-03-27 19:07:54 +01:00
733-v6.2-14-mtk_sgmii-enable-PCS-polling-to-allow-SFP-work.patch generic: replace mtk_sgmii patches with versions accepted upstream 2023-03-27 19:07:54 +01:00
733-v6.3-15-net-ethernet-mtk_eth_soc-reset-PCS-state.patch generic: replace mtk_sgmii patches with versions accepted upstream 2023-03-27 19:07:54 +01:00
733-v6.3-16-net-ethernet-mtk_eth_soc-only-write-values-if-needed.patch generic: replace mtk_sgmii patches with versions accepted upstream 2023-03-27 19:07:54 +01:00
733-v6.3-18-net-ethernet-mtk_eth_soc-add-support-for-MT7981.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
733-v6.3-19-net-ethernet-mtk_eth_soc-set-MDIO-bus-clock-frequenc.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
733-v6.3-20-net-ethernet-mtk_eth_soc-switch-to-external-PCS-driv.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
733-v6.3-21-net-ethernet-mtk_eth_soc-add-missing-ppe-cache-flush.patch generic: sync MediaTek Ethernet driver with upstream 2023-09-04 23:00:34 +01:00
733-v6.4-22-net-mtk_eth_soc-use-WO-firmware-for-MT7981.patch generic: sync MediaTek Ethernet driver with upstream 2023-09-04 23:00:34 +01:00
733-v6.4-23-net-ethernet-mtk_eth_soc-fix-NULL-pointer-dereferenc.patch generic: sync MediaTek Ethernet driver with upstream 2023-09-04 23:00:34 +01:00
733-v6.4-24-net-ethernet-mtk_eth_soc-ppe-add-support-for-flow-ac.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
733-v6.4-25-net-ethernet-mediatek-fix-ppe-flow-accounting-for-v1.patch generic: sync MediaTek Ethernet driver with upstream 2023-09-04 23:00:34 +01:00
733-v6.4-26-net-ethernet-mtk_eth_soc-drop-generic-vlan-rx-offloa.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
733-v6.5-27-net-ethernet-mtk_eth_soc-always-mtk_get_ib1_pkt_type.patch generic: sync MediaTek Ethernet driver with upstream 2023-09-04 23:00:34 +01:00
734-v5.16-0001-net-bgmac-improve-handling-PHY.patch
734-v5.16-0002-net-bgmac-support-MDIO-described-in-DT.patch
734-v6.8-net-phy-bcm54612e-add-suspend-resume.patch ath79: add support for Huawei AP5030DN 2024-04-03 02:56:56 +02:00
735-v6.0-0001-net-phy-Add-support-for-AQR113C-EPHY.patch kernel: 5.15: update Aquantia PHY driver to v6.1 code 2024-02-13 05:41:32 +01:00
736-v6.1-0001-net-phy-aquantia-Add-some-additional-phy-interfaces.patch kernel: 5.15: update Aquantia PHY driver to v6.1 code 2024-02-13 05:41:32 +01:00
736-v6.1-0002-net-phy-aquantia-Add-support-for-rate-matching.patch kernel: 5.15: update Aquantia PHY driver to v6.1 code 2024-02-13 05:41:32 +01:00
737-01-v6.7-net-phy-aquantia-move-to-separate-directory.patch generic: 5.15: backport upstream Aquantia PHY firmware loader patches 2024-02-13 05:41:32 +01:00
737-02-v6.7-net-phy-aquantia-move-MMD_VEND-define-to-header.patch generic: 5.15: backport upstream Aquantia PHY firmware loader patches 2024-02-13 05:41:32 +01:00
737-03-v6.7-net-phy-aquantia-add-firmware-load-support.patch generic: 5.15: backport upstream Aquantia PHY firmware loader patches 2024-02-13 05:41:32 +01:00
742-v5.16-net-phy-at803x-add-support-for-qca-8327-internal-phy.patch kernel: bump 5.15 to 5.15.127 2023-08-19 11:59:15 +02:00
743-v5.16-0001-net-dsa-b53-Include-all-ports-in-enabled_ports.patch kernel: fix mvneta Ethernet after generic phylink validate 2022-09-05 14:05:50 +01:00
743-v5.16-0002-net-dsa-b53-Drop-BCM5301x-workaround-for-a-wrong-CPU.patch generic: 5.15: refresh backport patch 2022-03-27 04:51:38 +01:00
743-v5.16-0003-net-dsa-b53-Improve-flow-control-setup-on-BCM5301x.patch generic: 5.15: refresh backport patch 2022-03-27 04:51:38 +01:00
743-v5.16-0004-net-dsa-b53-Drop-unused-cpu_port-field.patch kernel: fix mvneta Ethernet after generic phylink validate 2022-09-05 14:05:50 +01:00
745-v5.16-01-net-phy-at803x-add-support-for-qca-8327-A-variant.patch kernel: bump 5.15 to 5.15.127 2023-08-19 11:59:15 +02:00
745-v5.16-02-net-phy-at803x-add-resume-suspend-function-to-qca83x.patch kernel: bump 5.15 to 5.15.127 2023-08-19 11:59:15 +02:00
745-v5.16-03-net-phy-at803x-fix-spacing-and-improve-name-for-83xx.patch kernel: bump 5.15 to 5.15.127 2023-08-19 11:59:15 +02:00
746-v5.16-01-net-phy-at803x-fix-resume-for-QCA8327-phy.patch kernel: bump 5.15 to 5.15.127 2023-08-19 11:59:15 +02:00
746-v5.16-02-net-phy-at803x-add-DAC-amplitude-fix-for-8327-phy.patch kernel: bump 5.15 to 5.15.127 2023-08-19 11:59:15 +02:00
746-v5.16-03-net-phy-at803x-enable-prefer-master-for-83xx-interna.patch kernel: bump 5.15 to 5.15.33 2022-04-09 19:31:46 +02:00
746-v5.16-04-net-phy-at803x-better-describe-debug-regs.patch kernel: bump 5.15 to 5.15.33 2022-04-09 19:31:46 +02:00
747-v5.16-01-dsa-qca8k-add-mac-power-sel-support.patch
747-v5.16-02-dt-bindings-net-dsa-qca8k-Add-SGMII-clock-phase-prop.patch
747-v5.16-03-net-dsa-qca8k-add-support-for-sgmii-falling-edge.patch
747-v5.16-04-dt-bindings-net-dsa-qca8k-Document-support-for-CPU-p.patch
747-v5.16-05-net-dsa-qca8k-add-support-for-cpu-port-6.patch
747-v5.16-06-net-dsa-qca8k-rework-rgmii-delay-logic-and-scan-for-.patch
747-v5.16-07-dt-bindings-net-dsa-qca8k-Document-qca-sgmii-enable-.patch
747-v5.16-08-net-dsa-qca8k-add-explicit-SGMII-PLL-enable.patch
747-v5.16-09-dt-bindings-net-dsa-qca8k-Document-qca-led-open-drai.patch
747-v5.16-10-net-dsa-qca8k-add-support-for-pws-config-reg.patch
747-v5.16-11-dt-bindings-net-dsa-qca8k-document-support-for-qca83.patch
747-v5.16-12-net-dsa-qca8k-add-support-for-QCA8328.patch kernel: bump 5.15 to 5.15.54 2022-07-31 18:55:22 +02:00
747-v5.16-13-net-dsa-qca8k-set-internal-delay-also-for-sgmii.patch
747-v5.16-14-net-dsa-qca8k-move-port-config-to-dedicated-struct.patch
747-v5.16-15-dt-bindings-net-ipq8064-mdio-fix-warning-with-new-qc.patch
747-v5.16-16-dt-bindings-net-dsa-qca8k-convert-to-YAML-schema.patch
748-v5.16-net-dsa-qca8k-fix-delay-applied-to-wrong-cpu-in-parse-p.patch
749-v5.16-net-dsa-qca8k-tidy-for-loop-in-setup-and-add-cpu-port-c.patch
750-v5.16-net-dsa-qca8k-make-sure-pad0-mac06-exchange-is-disabled.patch
750-v6.5-01-net-ethernet-mtk_ppe-add-MTK_FOE_ENTRY_V-1-2-_SIZE-m.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
750-v6.5-02-net-ethernet-mtk_eth_soc-remove-incorrect-PLL-config.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
750-v6.5-03-net-ethernet-mtk_eth_soc-remove-mac_pcs_get_state-an.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
750-v6.5-05-net-ethernet-mtk_eth_soc-add-version-in-mtk_soc_data.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
750-v6.5-06-net-ethernet-mtk_eth_soc-increase-MAX_DEVS-to-3.patch generic: sync MediaTek Ethernet driver with upstream 2023-09-04 23:00:34 +01:00
750-v6.5-07-net-ethernet-mtk_eth_soc-rely-on-MTK_MAX_DEVS-and-re.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
750-v6.5-08-net-ethernet-mtk_eth_soc-add-NETSYS_V3-version-suppo.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
750-v6.5-09-net-ethernet-mtk_eth_soc-convert-caps-in-mtk_soc_dat.patch generic: sync MediaTek Ethernet driver with upstream 2023-09-04 23:00:34 +01:00
750-v6.5-10-net-ethernet-mtk_eth_soc-convert-clock-bitmap-to-u64.patch generic: sync MediaTek Ethernet driver with upstream 2023-09-04 23:00:34 +01:00
750-v6.5-11-net-ethernet-mtk_eth_soc-add-basic-support-for-MT798.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
750-v6.5-12-net-ethernet-mtk_eth_soc-enable-page_pool-support-fo.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
750-v6.5-13-net-ethernet-mtk_eth_soc-enable-nft-hw-flowtable_off.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
750-v6.5-14-net-ethernet-mtk_eth_soc-support-per-flow-accounting.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
750-v6.5-15-net-ethernet-mtk_eth_soc-fix-NULL-pointer-on-hw-rese.patch generic: sync MediaTek Ethernet driver with upstream 2023-09-04 23:00:34 +01:00
750-v6.5-16-net-ethernet-mtk_eth_soc-fix-register-definitions-fo.patch generic: sync MediaTek Ethernet driver with upstream 2023-09-04 23:00:34 +01:00
750-v6.5-17-net-ethernet-mtk_eth_soc-add-reset-bits-for-MT7988.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
750-v6.5-18-net-ethernet-mtk_eth_soc-add-support-for-in-SoC-SRAM.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
750-v6.5-19-net-ethernet-mtk_eth_soc-support-36-bit-DMA-addressi.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
751-v5.16-net-dsa-qca8k-fix-internal-delay-applied-to-the-wrong-PAD.patch generic: 5.15: refresh backport patch 2022-03-27 04:51:38 +01:00
752-v5.16-net-dsa-qca8k-fix-MTU-calculation.patch generic: 5.15: refresh backport patch 2022-03-27 04:51:38 +01:00
753-v5.17-net-next-net-dsa-qca8k-remove-redundant-check-in-parse_port_config.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
754-v5.17-net-next-net-dsa-qca8k-convert-to-GENMASK_FIELD_PREP_FIELD_GET.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
755-v5.17-net-next-net-dsa-qca8k-remove-extra-mutex_init-in-qca8k_setup.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
756-v5.17-net-next-net-dsa-qca8k-move-regmap-init-in-probe-and-set-it.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
757-v5.17-net-next-net-dsa-qca8k-initial-conversion-to-regmap-heper.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
758-v5.17-net-next-net-dsa-qca8k-add-additional-MIB-counter-and-.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
759-v5.17-net-next-net-dsa-qca8k-add-support-for-port-fast-aging.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
760-v5.17-net-next-net-dsa-qca8k-add-set_ageing_time-support.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
761-v5.17-net-next-net-dsa-qca8k-add-support-for-mdb_add-del.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
762-v5.17-net-next-net-dsa-qca8k-add-support-for-mirror-mode.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
763-v5.17-net-next-net-dsa-qca8k-add-LAG-support.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
764-v5.17-net-next-net-dsa-qca8k-fix-warning-in-LAG-feature.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
765-v5.17-01-net-next-net-dsa-reorder-PHY-initialization-with-MTU-setup-in.patch kernel: bump 5.15 to 5.15.69 2022-09-22 12:46:55 +02:00
765-v5.17-02-net-next-net-dsa-merge-rtnl_lock-sections-in-dsa_slave_create.patch kernel: bump 5.15 to 5.15.69 2022-09-22 12:46:55 +02:00
765-v5.17-03-net-next-net-dsa-stop-updating-master-MTU-from-master.c.patch kernel: bump 5.15 to 5.15.80 2022-11-27 13:18:29 +01:00
765-v5.17-04-net-next-net-dsa-hold-rtnl_mutex-when-calling-dsa_master_-set.patch kernel: bump 5.15 to 5.15.80 2022-11-27 13:18:29 +01:00
765-v5.17-05-net-next-net-dsa-first-set-up-shared-ports-then-non-shared-po.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
765-v5.17-06-net-next-net-dsa-setup-master-before-ports.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
766-v5.18-01-net-dsa-provide-switch-operations-for-tracking-the-m.patch kernel: bump 5.15 to 5.15.80 2022-11-27 13:18:29 +01:00
766-v5.18-02-net-dsa-replay-master-state-events-in-dsa_tree_-setu.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
766-v5.18-03-net-dsa-tag_qca-convert-to-FIELD-macro.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
766-v5.18-04-net-dsa-tag_qca-move-define-to-include-linux-dsa.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
766-v5.18-05-net-dsa-tag_qca-enable-promisc_on_master-flag.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
766-v5.18-06-net-dsa-tag_qca-add-define-for-handling-mgmt-Etherne.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
766-v5.18-07-net-dsa-tag_qca-add-define-for-handling-MIB-packet.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
766-v5.18-08-net-dsa-tag_qca-add-support-for-handling-mgmt-and-MI.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
766-v5.18-09-net-dsa-qca8k-add-tracking-state-of-master-port.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
766-v5.18-10-net-dsa-qca8k-add-support-for-mgmt-read-write-in-Eth.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
766-v5.18-11-net-dsa-qca8k-add-support-for-mib-autocast-in-Ethern.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
766-v5.18-12-net-dsa-qca8k-add-support-for-phy-read-write-with-mg.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
766-v5.18-13-net-dsa-qca8k-move-page-cache-to-driver-priv.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
766-v5.18-14-net-dsa-qca8k-cache-lo-and-hi-for-mdio-write.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
766-v5.18-15-net-dsa-qca8k-add-support-for-larger-read-write-size.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
766-v5.18-16-net-dsa-qca8k-introduce-qca8k_bulk_read-write-functi.patch generic: 5.15: qca8k: add kernel version tag on backport patch 2022-09-19 15:19:53 +02:00
767-v5.18-net-dsa-qca8k-check-correct-variable-in-qca8k_phy_et.patch generic: 5.15: qca8k: backport code split patch 2022-09-19 15:19:53 +02:00
768-v5.18-net-dsa-qca8k-fix-noderef.cocci-warnings.patch generic: 5.15: qca8k: backport code split patch 2022-09-19 15:19:53 +02:00
769-v5.19-01-net-dsa-qca8k-drop-MTU-tracking-from-qca8k_priv.patch generic: 5.15: qca8k: backport code split patch 2022-09-19 15:19:53 +02:00
769-v5.19-02-net-dsa-qca8k-drop-port_sts-from-qca8k_priv.patch generic: 5.15: qca8k: backport code split patch 2022-09-19 15:19:53 +02:00
769-v5.19-03-net-dsa-qca8k-rework-and-simplify-mdiobus-logic.patch generic: 5.15: qca8k: backport code split patch 2022-09-19 15:19:53 +02:00
769-v5.19-04-net-dsa-qca8k-drop-dsa_switch_ops-from-qca8k_priv.patch generic: 5.15: qca8k: backport code split patch 2022-09-19 15:19:53 +02:00
769-v5.19-05-net-dsa-qca8k-correctly-handle-mdio-read-error.patch generic: 5.15: qca8k: backport code split patch 2022-09-19 15:19:53 +02:00
769-v5.19-06-net-dsa-qca8k-unify-bus-id-naming-with-legacy-and-OF.patch generic: 5.15: qca8k: backport code split patch 2022-09-19 15:19:53 +02:00
770-v6.0-net-dsa-qca8k-move-driver-to-qca-dir.patch generic: 5.15: qca8k: backport code split patch 2022-09-19 15:19:53 +02:00
771-v6.0-01-net-dsa-qca8k-cache-match-data-to-speed-up-access.patch generic: 5.15: qca8k: backport code split patch 2022-09-19 15:19:53 +02:00
771-v6.0-02-net-dsa-qca8k-make-mib-autocast-feature-optional.patch generic: 5.15: qca8k: backport code split patch 2022-09-19 15:19:53 +02:00
771-v6.0-03-net-dsa-qca8k-move-mib-struct-to-common-code.patch generic: 5.15: qca8k: backport code split patch 2022-09-19 15:19:53 +02:00
771-v6.0-04-net-dsa-qca8k-move-qca8k-read-write-rmw-and-reg-tabl.patch generic: 5.15: qca8k: backport code split patch 2022-09-19 15:19:53 +02:00
771-v6.0-05-net-dsa-qca8k-move-qca8k-bulk-read-write-helper-to-c.patch generic: 5.15: qca8k: backport code split patch 2022-09-19 15:19:53 +02:00
771-v6.0-06-net-dsa-qca8k-move-mib-init-function-to-common-code.patch generic: 5.15: qca8k: backport code split patch 2022-09-19 15:19:53 +02:00
771-v6.0-07-net-dsa-qca8k-move-port-set-status-eee-ethtool-stats.patch generic: 5.15: qca8k: backport code split patch 2022-09-19 15:19:53 +02:00
771-v6.0-08-net-dsa-qca8k-move-bridge-functions-to-common-code.patch generic: 5.15: qca8k: backport code split patch 2022-09-19 15:19:53 +02:00
771-v6.0-09-net-dsa-qca8k-move-set-age-MTU-port-enable-disable-f.patch generic: 5.15: qca8k: backport code split patch 2022-09-19 15:19:53 +02:00
771-v6.0-10-net-dsa-qca8k-move-port-FDB-MDB-function-to-common-c.patch generic: 5.15: qca8k: backport code split patch 2022-09-19 15:19:53 +02:00
771-v6.0-11-net-dsa-qca8k-move-port-mirror-functions-to-common-c.patch generic: 5.15: qca8k: backport code split patch 2022-09-19 15:19:53 +02:00
771-v6.0-12-net-dsa-qca8k-move-port-VLAN-functions-to-common-cod.patch generic: 5.15: qca8k: backport code split patch 2022-09-19 15:19:53 +02:00
771-v6.0-13-net-dsa-qca8k-move-port-LAG-functions-to-common-code.patch generic: 5.15: qca8k: backport code split patch 2022-09-19 15:19:53 +02:00
771-v6.0-14-net-dsa-qca8k-move-read_switch_id-function-to-common.patch generic: 5.15: qca8k: backport code split patch 2022-09-19 15:19:53 +02:00
772-v6.0-net-dsa-qca8k-fix-NULL-pointer-dereference-for-of_de.patch generic: 5.15: qca8k: backport code split patch 2022-09-19 15:19:53 +02:00
773-v5.18-1-net-dsa-Move-VLAN-filtering-syncing-out-of-dsa_switc.patch generic: 5.15: refresh backport patch 2022-03-27 04:51:38 +01:00
773-v5.18-2-net-dsa-Avoid-cross-chip-syncing-of-VLAN-filtering.patch generic: 5.15: refresh backport patch 2022-03-27 04:51:38 +01:00
774-v5.16-01-net-dsa-rtl8366rb-Support-bridge-offloading.patch generic: backport 5.16 RTL8366RB improvements 2022-04-14 10:12:34 +02:00
774-v5.16-02-net-dsa-rtl8366-Drop-custom-VLAN-set-up.patch generic: backport 5.16 RTL8366RB improvements 2022-04-14 10:12:34 +02:00
774-v5.16-03-net-dsa-rtl8366rb-Rewrite-weird-VLAN-filering-enable.patch generic: backport 5.16 RTL8366RB improvements 2022-04-14 10:12:34 +02:00
774-v5.16-06-net-dsa-rtl8366-Drop-and-depromote-pointless-prints.patch generic: backport 5.16 RTL8366RB improvements 2022-04-14 10:12:34 +02:00
774-v5.16-07-net-dsa-rtl8366rb-Use-core-filtering-tracking.patch generic: backport 5.16 RTL8366RB improvements 2022-04-14 10:12:34 +02:00
774-v5.16-08-net-dsa-rtl8366rb-Support-disabling-learning.patch generic: backport 5.16 RTL8366RB improvements 2022-04-14 10:12:34 +02:00
774-v5.16-09-net-dsa-rtl8366rb-Support-fast-aging.patch generic: backport 5.16 RTL8366RB improvements 2022-04-14 10:12:34 +02:00
774-v5.16-10-net-dsa-rtl8366rb-Support-setting-STP-state.patch generic: backport 5.16 RTL8366RB improvements 2022-04-14 10:12:34 +02:00
775-v6.0-01-net-ethernet-stmicro-stmmac-move-queue-reset-to-dedi.patch kernel: bump 5.15 to 5.15.151 2024-03-29 14:05:51 +01:00
775-v6.0-02-net-ethernet-stmicro-stmmac-first-disable-all-queues.patch kernel: bump 5.15 to 5.15.151 2024-03-29 14:05:51 +01:00
775-v6.0-03-net-ethernet-stmicro-stmmac-move-dma-conf-to-dedicat.patch kernel: bump 5.15 to 5.15.151 2024-03-29 14:05:51 +01:00
775-v6.0-04-net-ethernet-stmicro-stmmac-generate-stmmac-dma-conf.patch kernel: bump 5.15 to 5.15.151 2024-03-29 14:05:51 +01:00
775-v6.0-05-net-ethernet-stmicro-stmmac-permit-MTU-change-with-i.patch kernel: bump 5.15 to 5.15.151 2024-03-29 14:05:51 +01:00
776-v6.1-01-net-dsa-qca8k-fix-inband-mgmt-for-big-endian-systems.patch generic: 5.15: refresh backport patches 2022-10-16 13:19:05 +02:00
776-v6.1-02-net-dsa-qca8k-fix-ethtool-autocast-mib-for-big-endia.patch generic: 5.15: refresh backport patches 2022-10-16 13:19:05 +02:00
777-v6.2-01-net-dsa-qca8k-fix-wrong-length-value-for-mgmt-eth-pa.patch generic: 5.15: backport qca8k fixup for mgmt and mdio read/write 2023-01-04 16:54:19 +01:00
777-v6.2-02-net-dsa-tag_qca-fix-wrong-MGMT_DATA2-size.patch generic: 5.15: backport qca8k fixup for mgmt and mdio read/write 2023-01-04 16:54:19 +01:00
777-v6.2-03-Revert-net-dsa-qca8k-cache-lo-and-hi-for-mdio-write.patch generic: 5.15: backport qca8k fixup for mgmt and mdio read/write 2023-01-04 16:54:19 +01:00
777-v6.2-04-net-dsa-qca8k-introduce-single-mii-read-write-lo-hi.patch generic: 5.15: backport qca8k fixup for mgmt and mdio read/write 2023-01-04 16:54:19 +01:00
777-v6.2-05-net-dsa-qca8k-improve-mdio-master-read-write-by-usin.patch generic: 5.15: backport qca8k fixup for mgmt and mdio read/write 2023-01-04 16:54:19 +01:00
778-v5.18-01-net-phy-at803x-add-fiber-support.patch generic: 5.15: replace ramips AR8033 fiber patch with 5.18 patches 2023-04-22 17:21:29 +02:00
778-v5.18-02-net-phy-at803x-support-downstream-SFP-cage.patch generic: 5.15: replace ramips AR8033 fiber patch with 5.18 patches 2023-04-22 17:21:29 +02:00
778-v5.18-03-net-phy-at803x-fix-NULL-pointer-dereference-on-AR9331-PHY.patch kernel: bump 5.15 to 5.15.127 2023-08-19 11:59:15 +02:00
778-v5.18-04-net-phy-at803x-fix-error-return-code-in-at803x_probe.patch generic: 5.15: replace ramips AR8033 fiber patch with 5.18 patches 2023-04-22 17:21:29 +02:00
780-v5.16-bus-mhi-pci_generic-Introduce-Sierra-EM919X-support.patch kernel: bump 5.15 to 5.15.112 2023-05-18 18:22:27 +02:00
781-v6.1-bus-mhi-host-always-print-detected-modem-name.patch kernel: bump 5.15 to 5.15.112 2023-05-18 18:22:27 +02:00
782-v6.1-net-dsa-mt7530-add-support-for-in-band-link-status.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
783-v6.1-net-sfp-re-implement-soft-state-polling-setup.patch kernel: bump 5.15 to 5.15.108 2023-04-22 01:10:24 +02:00
784-v6.1-net-sfp-move-quirk-handling-into-sfp.c.patch kernel: bump 5.15 to 5.15.108 2023-04-22 01:10:24 +02:00
785-v6.1-net-sfp-move-Alcatel-Lucent-3FE46541AA-fixup.patch kernel: bump 5.15 to 5.15.108 2023-04-22 01:10:24 +02:00
786-v6.1-net-sfp-move-Huawei-MA5671A-fixup.patch kernel: bump 5.15 to 5.15.108 2023-04-22 01:10:24 +02:00
787-v6.1-net-sfp-add-support-for-HALNy-GPON-SFP.patch kernel: bump 5.15 to 5.15.108 2023-04-22 01:10:24 +02:00
788-v6.3-net-dsa-mt7530-use-external-PCS-driver.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
789-v6.3-net-sfp-add-quirk-enabling-2500Base-x-for-HG-MXPD-48.patch kernel: bump 5.15 to 5.15.108 2023-04-22 01:10:24 +02:00
790-v6.0-net-mii-add-mii_bmcr_encode_fixed.patch kernel: backport Motorcomm YT8521/YT8531 support 2023-05-18 17:42:53 +02:00
790-v6.4-0001-net-dsa-mt7530-make-some-noise-if-register-read-fail.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
790-v6.4-0002-net-dsa-mt7530-refactor-SGMII-PCS-creation.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
790-v6.4-0003-net-dsa-mt7530-use-unlocked-regmap-accessors.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
790-v6.4-0004-net-dsa-mt7530-use-regmap-to-access-switch-register-.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
790-v6.4-0005-net-dsa-mt7530-move-SGMII-PCS-creation-to-mt7530_pro.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
790-v6.4-0006-net-dsa-mt7530-introduce-mutex-helpers.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
790-v6.4-0007-net-dsa-mt7530-move-p5_intf_modes-function-to-mt7530.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
790-v6.4-0008-net-dsa-mt7530-introduce-mt7530_probe_common-helper-.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
790-v6.4-0009-net-dsa-mt7530-introduce-mt7530_remove_common-helper.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
790-v6.4-0011-net-dsa-mt7530-introduce-separate-MDIO-driver.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
790-v6.4-0012-net-dsa-mt7530-skip-locking-if-MDIO-bus-isn-t-presen.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
790-v6.4-0013-net-dsa-mt7530-introduce-driver-for-MT7988-built-in-.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
790-v6.4-0014-net-dsa-mt7530-fix-support-for-MT7531BE.patch kernel: bump 5.15 to 5.15.153 2024-04-01 02:33:05 +02:00
791-v6.2-01-net-phy-Add-driver-for-Motorcomm-yt8521-gigabit-ethernet.patch generic: 5.15: backport upstream Aquantia PHY firmware loader patches 2024-02-13 05:41:32 +01:00
791-v6.2-02-net-phy-fix-yt8521-duplicated-argument-to-or.patch kernel: backport Motorcomm YT8521/YT8531 support 2023-05-18 17:42:53 +02:00
791-v6.2-03-net-phy-add-Motorcomm-YT8531S-phy-id.patch generic: 5.15: backport upstream Aquantia PHY firmware loader patches 2024-02-13 05:41:32 +01:00
791-v6.3-04-net-phy-fix-the-spelling-problem-of-Sentinel.patch kernel: backport Motorcomm YT8521/YT8531 support 2023-05-18 17:42:53 +02:00
791-v6.3-05-net-phy-motorcomm-change-the-phy-id-of-yt8521-and-yt8531s.patch kernel: backport Motorcomm YT8521/YT8531 support 2023-05-18 17:42:53 +02:00
791-v6.3-06-net-phy-Add-BIT-macro-for-Motorcomm-yt8521-yt8531-gigabit.patch kernel: backport Motorcomm YT8521/YT8531 support 2023-05-18 17:42:53 +02:00
791-v6.3-07-net-phy-Add-dts-support-for-Motorcomm-yt8521-gigabit.patch kernel: backport Motorcomm YT8521/YT8531 support 2023-05-18 17:42:53 +02:00
791-v6.3-08-net-phy-Add-dts-support-for-Motorcomm-yt8531s-gigabit.patch kernel: backport Motorcomm YT8521/YT8531 support 2023-05-18 17:42:53 +02:00
791-v6.3-09-net-phy-Add-driver-for-Motorcomm-yt8531-gigabit-ethernet.patch generic: 5.15: backport upstream Aquantia PHY firmware loader patches 2024-02-13 05:41:32 +01:00
791-v6.3-10-net-phy-motorcomm-uninitialized-variables-in.patch kernel: backport Motorcomm YT8521/YT8531 support 2023-05-18 17:42:53 +02:00
791-v6.6-11-net-phy-motorcomm-Add-pad-drive-strength-cfg-support.patch rockchip: configure eth pad driver strength for orangepi r1 plus lts 2024-01-05 23:36:31 +01:00
792-01-v6.0-net-phylink-disable-PCS-polling-over-major-configura.patch kernel: 5.15: backport v6.1 PHY changes required for Aquantia 2024-01-31 11:57:41 +01:00
792-02-v6.0-net-phylink-fix-NULL-pl-pcs-dereference-during-phyli.patch kernel: 5.15: backport v6.1 PHY changes required for Aquantia 2024-01-31 11:57:41 +01:00
792-03-v6.6-net-phylink-add-pcs_enable-pcs_disable-methods.patch kernel: 5.15: backport v6.1 PHY changes required for Aquantia 2024-01-31 11:57:41 +01:00
792-v5.16-net-dpaa2-mac-add-support-for-more-10G-modes.patch kernel: move NXP DPAA2 SFP patches to generic patches 2023-07-26 13:36:58 +02:00
793-v6.6-net-pcs-lynxi-implement-pcs_disable-op.patch generic: sync MediaTek Ethernet driver with upstream 2023-09-04 23:00:34 +01:00
794-v6.2-net-core-Allow-live-renaming-when-an-interface-is-up.patch kernel: bump 5.15 to 5.15.137 2023-10-29 13:00:28 +01:00
797-v5.17-net-usb-ax88179_178a-add-TSO-feature.patch kernel: bump 5.15 to 5.15.147 2024-01-21 12:51:29 +01:00
798-net-next-net-sfp-add-quirk-for-Fiberstone-GPON-ONU-34-20BI.patch generic: add patch for GPON-ONU-34-20BI quirk 2023-10-05 14:03:17 +02:00
800-v6.0-0001-dt-bindings-leds-add-Broadcom-s-BCM63138-controller.patch kernel: rename 5.20 patches to 6.0 2022-08-17 20:46:52 +02:00
800-v6.0-0002-leds-bcm63138-add-support-for-BCM63138-controller.patch kernel: rename 5.20 patches to 6.0 2022-08-17 20:46:52 +02:00
801-v6.0-0001-dt-bindings-leds-leds-bcm63138-unify-full-stops-in-d.patch kernel: rename 5.20 patches to 6.0 2022-08-17 20:46:52 +02:00
801-v6.0-0002-leds-add-help-info-about-BCM63138-module-name.patch kernel: rename 5.20 patches to 6.0 2022-08-17 20:46:52 +02:00
801-v6.0-0003-leds-leds-bcm63138-get-rid-of-LED_OFF.patch kernel: rename 5.20 patches to 6.0 2022-08-17 20:46:52 +02:00
802-v5.16-0001-nvmem-core-rework-nvmem-cell-instance-creation.patch kernel: bump 5.15 to 5.15.95 2023-02-28 04:38:13 -05:00
802-v5.16-0002-nvmem-core-add-nvmem-cell-post-processing-callback.patch kernel: bump 5.15 to 5.15.95 2023-02-28 04:38:13 -05:00
802-v5.16-0003-nvmem-imx-ocotp-add-support-for-post-processing.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
803-v5.17-0002-nvmem-mtk-efuse-support-minimum-one-byte-access-stri.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
804-v5.18-0001-nvmem-core-Remove-unused-devm_nvmem_unregister.patch kernel: bump 5.15 to 5.15.95 2023-02-28 04:38:13 -05:00
804-v5.18-0002-nvmem-core-Use-devm_add_action_or_reset.patch kernel: bump 5.15 to 5.15.95 2023-02-28 04:38:13 -05:00
804-v5.18-0003-nvmem-core-Check-input-parameter-for-NULL-in-nvmem_u.patch kernel: bump 5.15 to 5.15.95 2023-02-28 04:38:13 -05:00
804-v5.18-0004-nvmem-qfprom-fix-kerneldoc-warning.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
804-v5.18-0005-nvmem-sunxi_sid-Add-support-for-D1-variant.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
804-v5.18-0006-nvmem-meson-mx-efuse-replace-unnecessary-devm_kstrdu.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
804-v5.18-0007-nvmem-add-driver-for-Layerscape-SFP-Security-Fuse-Pr.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
804-v5.18-0008-nvmem-qfprom-Increase-fuse-blow-timeout-to-prevent-w.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
804-v5.18-0009-nvmem-Add-driver-for-OCOTP-in-Sunplus-SP7021.patch kernel: bump 5.15 to 5.15.124 2023-08-10 21:06:55 +02:00
804-v5.18-0010-nvmem-brcm_nvram-parse-NVRAM-content-into-NVMEM-cell.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
805-v5.19-0001-nvmem-bcm-ocotp-mark-ACPI-device-ID-table-as-maybe-u.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
805-v5.19-0002-nvmem-sunplus-ocotp-staticize-sp_otp_v0.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
805-v5.19-0003-nvmem-sunplus-ocotp-drop-useless-probe-confirmation.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
805-v5.19-0004-nvmem-core-support-passing-DT-node-in-cell-info.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
805-v5.19-0005-nvmem-brcm_nvram-find-Device-Tree-nodes-for-NVMEM-ce.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
805-v5.19-0006-nvmem-Add-Apple-eFuse-driver.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
805-v5.19-0007-nvmem-qfprom-using-pm_runtime_resume_and_get-instead.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
805-v5.19-0008-nvmem-sfp-Use-regmap.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
805-v5.19-0009-nvmem-sfp-Add-support-for-TA-2.1-devices.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
806-v6.0-0001-nvmem-microchip-otpc-add-support.patch kernel: bump 5.15 to 5.15.124 2023-08-10 21:06:55 +02:00
806-v6.0-0002-nvmem-mtk-efuse-Simplify-with-devm_platform_get_and_.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
807-v6.1-0002-nvmem-add-driver-handling-U-Boot-environment-variabl.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
807-v6.1-0004-nvmem-brcm_nvram-Use-kzalloc-for-allocating-only-one.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
807-v6.1-0005-nvmem-prefix-all-symbols-with-NVMEM_.patch kernel: bump 5.15 to 5.15.116 2023-06-17 12:09:03 +02:00
807-v6.1-0006-nvmem-sort-config-symbols-alphabetically.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
807-v6.1-0007-nvmem-u-boot-env-find-Device-Tree-nodes-for-NVMEM-ce.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
807-v6.1-0008-nvmem-lan9662-otp-add-support.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
807-v6.1-0009-nvmem-u-boot-env-fix-crc32-casting-type.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
807-v6.1-0010-nvmem-lan9662-otp-Fix-compatible-string.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
807-v6.1-0011-nvmem-u-boot-env-fix-crc32_data_offset-on-redundant-.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
807-v6.1-0013-nvmem-lan9662-otp-Change-return-type-of-lan9662_otp_.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
808-v6.2-0001-nvmem-stm32-move-STM32MP15_BSEC_NUM_LOWER-in-config.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
808-v6.2-0002-nvmem-stm32-add-warning-when-upper-OTPs-are-updated.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
808-v6.2-0003-nvmem-stm32-add-nvmem-type-attribute.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
808-v6.2-0004-nvmem-stm32-fix-spelling-typo-in-comment.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
808-v6.2-0005-nvmem-Kconfig-Fix-spelling-mistake-controlls-control.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
808-v6.2-0006-nvmem-u-boot-env-add-Broadcom-format-support.patch kernel: update nvmem subsystem to the latest upstream 2023-01-06 22:08:03 +01:00
808-v6.2-0007-nvmem-brcm_nvram-Add-check-for-kzalloc.patch kernel: backport NVMEM late fixes from v6.2 2023-02-23 09:50:01 +01:00
808-v6.2-0008-nvmem-sunxi_sid-Always-use-32-bit-MMIO-reads.patch kernel: backport NVMEM late fixes from v6.2 2023-02-23 09:50:01 +01:00
808-v6.2-0013-nvmem-core-fix-device-node-refcounting.patch kernel: bump 5.15 to 5.15.95 2023-02-28 04:38:13 -05:00
809-v6.3-0001-nvmem-core-remove-spurious-white-space.patch kernel: update NVMEM subsystem to the v6.3 2023-02-21 11:58:47 +01:00
809-v6.3-0002-nvmem-core-add-an-index-parameter-to-the-cell.patch kernel: bump 5.15 to 5.15.95 2023-02-28 04:38:13 -05:00
809-v6.3-0003-nvmem-core-move-struct-nvmem_cell_info-to-nvmem-prov.patch kernel: update NVMEM subsystem to the v6.3 2023-02-21 11:58:47 +01:00
809-v6.3-0004-nvmem-core-drop-the-removal-of-the-cells-in-nvmem_ad.patch kernel: update NVMEM subsystem to the v6.3 2023-02-21 11:58:47 +01:00
809-v6.3-0005-nvmem-core-add-nvmem_add_one_cell.patch kernel: update NVMEM subsystem to the v6.3 2023-02-21 11:58:47 +01:00
809-v6.3-0006-nvmem-core-use-nvmem_add_one_cell-in-nvmem_add_cells.patch kernel: update NVMEM subsystem to the v6.3 2023-02-21 11:58:47 +01:00
809-v6.3-0007-nvmem-stm32-add-OP-TEE-support-for-STM32MP13x.patch kernel: update NVMEM subsystem to the v6.3 2023-02-21 11:58:47 +01:00
809-v6.3-0008-nvmem-stm32-detect-bsec-pta-presence-for-STM32MP15x.patch kernel: update NVMEM subsystem to the v6.3 2023-02-21 11:58:47 +01:00
809-v6.3-0009-nvmem-rave-sp-eeprm-fix-kernel-doc-bad-line-warning.patch kernel: update NVMEM subsystem to the v6.3 2023-02-21 11:58:47 +01:00
809-v6.3-0010-nvmem-qcom-spmi-sdam-register-at-device-init-time.patch kernel: update NVMEM subsystem to the v6.3 2023-02-21 11:58:47 +01:00
809-v6.3-0011-nvmem-stm32-fix-OPTEE-dependency.patch kernel: update NVMEM subsystem to the v6.3 2023-02-21 11:58:47 +01:00
810-v5.17-net-qmi_wwan-add-ZTE-MF286D-modem-19d2-1485.patch kernel: bump 5.15 to 5.15.145 2024-01-07 12:57:30 +00:00
811-v6.4-0001-nvmem-xilinx-zynqmp-make-modular.patch kernel: backport NVMEM patches queued for the v6.4 2023-04-06 12:13:22 +02:00
811-v6.4-0002-nvmem-core-introduce-NVMEM-layouts.patch kernel: backport NVMEM patches queued for the v6.4 2023-04-06 12:13:22 +02:00
811-v6.4-0003-nvmem-core-handle-the-absence-of-expected-layouts.patch kernel: backport NVMEM patches queued for the v6.4 2023-04-06 12:13:22 +02:00
811-v6.4-0004-nvmem-core-request-layout-modules-loading.patch kernel: backport NVMEM patches queued for the v6.4 2023-04-06 12:13:22 +02:00
811-v6.4-0005-nvmem-core-add-per-cell-post-processing.patch kernel: backport NVMEM patches queued for the v6.4 2023-04-06 12:13:22 +02:00
811-v6.4-0006-nvmem-core-allow-to-modify-a-cell-before-adding-it.patch kernel: backport NVMEM patches queued for the v6.4 2023-04-06 12:13:22 +02:00
811-v6.4-0007-nvmem-imx-ocotp-replace-global-post-processing-with-.patch kernel: backport NVMEM patches queued for the v6.4 2023-04-06 12:13:22 +02:00
811-v6.4-0008-nvmem-cell-drop-global-cell_post_process.patch kernel: backport NVMEM patches queued for the v6.4 2023-04-06 12:13:22 +02:00
811-v6.4-0009-nvmem-core-provide-own-priv-pointer-in-post-process-.patch kernel: backport NVMEM patches queued for the v6.4 2023-04-06 12:13:22 +02:00
811-v6.4-0010-nvmem-layouts-sl28vpd-Add-new-layout-driver.patch kernel: backport NVMEM patches queued for the v6.4 2023-04-06 12:13:22 +02:00
811-v6.4-0011-nvmem-layouts-onie-tlv-Add-new-layout-driver.patch kernel: backport NVMEM patches queued for the v6.4 2023-04-06 12:13:22 +02:00
811-v6.4-0012-nvmem-stm32-romem-mark-OF-related-data-as-maybe-unus.patch kernel: backport NVMEM patches queued for the v6.4 2023-04-06 12:13:22 +02:00
811-v6.4-0013-nvmem-mtk-efuse-Support-postprocessing-for-GPU-speed.patch kernel: backport NVMEM patches queued for the v6.4 2023-04-06 12:13:22 +02:00
811-v6.4-0014-nvmem-bcm-ocotp-Use-devm_platform_ioremap_resource.patch kernel: backport NVMEM patches queued for the v6.4 2023-04-06 12:13:22 +02:00
811-v6.4-0015-nvmem-nintendo-otp-Use-devm_platform_ioremap_resourc.patch kernel: backport NVMEM patches queued for the v6.4 2023-04-06 12:13:22 +02:00
811-v6.4-0016-nvmem-vf610-ocotp-Use-devm_platform_get_and_ioremap_.patch kernel: backport NVMEM patches queued for the v6.4 2023-04-06 12:13:22 +02:00
811-v6.4-0017-nvmem-core-support-specifying-both-cell-raw-data-pos.patch kernel: backport NVMEM patches queued for the v6.4 2023-04-06 12:13:22 +02:00
811-v6.4-0018-nvmem-u-boot-env-post-process-ethaddr-env-variable.patch kernel: backport NVMEM patch for U-Boot env data "ethaddr" cell 2023-04-06 12:21:29 +02:00
811-v6.4-0019-nvmem-Add-macro-to-register-nvmem-layout-drivers.patch kernel: backport NVMEM patches queued for the v6.4 2023-04-06 12:13:22 +02:00
811-v6.4-0020-nvmem-layouts-sl28vpd-Use-module_nvmem_layout_driver.patch kernel: backport NVMEM patches queued for the v6.4 2023-04-06 12:13:22 +02:00
811-v6.4-0021-nvmem-layouts-onie-tlv-Use-module_nvmem_layout_drive.patch kernel: backport NVMEM patches queued for the v6.4 2023-04-06 12:13:22 +02:00
811-v6.4-0022-nvmem-layouts-onie-tlv-Drop-wrong-module-alias.patch kernel: backport NVMEM patches queued for the v6.4 2023-04-06 12:13:22 +02:00
811-v6.4-0023-nvmem-layouts-sl28vpd-set-varaiable-sl28vpd_layout-s.patch kernel: backport NVMEM patches queued for the v6.4 2023-04-06 12:13:22 +02:00
812-v6.2-firmware-nvram-bcm47xx-support-init-from-IO-memory.patch kernel: use upstream firmware patch for Broadcom's NVRAM 2023-05-14 12:44:50 +02:00
813-v6.5-0001-nvmem-imx-ocotp-set-varaiable-imx_ocotp_layout-stora.patch kernel: backport NVMEM patches queued for the v6.5 2023-07-10 12:54:53 +02:00
813-v6.5-0002-nvmem-imx-ocotp-Reverse-MAC-addresses-on-all-i.MX-de.patch kernel: backport NVMEM patches queued for the v6.5 2023-07-10 12:54:53 +02:00
813-v6.5-0003-nvmem-brcm_nvram-add-.read_post_process-for-MACs.patch kernel: backport NVMEM patches queued for the v6.5 2023-07-10 12:54:53 +02:00
813-v6.5-0004-nvmem-rockchip-otp-Add-clks-and-reg_read-to-rockchip.patch kernel: backport NVMEM patches queued for the v6.5 2023-07-10 12:54:53 +02:00
813-v6.5-0005-nvmem-rockchip-otp-Generalize-rockchip_otp_wait_stat.patch kernel: backport NVMEM patches queued for the v6.5 2023-07-10 12:54:53 +02:00
813-v6.5-0006-nvmem-rockchip-otp-Use-devm_reset_control_array_get_.patch kernel: backport NVMEM patches queued for the v6.5 2023-07-10 12:54:53 +02:00
813-v6.5-0007-nvmem-rockchip-otp-Improve-probe-error-handling.patch kernel: backport NVMEM patches queued for the v6.5 2023-07-10 12:54:53 +02:00
813-v6.5-0008-nvmem-rockchip-otp-Add-support-for-RK3588.patch kernel: backport NVMEM patches queued for the v6.5 2023-07-10 12:54:53 +02:00
813-v6.5-0009-nvmem-zynqmp-Switch-xilinx.com-emails-to-amd.com.patch kernel: backport NVMEM patches queued for the v6.5 2023-07-10 12:54:53 +02:00
813-v6.5-0010-nvmem-imx-support-i.MX93-OCOTP.patch kernel: backport NVMEM patches queued for the v6.5 2023-07-10 12:54:53 +02:00
813-v6.5-0011-nvmem-core-add-support-for-fixed-cells-layout.patch kernel: backport NVMEM patches queued for the v6.5 2023-07-10 12:54:53 +02:00
814-v6.3-leds-Move-led_init_default_state_get-to-the-global-h.patch generic: backport initial LEDs hw control support 2023-09-04 23:00:34 +01:00
815-v6.4-01-net-dsa-qca8k-move-qca8k_port_to_phy-to-header.patch generic: backport initial LEDs hw control support 2023-09-04 23:00:34 +01:00
815-v6.4-02-net-dsa-qca8k-add-LEDs-basic-support.patch generic: backport initial LEDs hw control support 2023-09-04 23:00:34 +01:00
815-v6.4-03-net-dsa-qca8k-add-LEDs-blink_set-support.patch generic: backport initial LEDs hw control support 2023-09-04 23:00:34 +01:00
815-v6.4-04-leds-Provide-stubs-for-when-CLASS_LED-NEW_LEDS-are-d.patch generic: backport initial LEDs hw control support 2023-09-04 23:00:34 +01:00
815-v6.4-05-net-phy-Add-a-binding-for-PHY-LEDs.patch kernel: 5.15: backport v6.1 PHY changes required for Aquantia 2024-01-31 11:57:41 +01:00
815-v6.4-06-net-phy-phy_device-Call-into-the-PHY-driver-to-set-L.patch kernel: 5.15: backport v6.1 PHY changes required for Aquantia 2024-01-31 11:57:41 +01:00
815-v6.4-07-net-phy-marvell-Add-software-control-of-the-LEDs.patch generic: backport initial LEDs hw control support 2023-09-04 23:00:34 +01:00
815-v6.4-08-net-phy-phy_device-Call-into-the-PHY-driver-to-set-L.patch kernel: 5.15: backport v6.1 PHY changes required for Aquantia 2024-01-31 11:57:41 +01:00
815-v6.4-09-net-phy-marvell-Implement-led_blink_set.patch generic: backport initial LEDs hw control support 2023-09-04 23:00:34 +01:00
816-v6.4-net-phy-marvell-Fix-inconsistent-indenting-in-led_bl.patch generic: backport initial LEDs hw control support 2023-09-04 23:00:34 +01:00
817-v6.5-02-leds-trigger-netdev-Drop-NETDEV_LED_MODE_LINKUP-from.patch generic: backport initial LEDs hw control support 2023-09-04 23:00:34 +01:00
817-v6.5-03-leds-trigger-netdev-Rename-add-namespace-to-netdev-t.patch generic: backport initial LEDs hw control support 2023-09-04 23:00:34 +01:00
817-v6.5-04-leds-trigger-netdev-Convert-device-attr-to-macro.patch generic: backport initial LEDs hw control support 2023-09-04 23:00:34 +01:00
817-v6.5-05-leds-trigger-netdev-Use-mutex-instead-of-spinlocks.patch generic: backport initial LEDs hw control support 2023-09-04 23:00:34 +01:00
818-v6.5-01-leds-add-APIs-for-LEDs-hw-control.patch generic: backport initial LEDs hw control support 2023-09-04 23:00:34 +01:00
818-v6.5-02-leds-add-API-to-get-attached-device-for-LED-hw-contr.patch generic: backport initial LEDs hw control support 2023-09-04 23:00:34 +01:00
818-v6.5-03-Documentation-leds-leds-class-Document-new-Hardware-.patch generic: backport initial LEDs hw control support 2023-09-04 23:00:34 +01:00
818-v6.5-04-leds-trigger-netdev-refactor-code-setting-device-nam.patch generic: backport initial LEDs hw control support 2023-09-04 23:00:34 +01:00
818-v6.5-05-leds-trigger-netdev-introduce-check-for-possible-hw-.patch generic: backport initial LEDs hw control support 2023-09-04 23:00:34 +01:00
818-v6.5-06-leds-trigger-netdev-add-basic-check-for-hw-control-s.patch generic: backport initial LEDs hw control support 2023-09-04 23:00:34 +01:00
818-v6.5-07-leds-trigger-netdev-reject-interval-store-for-hw_con.patch generic: backport initial LEDs hw control support 2023-09-04 23:00:34 +01:00
818-v6.5-08-leds-trigger-netdev-add-support-for-LED-hw-control.patch generic: backport initial LEDs hw control support 2023-09-04 23:00:34 +01:00
818-v6.5-09-leds-trigger-netdev-validate-configured-netdev.patch generic: backport initial LEDs hw control support 2023-09-04 23:00:34 +01:00
818-v6.5-10-leds-trigger-netdev-init-mode-if-hw-control-already-.patch generic: backport initial LEDs hw control support 2023-09-04 23:00:34 +01:00
818-v6.5-11-leds-trigger-netdev-expose-netdev-trigger-modes-in-l.patch generic: backport initial LEDs hw control support 2023-09-04 23:00:34 +01:00
818-v6.5-12-net-dsa-qca8k-implement-hw_control-ops.patch generic: backport initial LEDs hw control support 2023-09-04 23:00:34 +01:00
818-v6.5-13-net-dsa-qca8k-add-op-to-get-ports-netdev.patch generic: backport initial LEDs hw control support 2023-09-04 23:00:34 +01:00
819-v6.6-0001-nvmem-sunxi_sid-Convert-to-devm_platform_ioremap_res.patch kernel: backport v6.6 nvmem changes 2023-11-02 09:37:19 +01:00
819-v6.6-0002-nvmem-brcm_nvram-Use-devm_platform_get_and_ioremap_r.patch kernel: backport v6.6 nvmem changes 2023-11-02 09:37:19 +01:00
819-v6.6-0003-nvmem-lpc18xx_otp-Convert-to-devm_platform_ioremap_r.patch kernel: backport v6.6 nvmem changes 2023-11-02 09:37:19 +01:00
819-v6.6-0004-nvmem-meson-mx-efuse-Convert-to-devm_platform_iorema.patch kernel: backport v6.6 nvmem changes 2023-11-02 09:37:19 +01:00
819-v6.6-0005-nvmem-rockchip-efuse-Use-devm_platform_get_and_iorem.patch kernel: backport v6.6 nvmem changes 2023-11-02 09:37:19 +01:00
819-v6.6-0006-nvmem-stm32-romem-Use-devm_platform_get_and_ioremap_.patch kernel: backport v6.6 nvmem changes 2023-11-02 09:37:19 +01:00
819-v6.6-0007-nvmem-qfprom-do-some-cleanup.patch kernel: backport v6.6 nvmem changes 2023-11-02 09:37:19 +01:00
819-v6.6-0008-nvmem-uniphier-Use-devm_platform_get_and_ioremap_res.patch kernel: backport v6.6 nvmem changes 2023-11-02 09:37:19 +01:00
819-v6.6-0009-nvmem-add-new-NXP-QorIQ-eFuse-driver.patch kernel: backport v6.6 nvmem changes 2023-11-02 09:37:19 +01:00
819-v6.6-0011-nvmem-Kconfig-Fix-typo-drive-driver.patch kernel: backport v6.6 nvmem changes 2023-11-02 09:37:19 +01:00
819-v6.6-0012-nvmem-sec-qfprom-Add-Qualcomm-secure-QFPROM-support.patch kernel: backport v6.6 nvmem changes 2023-11-02 09:37:19 +01:00
819-v6.6-0013-nvmem-u-boot-env-Replace-zero-length-array-with-DECL.patch kernel: backport v6.6 nvmem changes 2023-11-02 09:37:19 +01:00
819-v6.6-0014-nvmem-core-Create-all-cells-before-adding-the-nvmem-.patch kernel: backport v6.6 nvmem changes 2023-11-02 09:37:19 +01:00
819-v6.6-0015-nvmem-core-Return-NULL-when-no-nvmem-layout-is-found.patch kernel: backport v6.6 nvmem changes 2023-11-02 09:37:19 +01:00
819-v6.6-0016-nvmem-core-Do-not-open-code-existing-functions.patch kernel: backport v6.6 nvmem changes 2023-11-02 09:37:19 +01:00
819-v6.6-0017-nvmem-core-Notify-when-a-new-layout-is-registered.patch kernel: backport v6.6 nvmem changes 2023-11-02 09:37:19 +01:00
820-v6.7-0001-nvmem-qfprom-Mark-core-clk-as-optional.patch kernel: backport nvmem v6.6 fixes and v6.7 changes 2023-11-02 09:37:45 +01:00
820-v6.7-0002-nvmem-add-explicit-config-option-to-read-old-syntax-.patch kernel: backport nvmem v6.6 fixes and v6.7 changes 2023-11-02 09:37:45 +01:00
820-v6.7-0003-nvmem-Use-device_get_match_data.patch kernel: backport nvmem v6.6 fixes and v6.7 changes 2023-11-02 09:37:45 +01:00
820-v6.7-0004-Revert-nvmem-add-new-config-option.patch kernel: backport nvmem v6.6 fixes and v6.7 changes 2023-11-02 09:37:45 +01:00
821-v5.16-Bluetooth-btusb-Support-public-address-configuration.patch kernel: bump 5.15 to 5.15.145 2024-01-07 12:57:30 +00:00
822-v5.17-Bluetooth-btusb-Fix-application-of-sizeof-to-pointer.patch kernel: bump 5.15 to 5.15.145 2024-01-07 12:57:30 +00:00
823-v5.18-Bluetooth-btusb-Add-a-new-PID-VID-13d3-3567-for-MT79.patch kernel: bump 5.15 to 5.15.145 2024-01-07 12:57:30 +00:00
824-v5.19-Bluetooth-btusb-Add-a-new-PID-VID-0489-e0c8-for-MT79.patch kernel: bump 5.15 to 5.15.145 2024-01-07 12:57:30 +00:00
825-v6.1-Bluetooth-btusb-Add-a-new-VID-PID-0e8d-0608-for-MT79.patch kernel: bump 5.15 to 5.15.145 2024-01-07 12:57:30 +00:00
826-v5.17-of-base-make-small-of_parse_phandle-variants-static-.patch kernel: bump 5.15 to 5.15.148 2024-02-10 20:19:28 +01:00
827-v6.3-0001-of-base-add-of_parse_phandle_with_optional_args.patch kernel: bump 5.15 to 5.15.148 2024-02-10 20:19:28 +01:00
827-v6.3-0002-of-property-make-.-cells-optional-for-simple-props.patch kernel: update v6.3 of patches 2023-03-17 16:47:09 +01:00
827-v6.3-0003-of-property-add-nvmem-cell-cells-property.patch kernel: update v6.3 of patches 2023-03-17 16:47:09 +01:00
827-v6.3-0004-of-device-Ignore-modalias-of-reused-nodes.patch kernel: bump 5.15 to 5.15.111 2023-05-13 22:38:35 +02:00
827-v6.3-0005-of-device-Do-not-ignore-error-code-in-of_device_ueve.patch kernel: bump 5.15 to 5.15.111 2023-05-13 22:38:35 +02:00
828-v6.4-0002-of-Update-of_device_get_modalias.patch kernel: backport of_request_module() 2023-04-06 06:27:02 +02:00
828-v6.4-0003-of-Rename-of_modalias_node.patch kernel: bump 5.15 to 5.15.146 2024-01-08 23:15:35 +01:00
828-v6.4-0004-of-Move-of_modalias-to-module.c.patch kernel: bump 5.15 to 5.15.148 2024-02-10 20:19:28 +01:00
828-v6.4-0005-of-Move-the-request-module-helper-logic-to-module.c.patch kernel: bump 5.15 to 5.15.148 2024-02-10 20:19:28 +01:00
860-v5.17-MIPS-ath79-drop-_machine_restart-again.patch generic: 5.15: refresh backport patch 2022-03-27 04:51:38 +01:00
870-v5.18-hwmon-lm70-Add-ti-tmp125-support.patch generic: 5.15: add missing tag for some backports patches 2022-10-18 22:45:08 +02:00
880-v5.19-cdc_ether-export-usbnet_cdc_zte_rx_fixup.patch kernel: backport ZTE RNDIS bogus MAC address fix 2022-04-16 14:02:11 +02:00
881-v5.19-rndis_host-enable-the-bogus-MAC-fixup-for-ZTE-device.patch kernel: bump 5.15 to 5.15.87 2023-01-13 22:04:22 +01:00
882-v5.19-rndis_host-limit-scope-of-bogus-MAC-address-detectio.patch kernel: bump 5.15 to 5.15.87 2023-01-13 22:04:22 +01:00
890-v6.2-mtd-spinand-winbond-fix-flash-detection.patch generic: 5.15: rename patches to match correct version 2023-08-13 16:30:14 +01:00
891-v6.2-mtd-spinand-winbond-add-W25N02KV.patch generic: 5.15: rename patches to match correct version 2023-08-13 16:30:14 +01:00
892-v6.5-mtd-spinand-winbond-Fix-ecc_get_status.patch generic: backport fix for Winbond SPI NAND 2023-08-13 17:49:40 +01:00
894-v6.8-net-ethtool-implement-ethtool_puts.patch kernel: 5.15: backport v6.1 PHY changes required for Aquantia 2024-01-31 11:57:41 +01:00