openwrt-mirror/target/linux/generic/backport-6.6
Qingfang Deng 324f234966 kernel: Mediatek: fix EEE registers init
After booting, a "transmit queue 0 timed out" warning followed by a
register dump was observed. The dump indicates that mtk_hw_init() does
not initialize the EEECR during probe. This occurs because the
netdev is allocated in mtk_add_mac(), which is called after
mtk_hw_init(). Consequently, the EEECR register remains uninitialized
until a reset is triggered, causing mtk_hw_init() to run again with a
valid netdev, at which point the register is finally set.

To address this, instead of modifying the probe sequence, latch the Tx
LPI enable state and timer value, and move the EEECR register
initialization to mtk_mac_link_up() to ensure proper setup when the
interface comes up.

Additionally, the splat reveals that LPI functionality is controlled by
the MAC_MCR_EEE bits in the MCR register. Update mtk_set_eee() to
modify these bits accordingly.

Fixes: d8315d5358 ("kernel: backport Mediatek SoC EEE support")
Fixes: edddbaf79c ("kernel: Mediatek: set default EEE Tx LPI timer")
Signed-off-by: Qingfang Deng <dqfext@gmail.com>
2025-03-31 10:21:28 +01:00
..
065-v6.10-compiler_types.h-Define-__retain.patch kernel: 6.6: prevent garbage-cleanup of BPF kfuncs 2024-06-13 14:16:34 +02:00
066-v6.10-bpf-Harden-__bpf_kfunc-against-linker-removal.patch kernel: 6.6: prevent garbage-cleanup of BPF kfuncs 2024-06-13 14:16:34 +02:00
192-v6.12-fix-libbpf-Wmaybe-uninitialized.patch kernel: packages: fix building package/devel/perf with -O3 2024-12-08 19:02:48 +01:00
300-v6.7-arm64-swiotlb-Reduce-the-default-size-if-no-ZONE_DMA.patch generic: 6.6: backport arm64 swiotlb default size reduction 2024-04-07 14:28:53 +02:00
301-v6.9-kernel.h-removed-REPEAT_BYTE-from-kernel.h.patch generic: 6.1, 6.6: replace Airoha EN8811H PHY driver with upstream 2024-05-08 01:54:32 +01:00
302-v6.9-kernel.h-Move-upper_-_bits-and-lower_-_bits-to-wordp.patch generic: 6.1, 6.6: replace Airoha EN8811H PHY driver with upstream 2024-05-08 01:54:32 +01:00
310-v6.7-mips-kexec-fix-the-incorrect-ifdeffery-and-dependenc.patch kernel: bump 6.6 to 6.6.44 2024-08-06 00:40:42 +02:00
320-v6.11-mips-bmips-rework-and-cache-CBR-addr-handling.patch generic: 6.6: add backported bmips CBR patches 2024-08-06 14:06:09 +02:00
321-v6.11-mips-bmips-setup-make-CBR-address-configurable.patch generic: 6.6: add backported bmips CBR patches 2024-08-06 14:06:09 +02:00
322-v6.11-mips-bmips-enable-RAC-on-BMIPS4350.patch generic: 6.6: add backported bmips CBR patches 2024-08-06 14:06:09 +02:00
400-v6.9-mtd-rawnand-brcmnand-Support-write-protection-settin.patch kernel: bump 6.6 to 6.6.76 2025-02-13 00:03:54 +01:00
401-v6.9-dt-bindings-mtd-add-basic-bindings-for-UBI.patch generic: 6.6: move NVMEM-on-UBI patches from pending to backports 2024-06-16 13:28:01 +01:00
402-v6.9-dt-bindings-mtd-ubi-volume-allow-UBI-volumes-to-prov.patch generic: 6.6: move NVMEM-on-UBI patches from pending to backports 2024-06-16 13:28:01 +01:00
403-v6.9-mtd-ubi-block-use-notifier-to-create-ubiblock-from-p.patch generic: 6.6: move NVMEM-on-UBI patches from pending to backports 2024-06-16 13:28:01 +01:00
404-v6.9-mtd-ubi-attach-from-device-tree.patch generic: 6.6: move NVMEM-on-UBI patches from pending to backports 2024-06-16 13:28:01 +01:00
405-v6.9-mtd-ubi-introduce-pre-removal-notification-for-UBI-v.patch generic: 6.6: move NVMEM-on-UBI patches from pending to backports 2024-06-16 13:28:01 +01:00
406-v6.9-mtd-ubi-populate-ubi-volume-fwnode.patch generic: 6.6: move NVMEM-on-UBI patches from pending to backports 2024-06-16 13:28:01 +01:00
407-v6.9-mtd-ubi-provide-NVMEM-layer-over-UBI-volumes.patch generic: 6.6: move NVMEM-on-UBI patches from pending to backports 2024-06-16 13:28:01 +01:00
408-v6.9-mtd-ubi-fix-NVMEM-over-UBI-volumes-on-32-bit-systems.patch generic: 6.6: move NVMEM-on-UBI patches from pending to backports 2024-06-16 13:28:01 +01:00
410-v6.13-01-block-add-support-for-defining-read-only-partitions.patch generic: backport BLOCK OF support patch 2024-10-11 17:18:40 +02:00
410-v6.13-03-block-introduce-add_disk_fwnode.patch generic: backport BLOCK OF support patch 2024-10-11 17:18:40 +02:00
410-v6.13-04-mmc-block-attach-partitions-fwnode-if-found-in-mmc-c.patch generic: backport BLOCK OF support patch 2024-10-11 17:18:40 +02:00
410-v6.13-05-block-add-support-for-partition-table-defined-in-OF.patch generic: backport BLOCK OF support patch 2024-10-11 17:18:40 +02:00
411-v6.7-mtd-spinand-add-support-for-FORESEE-F35SQA002G.patch generic: mtd: spinand: add support for FORESEE F35SQA002G 2024-12-06 14:38:53 +01:00
412-v6.14-mtd-spinand-add-support-for-FORESEE-F35SQA001G.patch generic: mtd: spinand: add support for FORESEE F35SQA001G 2024-12-06 14:38:53 +01:00
413-01-v6.14-mtd-rawnand-qcom-cleanup-qcom_nandc-driver.patch generic: fix Qcom SNAND driver and move to backports directory 2025-02-08 10:41:27 +01:00
413-02-v6.14-mtd-rawnand-qcom-Add-qcom-prefix-to-common-api.patch generic: fix Qcom SNAND driver and move to backports directory 2025-02-08 10:41:27 +01:00
413-03-v6.14-mtd-nand-Add-qpic_common-API-file.patch generic: fix Qcom SNAND driver and move to backports directory 2025-02-08 10:41:27 +01:00
413-04-v6.14-mtd-rawnand-qcom-use-FIELD_PREP-and-GENMASK.patch generic: fix Qcom SNAND driver and move to backports directory 2025-02-08 10:41:27 +01:00
414-v6.14-mtd-rawnand-qcom-fix-broken-config-in-qcom_param_pag.patch generic: fix Qcom SNAND driver and move to backports directory 2025-02-08 10:41:27 +01:00
415-v6.14-mtd-rawnand-qcom-Fix-build-issue-on-x86-architecture.patch generic: fix Qcom SNAND driver and move to backports directory 2025-02-08 10:41:27 +01:00
600-v6.10-net-Remove-conditional-threaded-NAPI-wakeup-based-on.patch kernel: bump 6.6 to 6.6.80 2025-03-02 11:39:59 +01:00
601-v6.10-net-Allow-to-use-SMP-threads-for-backlog-NAPI.patch kernel: bump 6.6 to 6.6.80 2025-03-02 11:39:59 +01:00
602-v6.10-net-Use-backlog-NAPI-to-clean-up-the-defer_list.patch kernel: bump 6.6 to 6.6.80 2025-03-02 11:39:59 +01:00
603-v6.10-net-Rename-rps_lock-to-backlog_lock.patch kernel: bump 6.6 to 6.6.80 2025-03-02 11:39:59 +01:00
610-v6.9-net-mdio-add-2.5g-and-5g-related-PMA-speed-constants.patch generic: 6.6: backport upstream RealTek PHY patches 2024-08-02 13:14:53 +01:00
611-01-v6.11-udp-Allow-GSO-transmit-from-devices-with-no-checksum.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
611-02-v6.11-net-Make-USO-depend-on-CSUM-offload.patch kernel: bump 6.6 to 6.6.80 2025-03-02 11:39:59 +01:00
611-03-v6.11-udp-Fall-back-to-software-USO-if-IPv6-extension-head.patch kernel: bump 6.6 to 6.6.48 2024-08-31 20:08:13 +02:00
612-v6.9-net-get-stats64-if-device-if-driver-is-configured.patch kernel: bump 6.6 to 6.6.80 2025-03-02 11:39:59 +01:00
620-01-v6.7-page_pool-fragment-API-support-for-32-bit-arch-with-.patch kernel: add missing version number to the page pool backport patch 2025-01-22 12:40:57 +01:00
620-02-v6.7-page_pool-unify-frag_count-handling-in-page_pool_is_.patch kernel: backport improvement to page pool fragment handling from 6.7 2025-01-22 12:30:38 +01:00
700-v6.10-net-create-a-dummy-net_device-allocator.patch kernel: bump 6.6 to 6.6.80 2025-03-02 11:39:59 +01:00
702-01-v6.7-net-phy-aquantia-move-to-separate-directory.patch generic: 6.6: manually refresh backport patches 2024-03-11 20:17:26 +01:00
702-02-v6.7-net-phy-aquantia-move-MMD_VEND-define-to-header.patch generic: 6.6: refresh backport patches 2024-03-11 20:17:26 +01:00
702-03-v6.7-net-phy-aquantia-add-firmware-load-support.patch generic: 6.6: refresh backport patches 2024-03-11 20:17:26 +01:00
707-v6.8-02-net-phy-at803x-move-disable-WOL-to-specific-at8031-p.patch
707-v6.8-03-net-phy-at803x-raname-hw_stats-functions-to-qca83xx-.patch
707-v6.8-04-net-phy-at803x-move-qca83xx-specific-check-in-dedica.patch
707-v6.8-05-net-phy-at803x-move-specific-DT-option-for-at8031-to.patch
707-v6.8-06-net-phy-at803x-move-specific-at8031-probe-mode-check.patch
707-v6.8-07-net-phy-at803x-move-specific-at8031-config_init-to-d.patch
707-v6.8-08-net-phy-at803x-move-specific-at8031-WOL-bits-to-dedi.patch
707-v6.8-09-net-phy-at803x-move-specific-at8031-config_intr-to-d.patch
707-v6.8-10-net-phy-at803x-make-at8031-related-DT-functions-name.patch
707-v6.8-11-net-phy-at803x-move-at8031-functions-in-dedicated-se.patch
707-v6.8-12-net-phy-at803x-move-at8035-specific-DT-parse-to-dedi.patch
707-v6.8-13-net-phy-at803x-drop-specific-PHY-ID-check-from-cable.patch
708-v6.8-01-net-phy-at803x-move-specific-qca808x-config_aneg-to-.patch
708-v6.8-02-net-phy-at803x-make-read-specific-status-function-mo.patch
709-v6.8-01-net-phy-at803x-remove-extra-space-after-cast.patch
709-v6.8-02-net-phy-at803x-replace-msleep-1-with-usleep_range.patch
710-v6.8-net-phy-at803x-better-align-function-varibles-to-ope.patch
711-v6.8-01-net-phy-at803x-generalize-cdt-fault-length-function.patch
711-v6.8-02-net-phy-at803x-refactor-qca808x-cable-test-get-statu.patch
711-v6.8-03-net-phy-at803x-add-support-for-cdt-cross-short-test-.patch
711-v6.8-04-net-phy-at803x-make-read_status-more-generic.patch
712-v6.9-net-phy-at803x-add-LED-support-for-qca808x.patch
713-v6.9-01-net-phy-move-at803x-PHY-driver-to-dedicated-director.patch generic: 6.6: manually refresh backport patches 2024-03-11 20:17:26 +01:00
713-v6.9-02-net-phy-qcom-create-and-move-functions-to-shared-lib.patch
713-v6.9-03-net-phy-qcom-deatch-qca83xx-PHY-driver-from-at803x.patch
713-v6.9-04-net-phy-qcom-move-additional-functions-to-shared-lib.patch
713-v6.9-05-net-phy-qcom-detach-qca808x-PHY-driver-from-at803x.patch generic: 6.6: manually refresh backport patches 2024-03-11 20:17:26 +01:00
714-v6.8-01-net-phy-make-addr-type-u8-in-phy_package_shared-stru.patch generic: 6.6: refresh backport patches 2024-03-11 20:17:26 +01:00
714-v6.8-02-net-phy-extend-PHY-package-API-to-support-multiple-g.patch kernel: bump 6.6 to 6.6.27 2024-04-14 17:50:27 +02:00
714-v6.8-03-net-phy-restructure-__phy_write-read_mmd-to-helper-a.patch generic: 6.6: refresh backport patches 2024-03-11 20:17:26 +01:00
714-v6.8-04-net-phy-add-support-for-PHY-package-MMD-read-write.patch generic: 6.6: refresh backport patches 2024-03-11 20:17:26 +01:00
715-v6.9-01-net-phy-qcom-qca808x-fix-logic-error-in-LED-brightne.patch
715-v6.9-02-net-phy-qcom-qca808x-default-to-LED-active-High-if-n.patch
716-v6.9-02-net-phy-add-support-for-scanning-PHY-in-PHY-packages.patch generic: 6.6: refresh backport patches 2024-03-11 20:17:26 +01:00
716-v6.9-03-net-phy-add-devm-of_phy_package_join-helper.patch kernel: bump 6.6 to 6.6.27 2024-04-14 17:50:27 +02:00
716-v6.9-04-net-phy-qcom-move-more-function-to-shared-library.patch
716-v6.9-06-net-phy-provide-whether-link-has-changed-in-c37_read.patch kernel: bump 6.6 to 6.6.27 2024-04-14 17:50:27 +02:00
716-v6.9-07-net-phy-qcom-add-support-for-QCA807x-PHY-Family.patch
716-v6.9-08-net-phy-qcom-move-common-qca808x-LED-define-to-share.patch
716-v6.9-09-net-phy-qcom-generalize-some-qca808x-LED-functions.patch
716-v6.9-10-net-phy-qca807x-add-support-for-configurable-LED.patch
717-v6.9-net-phy-qca807x-move-interface-mode-check-to-.config.patch
718-v6.9-net-phy-qcom-at803x-fix-kernel-panic-with-at8031_pro.patch generic: backport at803x kernel panic fix 2024-04-07 16:57:22 +02:00
720-v6.9-net-mdio-ipq4019-add-support-for-clock-frequency-pro.patch generic: 6.6: refresh backport patches 2024-03-11 20:17:26 +01:00
721-v6.7-net-phy-aquantia-drop-wrong-endianness-conversion-fo.patch
722-v6.10-dt-bindings-arm-qcom-ids-Add-SoC-ID-for-IPQ5321.patch kernel: qca-ssdk: update 12.5 to 2024-06-13 2024-06-23 17:42:17 +02:00
734-v6.8-net-phy-bcm54612e-add-suspend-resume.patch generic: fix BCM54612E suspend/resume backport patch 2024-12-20 19:30:15 +01:00
740-v6.10-net-stmmac-dwmac-ipq806x-account-for-rgmii-txid-rxid.patch generic: 6.6: backport patch adding support for rgmii-id in stmmac-ipq806x 2024-05-09 16:48:34 +02:00
751-01-v6.8-net-ethernet-mediatek-split-tx-and-rx-fields-in-mtk_.patch generic: rename backport patches to names containing version 2025-03-30 18:19:58 +02:00
751-02-v6.8-net-ethernet-mediatek-use-QDMA-instead-of-ADMAv2-on-.patch generic: rename backport patches to names containing version 2025-03-30 18:19:58 +02:00
752-03-v6.7-net-ethernet-mtk_eth_soc-rely-on-mtk_pse_port-defini.patch generic: rename backport patch 752-03 to name with correct version 2025-03-30 18:19:58 +02:00
752-05-v6.7-net-ethernet-mtk_wed-do-not-assume-offload-callbacks.patch kernel: bump 6.6 to 6.6.29 2024-04-28 21:51:03 +02:00
752-06-v6.7-net-ethernet-mtk_wed-introduce-versioning-utility-ro.patch kernel: bump 6.6 to 6.6.48 2024-08-31 20:08:13 +02:00
752-07-v6.7-net-ethernet-mtk_wed-do-not-configure-rx-offload-if-.patch kernel: bump 6.6 to 6.6.29 2024-04-28 21:51:03 +02:00
752-08-v6.7-net-ethernet-mtk_wed-rename-mtk_rxbm_desc-in-mtk_wed.patch generic: 6.6: refresh backport patches 2024-03-11 20:17:26 +01:00
752-09-v6.7-net-ethernet-mtk_wed-introduce-mtk_wed_buf-structure.patch generic: 6.6: refresh backport patches 2024-03-11 20:17:26 +01:00
752-10-v6.7-net-ethernet-mtk_wed-move-mem_region-array-out-of-mt.patch
752-11-v6.7-net-ethernet-mtk_wed-make-memory-region-optional.patch
752-13-v6.7-net-ethernet-mtk_wed-add-mtk_wed_soc_data-structure.patch kernel: bump 6.6 to 6.6.48 2024-08-31 20:08:13 +02:00
752-14-v6.7-net-ethernet-mtk_wed-introduce-WED-support-for-MT798.patch kernel: bump 6.6 to 6.6.48 2024-08-31 20:08:13 +02:00
752-15-v6.7-net-ethernet-mtk_wed-refactor-mtk_wed_check_wfdma_rx.patch kernel: bump 6.6 to 6.6.29 2024-04-28 21:51:03 +02:00
752-16-v6.7-net-ethernet-mtk_wed-introduce-partial-AMSDU-offload.patch generic: move backport patches 751-03 and 751-04 to pending 2025-03-30 18:19:59 +02:00
752-17-v6.7-net-ethernet-mtk_wed-introduce-hw_rro-support-for-MT.patch kernel: bump 6.6 to 6.6.48 2024-08-31 20:08:13 +02:00
752-18-v6.7-net-ethernet-mtk_wed-debugfs-move-wed_v2-specific-re.patch
752-19-v6.7-net-ethernet-mtk_wed-debugfs-add-WED-3.0-debugfs-ent.patch generic: 6.6: refresh backport patches 2024-03-11 20:17:26 +01:00
752-20-v6.7-net-ethernet-mtk_wed-add-wed-3.0-reset-support.patch kernel: bump 6.6 to 6.6.29 2024-04-28 21:51:03 +02:00
752-21-v6.7-net-ethernet-mtk_wed-fix-firmware-loading-for-MT7986.patch generic: backport accepted and pending patches for mtk_eth_soc 2024-05-30 10:49:59 +01:00
752-22-v6.7-net-ethernet-mtk_wed-remove-wo-pointer-in-wo_r32-wo_.patch generic: backport accepted and pending patches for mtk_eth_soc 2024-05-30 10:49:59 +01:00
752-23-v6.8-net-ethernet-mtk_wed-rely-on-__dev_alloc_page-in-mtk.patch generic: backport accepted and pending patches for mtk_eth_soc 2024-05-30 10:49:59 +01:00
752-24-v6.8-net-ethernet-mtk_wed-add-support-for-devices-with-mo.patch generic: backport accepted and pending patches for mtk_eth_soc 2024-05-30 10:49:59 +01:00
752-25-v6.10-net-ethernet-mtk_eth_soc-handle-dma-buffer-size-soc-.patch generic: 6.6: backport upstream commits for mtk_eth_soc 2024-06-16 13:28:01 +01:00
752-26-v6.10-net-ethernet-mtk_eth_soc-ppe-add-support-for-multipl.patch generic: move backport patches 751-03 and 751-04 to pending 2025-03-30 18:19:59 +02:00
752-27-v6.10-net-ethernet-mtk_eth_soc-ppe-prevent-ppe-update-for-.patch generic: 6.6: (re-)add support multiple PPE to mtk_eth_soc 2024-06-28 20:55:11 +01:00
752-28-v6.10-net-ethernet-mediatek-Allow-gaps-in-MAC-allocation.patch generic: 6.6: mtk_eth_soc: import accepted patches 2024-07-06 04:22:37 +01:00
752-29-v6.10-net-ethernet-mtk_ppe-Change-PPE-entries-number-to-16.patch generic: 6.6: mtk_eth_soc: import accepted patches 2024-07-06 04:22:37 +01:00
752-30-v6.10-net-ethernet-mtk_eth_soc-implement-.-get-set-_pausep.patch generic: 6.6: mtk_eth_soc: add support for flow-control settings 2024-07-06 04:22:37 +01:00
753-v6.15-net-ethernet-mediatek-add-EEE-support.patch kernel: Mediatek: fix EEE registers init 2025-03-31 10:21:28 +01:00
760-v6.9-net-phy-aquantia-add-AQR111-and-AQR111B0-PHY-ID.patch generic: 6.6: refresh backport patches 2024-03-11 20:17:26 +01:00
761-v6.9-net-phy-aquantia-add-AQR113-PHY-ID.patch generic: 6.6: refresh backport patches 2024-03-11 20:17:26 +01:00
762-v6.9-net-phy-aquantia-add-AQR813-PHY-ID.patch generic: 6.6: refresh backport patches 2024-03-11 20:17:26 +01:00
763-v6.10-net-dsa-introduce-dsa_phylink_to_port.patch generic: 6.1, 6.6: mt7530: import accepted patches 2024-04-24 21:05:46 +01:00
764-v6.10-net-dsa-allow-DSA-switch-drivers-to-provide-their-ow.patch generic: 6.1, 6.6: mt7530: import accepted patches 2024-04-24 21:05:46 +01:00
765-v6.9-net-phy-aquantia-add-support-for-AQR114C-PHY-ID.patch generic: 6.6: add patch to support AQR114C PHY ID 2024-05-16 20:27:36 +02:00
770-v6.7-net-introduce-napi_is_scheduled-helper.patch generic: rename backport patches to names containing version 2025-03-30 18:19:58 +02:00
771-v6.7-01-net-stmmac-improve-TX-timer-arm-logic.patch kernel: bump 6.6 to 6.6.29 2024-04-28 21:51:03 +02:00
771-v6.7-02-net-stmmac-move-TX-timer-arm-after-DMA-enable.patch kernel: bump 6.6 to 6.6.68 2024-12-30 01:55:41 +01:00
771-v6.7-03-net-stmmac-increase-TX-coalesce-timer-to-5ms.patch generic: 6.6: refresh backport patches 2024-03-11 20:17:26 +01:00
780-01-v6.8-r8169-improve-RTL8411b-phy-down-fixup.patch kernel: bump 6.6 to 6.6.55 2024-10-11 19:21:41 +02:00
780-02-v6.8-r8169-remove-not-needed-check-in-rtl_fw_write_firmwa.patch generic: 6.6: backport upstream r8169 patches 2024-08-19 20:40:59 +02:00
780-03-v6.8-r8169-remove-multicast-filter-limit.patch kernel: bump 6.6 to 6.6.55 2024-10-11 19:21:41 +02:00
780-04-v6.8-r8169-improve-handling-task-scheduling.patch kernel: bump 6.6 to 6.6.66 2024-12-19 00:38:34 +01:00
780-05-v6.8-r8169-add-support-for-LED-s-on-RTL8168-RTL8101.patch kernel: bump 6.6 to 6.6.66 2024-12-19 00:38:34 +01:00
780-06-v6.8-r8169-fix-building-with-CONFIG_LEDS_CLASS-m.patch kernel: bump 6.6 to 6.6.66 2024-12-19 00:38:34 +01:00
780-07-v6.9-r8169-simplify-EEE-handling.patch kernel: bump 6.6 to 6.6.66 2024-12-19 00:38:34 +01:00
780-08-v6.9-r8169-add-support-for-RTL8126A.patch kernel: bump 6.6 to 6.6.66 2024-12-19 00:38:34 +01:00
780-09-v6.9-r8169-improve-checking-for-valid-LED-modes.patch generic: 6.6: backport upstream r8169 patches 2024-08-19 20:40:59 +02:00
780-10-v6.9-r8169-simplify-code-by-using-core-provided-pcpu-stat.patch kernel: bump 6.6 to 6.6.66 2024-12-19 00:38:34 +01:00
780-11-v6.9-r8169-add-LED-support-for-RTL8125-RTL8126.patch kernel: bump 6.6 to 6.6.66 2024-12-19 00:38:34 +01:00
780-12-v6.9-r8169-add-generic-rtl_set_eee_txidle_timer-function.patch kernel: bump 6.6 to 6.6.55 2024-10-11 19:21:41 +02:00
780-13-v6.9-r8169-support-setting-the-EEE-tx-idle-timer-on-RTL81.patch kernel: bump 6.6 to 6.6.55 2024-10-11 19:21:41 +02:00
780-14-v6.9-r8169-add-support-for-returning-tx_lpi_timer-in-etht.patch kernel: bump 6.6 to 6.6.55 2024-10-11 19:21:41 +02:00
780-15-v6.9-r8169-add-MODULE_FIRMWARE-entry-for-RTL8126A.patch kernel: bump 6.6 to 6.6.55 2024-10-11 19:21:41 +02:00
780-16-v6.9-r8169-fix-LED-related-deadlock-on-module-removal.patch kernel: bump 6.6 to 6.6.66 2024-12-19 00:38:34 +01:00
780-17-v6.9-r8169-add-missing-conditional-compiling-for-call-to-.patch kernel: bump 6.6 to 6.6.66 2024-12-19 00:38:34 +01:00
780-18-v6.10-r8169-add-support-for-RTL8168M.patch kernel: bump 6.6 to 6.6.55 2024-10-11 19:21:41 +02:00
780-19-v6.10-net-annotate-writes-on-dev-mtu-from-ndo_change_mtu.patch kernel: bump 6.6 to 6.6.55 2024-10-11 19:21:41 +02:00
780-20-v6.11-r8169-disable-interrupt-source-RxOverflow.patch kernel: bump 6.6 to 6.6.66 2024-12-19 00:38:34 +01:00
780-21-v6.11-r8169-remove-detection-of-chip-version-11-early-RTL8.patch kernel: bump 6.6 to 6.6.55 2024-10-11 19:21:41 +02:00
780-22-v6.12-r8169-add-support-for-RTL8126A-rev.b.patch kernel: bump 6.6 to 6.6.66 2024-12-19 00:38:34 +01:00
780-23-v6.12-r8169-add-missing-MODULE_FIRMWARE-entry-for-RTL8126A.patch generic: backport upstream r8169 irq patch 2024-10-29 12:00:53 +01:00
780-25-v6.13-r8169-remove-original-workaround-for-RTL8125-broken-.patch generic: r8169: remove reverted temperature sensor patch 2025-01-17 13:21:26 +01:00
780-26-v6.13-r8169-enable-SG-TSO-on-selected-chip-versions-per-de.patch generic: r8169: remove reverted temperature sensor patch 2025-01-17 13:21:26 +01:00
780-27-v6.13-r8169-implement-additional-ethtool-stats-ops.patch generic: r8169: remove reverted temperature sensor patch 2025-01-17 13:21:26 +01:00
780-28-v6.13-r8169-don-t-take-RTNL-lock-in-rtl_task.patch generic: r8169: remove reverted temperature sensor patch 2025-01-17 13:21:26 +01:00
780-30-v6.13-r8169-avoid-duplicated-messages-if-loading-firmware-.patch generic: 6.6: backport upstream r8169 patches 2025-01-04 00:41:05 +01:00
780-31-v6.13-r8169-remove-rtl_dash_loop_wait_high-low.patch generic: r8169: remove reverted temperature sensor patch 2025-01-17 13:21:26 +01:00
780-32-v6.13-r8169-enable-EEE-at-2.5G-per-default-on-RTL8125B.patch generic: 6.6: backport upstream r8169 patches 2025-01-04 00:41:05 +01:00
780-33-v6.13-r8169-add-support-for-RTL8125D.patch generic: r8169: remove reverted temperature sensor patch 2025-01-17 13:21:26 +01:00
780-34-v6.13-r8169-fix-inconsistent-indenting-in-rtl8169_get_eth_.patch generic: r8169: remove reverted temperature sensor patch 2025-01-17 13:21:26 +01:00
780-35-v6.13-r8169-align-RTL8125-EEE-config-with-vendor-driver.patch generic: 6.6: backport upstream r8169 patches 2025-01-04 00:41:05 +01:00
780-36-v6.13-r8169-align-RTL8125-RTL8126-PHY-config-with-vendor-d.patch generic: 6.6: backport upstream r8169 patches 2025-01-04 00:41:05 +01:00
780-37-v6.13-r8169-align-RTL8126-EEE-config-with-vendor-driver.patch generic: 6.6: backport upstream r8169 patches 2025-01-04 00:41:05 +01:00
780-38-v6.13-r8169-improve-initialization-of-RSS-registers-on-RTL.patch generic: r8169: remove reverted temperature sensor patch 2025-01-17 13:21:26 +01:00
780-39-v6.13-r8169-remove-leftover-locks-after-reverted-change.patch generic: r8169: remove reverted temperature sensor patch 2025-01-17 13:21:26 +01:00
780-40-v6.13-r8169-improve-__rtl8169_set_wol.patch generic: r8169: remove reverted temperature sensor patch 2025-01-17 13:21:26 +01:00
780-41-v6.13-r8169-improve-rtl_set_d3_pll_down.patch generic: r8169: remove reverted temperature sensor patch 2025-01-17 13:21:26 +01:00
780-42-v6.13-r8169-align-WAKE_PHY-handling-with-r8125-r8126-vendo.patch generic: r8169: remove reverted temperature sensor patch 2025-01-17 13:21:26 +01:00
780-43-v6.13-r8169-use-helper-r8169_mod_reg8_cond-to-simplify-rtl.patch generic: r8169: remove reverted temperature sensor patch 2025-01-17 13:21:26 +01:00
780-44-v6.13-r8169-copy-vendor-driver-2.5G-5G-EEE-advertisement-c.patch generic: 6.6: backport upstream r8169 patches 2025-01-31 12:13:59 +01:00
780-45-v6.14-r8169-remove-unused-flag-RTL_FLAG_TASK_RESET_NO_QUEU.patch generic: 6.6: backport upstream r8169 patches 2025-01-31 12:13:59 +01:00
780-46-v6.14-r8169-remove-support-for-chip-version-11.patch generic: 6.6: backport upstream r8169 patches 2025-01-31 12:13:59 +01:00
780-47-v6.14-r8169-adjust-version-numbering-for-RTL8126.patch generic: 6.6: backport upstream r8169 patches 2025-01-31 12:13:59 +01:00
780-48-v6.14-r8169-add-support-for-RTL8125D-rev.b.patch generic: 6.6: backport upstream r8169 patches 2025-01-31 12:13:59 +01:00
780-49-v6.14-r8169-add-support-for-RTL8125BP-rev.b.patch generic: 6.6: backport upstream r8169 patches 2025-01-31 12:13:59 +01:00
781-01-v6.9-net-phy-realtek-add-support-for-RTL8126A-integrated-.patch generic: 6.6: backport upstream RealTek PHY patches 2024-08-02 13:14:53 +01:00
781-02-v6.9-net-phy-realtek-use-generic-MDIO-constants.patch generic: 6.6: backport upstream RealTek PHY patches 2024-08-02 13:14:53 +01:00
781-03-v6.9-net-phy-realtek-add-5Gbps-support-to-rtl822x_config_.patch generic: 6.6: backport upstream RealTek PHY patches 2024-08-02 13:14:53 +01:00
781-04-v6.9-net-phy-realtek-use-generic-MDIO-helpers-to-simplify.patch generic: 6.6: backport upstream RealTek PHY patches 2024-08-02 13:14:53 +01:00
781-05-v6.10-net-phy-realtek-configure-SerDes-mode-for-rtl822xb-P.patch generic: 6.6: backport upstream RealTek PHY patches 2024-08-02 13:14:53 +01:00
781-06-v6.10-net-phy-realtek-add-get_rate_matching-for-rtl822xb-P.patch generic: 6.6: backport upstream RealTek PHY patches 2024-08-02 13:14:53 +01:00
781-07-v6.10-net-phy-realtek-Add-driver-instances-for-rtl8221b-vi.patch generic: 6.6: backport upstream RealTek PHY patches 2024-08-02 13:14:53 +01:00
781-08-v6.10-net-phy-realtek-Change-rtlgen_get_speed-to-rtlgen_de.patch generic: 6.6: backport upstream RealTek PHY patches 2024-08-02 13:14:53 +01:00
781-09-v6.10-net-phy-realtek-add-rtl822x_c45_get_features-to-set-.patch generic: 6.6: backport upstream RealTek PHY patches 2024-08-02 13:14:53 +01:00
781-10-v6.11-net-phy-realtek-add-support-for-rtl8224-2.5Gbps-PHY.patch generic: 6.6: backport realtek phy patches from v6.11 2024-08-19 18:46:18 +01:00
781-11-v6.11-net-phy-realtek-Add-support-for-PHY-LEDs-on-RTL8211F.patch generic: 6.6: backport realtek phy patches from v6.11 2024-08-19 18:46:18 +01:00
781-12-v6.11-net-phy-realtek-Fix-setting-of-PHY-LEDs-Mode-B-bit-o.patch generic: 6.6: backport upstream Realtek PHY patch 2024-08-24 15:14:40 +02:00
781-13-v6.12-net-phy-realtek-Check-the-index-value-in-led_hw_cont.patch generic: import and move accepted RealTek PHY patches 2024-10-17 13:33:18 +01:00
781-14-v6.12-net-phy-realtek-Fix-MMD-access-on-RTL8126A-integrate.patch generic: import and move accepted RealTek PHY patches 2024-10-17 13:33:18 +01:00
781-15-v6.13-net-phy-realtek-read-duplex-and-gbit-master-from-PHY.patch generic: import and move accepted RealTek PHY patches 2024-10-17 13:33:18 +01:00
781-16-v6.13-net-phy-realtek-change-order-of-calls-in-C22-read_st.patch generic: import and move accepted RealTek PHY patches 2024-10-17 13:33:18 +01:00
781-17-v6.13-net-phy-realtek-clear-1000Base-T-link-partner-advert.patch generic: import and move accepted RealTek PHY patches 2024-10-17 13:33:18 +01:00
781-18-v6.13-net-phy-realtek-merge-the-drivers-for-internal-NBase.patch generic: 6.6: backport upstream Realtek PHY patches 2025-01-04 00:37:21 +01:00
781-19-v6.13-net-phy-realtek-add-RTL8125D-internal-PHY.patch generic: 6.6: backport upstream Realtek PHY patches 2025-01-04 00:37:21 +01:00
781-20-v6.14-net-phy-realtek-clear-1000Base-T-lpa-if-link-is-down.patch generic: fix version number on realtek phy patches 2025-01-22 20:34:26 +01:00
781-21-v6.14-net-phy-realtek-clear-master_slave_state-if-link-is-.patch generic: fix version number on realtek phy patches 2025-01-22 20:34:26 +01:00
781-22-v6.14-net-phy-realtek-always-clear-NBase-T-lpa.patch generic: fix version number on realtek phy patches 2025-01-22 20:34:26 +01:00
781-23-v6.14-net-phy-realtek-add-support-for-reading-MDIO_MMD_VEN.patch generic: backport pending Realtek PHY patches 2025-01-17 13:51:49 +00:00
781-24-v6.14-net-phy-move-realtek-PHY-driver-to-its-own-subdirect.patch generic: backport pending Realtek PHY patches 2025-01-17 13:51:49 +00:00
781-25-v6.14-net-phy-realtek-add-hwmon-support-for-temp-sensor-on.patch generic: backport pending Realtek PHY patches 2025-01-17 13:51:49 +00:00
781-26-v6.14-net-phy-realtek-HWMON-support-for-standalone-version.patch generic: net: phy: realtek: expose temperature sensors 2025-01-22 20:15:34 +01:00
785-01-v6.8-net-sfp-rework-the-RollBall-PHY-waiting-code.patch generic: net: phy: sfp: backport some FS copper SFP fixes 2025-03-12 12:01:53 +01:00
785-02-v6.8-net-sfp-fix-PHY-discovery-for-FS-SFP-10G-T-module.patch generic: net: phy: sfp: backport some FS copper SFP fixes 2025-03-12 12:01:53 +01:00
785-03-v6.10-net-sfp-update-comment-for-FS-SFP-10G-T-quirk.patch generic: net: phy: sfp: backport some FS copper SFP fixes 2025-03-12 12:01:53 +01:00
785-04-v6.10-net-sfp-enhance-quirk-for-Fibrestore-2.5G-copper-SFP-module.patch generic: net: phy: sfp: backport some FS copper SFP fixes 2025-03-12 12:01:53 +01:00
785-05-v6.15-net-sfp-add-quirk-for-FS-SFP-10GM-T-copper-SFP-module.patch generic: net: phy: sfp: backport some FS copper SFP fixes 2025-03-12 12:01:53 +01:00
790-01-v6.7-net-dsa-mt7530-Convert-to-platform-remove-callback-r.patch generic: 6.6: sync mt7530 DSA driver with upstream 2024-04-10 18:50:32 +01:00
790-02-v6.7-net-dsa-mt753x-remove-mt753x_phylink_pcs_link_up.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-03-v6.7-net-dsa-mt7530-replace-deprecated-strncpy-with-ethto.patch generic: 6.6: sync mt7530 DSA driver with upstream 2024-04-10 18:50:32 +01:00
790-04-v6.9-net-dsa-mt7530-support-OF-based-registration-of-swit.patch kernel: bump 6.6 to 6.6.29 2024-04-28 21:51:03 +02:00
790-05-v6.9-net-dsa-mt7530-always-trap-frames-to-active-CPU-port.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-06-v6.9-net-dsa-mt7530-use-p5_interface_select-as-data-type-.patch kernel: bump 6.6 to 6.6.29 2024-04-28 21:51:03 +02:00
790-07-v6.9-net-dsa-mt7530-store-port-5-SGMII-capability-of-MT75.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-08-v6.9-net-dsa-mt7530-improve-comments-regarding-switch-por.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-09-v6.9-net-dsa-mt7530-improve-code-path-for-setting-up-port.patch kernel: bump 6.6 to 6.6.29 2024-04-28 21:51:03 +02:00
790-10-v6.9-net-dsa-mt7530-do-not-set-priv-p5_interface-on-mt753.patch generic: 6.6: sync mt7530 DSA driver with upstream 2024-04-10 18:50:32 +01:00
790-11-v6.9-net-dsa-mt7530-do-not-run-mt7530_setup_port5-if-port.patch kernel: bump 6.6 to 6.6.29 2024-04-28 21:51:03 +02:00
790-12-v6.9-net-dsa-mt7530-empty-default-case-on-mt7530_setup_po.patch generic: 6.6: sync mt7530 DSA driver with upstream 2024-04-10 18:50:32 +01:00
790-13-v6.9-net-dsa-mt7530-move-XTAL-check-to-mt7530_setup.patch kernel: bump 6.6 to 6.6.29 2024-04-28 21:51:03 +02:00
790-14-v6.9-net-dsa-mt7530-simplify-mt7530_pad_clk_setup.patch generic: 6.6: sync mt7530 DSA driver with upstream 2024-04-10 18:50:32 +01:00
790-15-v6.9-net-dsa-mt7530-call-port-6-setup-from-mt7530_mac_con.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-16-v6.9-net-dsa-mt7530-remove-pad_setup-function-pointer.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-17-v6.9-net-dsa-mt7530-correct-port-capabilities-of-MT7988.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-18-v6.9-net-dsa-mt7530-do-not-clear-config-supported_interfa.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-19-v6.9-net-dsa-mt7530-remove-.mac_port_config-for-MT7988-an.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-20-v6.9-net-dsa-mt7530-set-interrupt-register-only-for-MT753.patch kernel: bump 6.6 to 6.6.29 2024-04-28 21:51:03 +02:00
790-21-v6.9-net-dsa-mt7530-do-not-use-SW_PHY_RST-to-reset-MT7531.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-22-v6.9-net-dsa-mt7530-get-rid-of-useless-error-returns-on-p.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-23-v6.9-net-dsa-mt7530-get-rid-of-priv-info-cpu_port_config.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-24-v6.9-net-dsa-mt7530-get-rid-of-mt753x_mac_config.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-25-v6.9-net-dsa-mt7530-put-initialising-PCS-devices-code-bac.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-26-v6.9-net-dsa-mt7530-sort-link-settings-ops-and-force-link.patch kernel: bump 6.6 to 6.6.29 2024-04-28 21:51:03 +02:00
790-27-v6.9-net-dsa-mt7530-simplify-link-operations.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-28-v6.9-net-dsa-mt7530-disable-LEDs-before-reset.patch kernel: bump 6.6 to 6.6.29 2024-04-28 21:51:03 +02:00
790-30-v6.9-net-dsa-mt7530-prevent-possible-incorrect-XTAL-frequ.patch kernel: bump 6.6 to 6.6.29 2024-04-28 21:51:03 +02:00
790-33-v6.10-net-dsa-mt7530-provide-own-phylink-MAC-operations.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-36-v6.10-net-dsa-mt7530-mdio-read-PHY-address-of-switch-from-.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-37-v6.10-net-dsa-mt7530-simplify-core-operations.patch generic: 6.1, 6.6: mt7530: import accepted patches 2024-04-24 21:05:46 +01:00
790-38-v6.10-net-dsa-mt7530-disable-EEE-abilities-on-failure-on-M.patch generic: v6.1, v6.6: add patch to fix PHY-muxing on MT7530 2024-04-27 16:14:10 +01:00
790-39-v6.10-net-dsa-mt7530-refactor-MT7530_PMCR_P.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-40-v6.10-net-dsa-mt7530-rename-p5_intf_sel-and-use-only-for-M.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-41-v6.10-net-dsa-mt7530-rename-mt753x_bpdu_port_fw-enum-to-mt.patch generic: v6.1, v6.6: add patch to fix PHY-muxing on MT7530 2024-04-27 16:14:10 +01:00
790-42-v6.10-net-dsa-mt7530-refactor-MT7530_MFC-and-MT7531_CFC-ad.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-43-v6.10-net-dsa-mt7530-refactor-MT7530_HWTRAP-and-MT7530_MHW.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-44-v6.10-net-dsa-mt7530-move-MT753X_MTRAP-operations-for-MT75.patch generic: v6.1, v6.6: add patch to fix PHY-muxing on MT7530 2024-04-27 16:14:10 +01:00
790-45-v6.10-net-dsa-mt7530-return-mt7530_setup_mdio-mt7531_setup.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-46-v6.10-net-dsa-mt7530-define-MAC-speed-capabilities-per-swi.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-47-v6.10-net-dsa-mt7530-get-rid-of-function-sanity-check.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-48-v6.10-net-dsa-mt7530-refactor-MT7530_PMEEECR_P.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-49-v6.10-net-dsa-mt7530-get-rid-of-mac_port_validate-member-o.patch generic: v6.1, v6.6: add patch to fix PHY-muxing on MT7530 2024-04-27 16:14:10 +01:00
790-50-v6.10-net-dsa-mt7530-use-priv-ds-num_ports-instead-of-MT75.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-51-v6.10-net-dsa-mt7530-do-not-pass-port-variable-to-mt7531_r.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-52-v6.10-net-dsa-mt7530-explain-exposing-MDIO-bus-of-MT7531AE.patch kernel: bump 6.6 to 6.6.83 2025-03-15 10:25:57 +01:00
790-53-v6.10-net-dsa-mt7530-do-not-set-MT7530_P5_DIS-when-PHY-.patch generic: 6.1, 6.6: move accepted patches to backport folders 2024-05-07 12:21:12 +01:00
790-54-v6.10-796-net-dsa-mt7530-detect-PHY-muxing-when-PHY-is-defined.patch generic: 6.1, 6.6: move accepted patches to backport folders 2024-05-07 12:21:12 +01:00
790-55-v6.11-net-dsa-mt7530-factor-out-bridge-join-leave-logic.patch generic: 6.6: mt7530: add support for bridge port isolation 2024-06-20 01:11:09 +01:00
790-56-v6.11-net-dsa-mt7530-add-support-for-bridge-port-isolation.patch generic: 6.6: mt7530: add support for bridge port isolation 2024-06-20 01:11:09 +01:00
791-v6.11-01-net-phy-aquantia-move-priv-and-hw-stat-to-header.patch generic: 6.6: replace Aquantia pending LEDs patch with upstream version 2024-06-25 14:20:17 +02:00
791-v6.11-02-net-phy-aquantia-add-support-for-PHY-LEDs.patch generic: 6.6: replace Aquantia pending LEDs patch with upstream version 2024-06-25 14:20:17 +02:00
792-v6.16-igc-enable-HW-vlan-tag-insertion-stripping-by-defaul.patch kernel: move accepted patch from pending-6.6 to backport-6.6 2025-03-28 16:09:00 +00:00
795-v6.7-16-r8152-use-napi_gro_frags.patch generic: 6.6: refresh backport patches 2024-03-11 20:17:26 +01:00
798-v6.10-01-net-phy-air_en8811h-Add-the-Airoha-EN8811H-PHY-drive.patch kernel: move accepted patch from pending-6.6 to backport-6.6 2025-03-18 17:25:39 +00:00
798-v6.10-02-net-phy-air_en8811h-fix-some-error-codes.patch kernel: move accepted patch from pending-6.6 to backport-6.6 2025-03-18 17:25:39 +00:00
798-v6.10-03-net-phy-air_en8811h-reset-netdev-rules-when-LED-is-s.patch kernel: move accepted patch from pending-6.6 to backport-6.6 2025-03-18 17:25:39 +00:00
800-v6.9-0001-dt-bindings-leds-Add-FUNCTION-defines-for-per-band-W.patch kernel: backport some useful LED_FUNCTION_* defines for DT 2024-03-17 22:55:32 +01:00
800-v6.9-0002-dt-bindings-leds-Add-LED_FUNCTION_WAN_ONLINE-for-Int.patch kernel: backport some useful LED_FUNCTION_* defines for DT 2024-03-17 22:55:32 +01:00
810-v6.11-hwmon-g672-add-support-for-g761.patch generic: 6.6: backport patch for G671 PWM Fan controller support 2024-06-25 12:52:43 +02:00
815-v6.7-2-leds-turris-omnia-Make-set_brightness-more-efficient.patch
815-v6.7-3-leds-turris-omnia-Support-HW-controlled-mode-via-pri.patch generic: 6.6: refresh backport patches 2024-03-11 20:17:26 +01:00
815-v6.7-4-leds-turris-omnia-Add-support-for-enabling-disabling.patch generic: 6.6: manually refresh backport patches 2024-03-11 20:17:26 +01:00
815-v6.7-5-leds-turris-omnia-Fix-brightness-setting-and-trigger.patch
816-v6.7-0001-nvmem-qfprom-Mark-core-clk-as-optional.patch kernel: bump 6.6 to 6.6.31 2024-05-30 00:04:12 +02:00
816-v6.7-0003-nvmem-Use-device_get_match_data.patch
816-v6.7-0004-Revert-nvmem-add-new-config-option.patch kernel: bump 6.6 to 6.6.80 2025-03-02 11:39:59 +01:00
817-v6.9-of-property-Make-no-port-node-found-output-a-debug.patch kernel: make 'no port node found' output a debug message 2024-09-28 18:47:42 +02:00
818-v6.8-of-device-Export-of_device_make_bus_id.patch generic: 6.6: refresh backport patches 2024-03-11 20:17:26 +01:00
819-v6.8-0001-nvmem-Move-of_nvmem_layout_get_container-in-another-.patch kernel: bump 6.6 to 6.6.80 2025-03-02 11:39:59 +01:00
819-v6.8-0005-nvmem-core-Rework-layouts-to-become-regular-devices.patch kernel: bump 6.6 to 6.6.78 2025-02-20 19:27:57 +01:00
819-v6.8-0006-nvmem-core-Expose-cells-through-sysfs.patch kernel: bump 6.6 to 6.6.41 2024-07-19 16:53:24 +02:00
819-v6.8-0007-nvmem-stm32-add-support-for-STM32MP25-BSEC-to-contro.patch
819-v6.8-0008-nvmem-layouts-refactor-.add_cells-callback-arguments.patch kernel: bump 6.6 to 6.6.41 2024-07-19 16:53:24 +02:00
819-v6.8-0009-nvmem-drop-nvmem_layout_get_match_data.patch kernel: bump 6.6 to 6.6.41 2024-07-19 16:53:24 +02:00
820-v6.9-0002-nvmem-mtk-efuse-Register-MediaTek-socinfo-driver-fro.patch kernel: backport nvmem changes from v6.9 2024-09-10 13:42:55 +02:00
820-v6.9-0003-nvmem-zynqmp_nvmem-zynqmp_nvmem_probe-cleanup.patch kernel: backport nvmem changes from v6.9 2024-09-10 13:42:55 +02:00
820-v6.9-0004-nvmem-zynqmp_nvmem-Add-support-to-access-efuse.patch kernel: backport nvmem changes from v6.9 2024-09-10 13:42:55 +02:00
820-v6.9-0005-nvmem-mtk-efuse-Drop-NVMEM-device-name.patch kernel: backport nvmem changes from v6.9 2024-09-10 13:42:55 +02:00
820-v6.9-0006-nvmem-core-make-nvmem_layout_bus_type-const.patch kernel: backport nvmem changes from v6.9 2024-09-10 13:42:55 +02:00
820-v6.9-0007-nvmem-core-Print-error-on-wrong-bits-DT-property.patch kernel: backport nvmem changes from v6.9 2024-09-10 13:42:55 +02:00
821-v6.10-0001-nvmem-layouts-store-owner-from-modules-with-nvmem_la.patch kernel: backport nvmem changes from v6.10 2024-09-10 13:42:59 +02:00
821-v6.10-0002-nvmem-layouts-onie-tlv-drop-driver-owner-initializat.patch kernel: backport nvmem changes from v6.10 2024-09-10 13:42:59 +02:00
821-v6.10-0003-nvmem-layouts-sl28vpd-drop-driver-owner-initializati.patch kernel: backport nvmem changes from v6.10 2024-09-10 13:42:59 +02:00
821-v6.10-0004-nvmem-sc27xx-fix-module-autoloading.patch kernel: backport nvmem changes from v6.10 2024-09-10 13:42:59 +02:00
821-v6.10-0005-nvmem-sprd-fix-module-autoloading.patch kernel: backport nvmem changes from v6.10 2024-09-10 13:42:59 +02:00
821-v6.10-0006-nvmem-core-switch-to-use-device_add_groups.patch kernel: backport nvmem changes from v6.10 2024-09-10 13:42:59 +02:00
821-v6.10-0007-nvmem-lpc18xx_eeprom-Convert-to-platform-remove-call.patch kernel: backport nvmem changes from v6.10 2024-09-10 13:42:59 +02:00
821-v6.10-0008-nvmem-meson-mx-efuse-Remove-nvmem_device-from-efuse-.patch kernel: backport nvmem changes from v6.10 2024-09-10 13:42:59 +02:00
822-v6.11-0001-nvmem-add-missing-MODULE_DESCRIPTION-macros.patch kernel: bump 6.6 to 6.6.52 2024-09-19 22:57:53 +02:00
822-v6.11-0002-nvmem-meson-efuse-Replacing-the-use-of-of_node_put-t.patch kernel: backport nvmem changes from v6.11 2024-09-10 13:43:03 +02:00
822-v6.11-0004-nvmem-rockchip-otp-Set-type-to-OTP.patch kernel: backport nvmem changes from v6.11 2024-09-10 13:43:03 +02:00
822-v6.11-0005-nvmem-rockchip-efuse-set-type-to-OTP.patch kernel: backport nvmem changes from v6.11 2024-09-10 13:43:03 +02:00
822-v6.11-0006-nvmem-core-add-single-sysfs-group.patch kernel: backport nvmem changes from v6.11 2024-09-10 13:43:03 +02:00
822-v6.11-0007-nvmem-core-remove-global-nvmem_cells_group.patch kernel: backport nvmem changes from v6.11 2024-09-10 13:43:03 +02:00
822-v6.11-0008-nvmem-core-drop-unnecessary-range-checks-in-sysfs-ca.patch kernel: backport nvmem changes from v6.11 2024-09-10 13:43:03 +02:00
822-v6.11-0009-nvmem-Use-sysfs_emit-for-type-attribute.patch kernel: backport nvmem changes from v6.11 2024-09-10 13:43:03 +02:00
822-v6.11-0010-nvmem-core-Implement-force_ro-sysfs-attribute.patch kernel: backport nvmem changes from v6.11 2024-09-10 13:43:03 +02:00
823-v6.12-0001-nvmem-imx-ocotp-ele-support-i.MX95.patch kernel: bump 6.6 to 6.6.80 2025-03-02 11:39:59 +01:00
823-v6.12-0002-nvmem-sunplus-ocotp-Use-devm_platform_ioremap_resour.patch kernel: backport nvmem changes from v6.12 2024-09-12 08:59:36 +02:00
823-v6.12-0003-nvmem-layouts-add-U-Boot-env-layout.patch kernel: backport nvmem changes from v6.12 2024-09-12 08:59:36 +02:00
831-v6.7-rtc-rtc7301-Support-byte-addressed-IO.patch
832-v6.7-net-phy-amd-Support-the-Altima-AMI101L.patch generic: 6.1, 6.6: replace Airoha EN8811H PHY driver with upstream 2024-05-08 01:54:32 +01:00
833-v6.8-leds-core-Add-more-colors-from-DT-bindings-to-led_co.patch.patch
834-v6.8-leds-trigger-netdev-Extend-speeds-up-to-10G.patch kernel: bump 6.6 to 6.6.45 and update config-6.6 2024-08-13 00:34:16 +02:00
835-v6.9-net-phy-add-support-for-PHY-LEDs-polarity-modes.patch kernel: bump 6.6 to 6.6.57 2024-10-19 16:21:32 +02:00
836-v6.9-net-phy-aquantia-clear-PMD-Global-Transmit-Disable-b.patch generic: add fix for AQR113 PMD Global Transmit Disable bit 2024-07-09 12:33:17 +02:00
837-v6.12-net-phy-aquantia-fix-setting-active_low-bit.patch generic: fix kernel version and ordering of Aquantia backports 2024-10-15 21:20:19 +01:00
838-v6.12-net-phy-aquantia-fix-applying-active_low-bit-after-reset.patch generic: fix kernel version and ordering of Aquantia backports 2024-10-15 21:20:19 +01:00
839-v6.13-net-phy-aquantia-allow-forcing-order-of-MDI-pairs.patch generic: fix kernel version and ordering of Aquantia backports 2024-10-15 21:20:19 +01:00
840-v6.13-net-phy-aquantia-fix-return-value-check-in-aqr107_co.patch generic: fix kernel version and ordering of Aquantia backports 2024-10-15 21:20:19 +01:00
841-v6.13-net-phy-support-active-high-property-for-PHY-LEDs.patch kernel: bump 6.6 to 6.6.57 2024-10-19 16:21:32 +02:00
842-v6.13-net-phy-aquantia-correctly-describe-LED-polarity-ove.patch generic: phy: aquantia: correctly describe LED polarity 2024-10-15 17:46:14 +01:00
843-v6.13-net-phy-mxl-gpy-add-basic-LED-support.patch generic: net: phy: mxl-gpy: add support for PHY LEDs 2024-10-15 17:47:31 +01:00
844-v6.13-net-phy-mxl-gpy-add-missing-support-for-TRIGGER_NETD.patch generic: net: phy: mxl-gpy: add support for PHY LEDs 2024-10-15 17:47:31 +01:00
845-v6.13-net-phy-mxl-gpy-correctly-describe-LED-polarity.patch generic: net: phy: mxl-gpy: add support for PHY LEDs 2024-10-15 17:47:31 +01:00
846-v6.13-net-phy-intel-xway-add-support-for-PHY-LEDs.patch generic: net: phy: intel-way: add support for PHY LEDs 2024-10-15 17:54:30 +01:00
850-v6.8-bus-mhi-host-Add-a-separate-timeout-parameter-for-wa.patch kernel: bump 6.6 to 6.6.27 2024-04-14 17:50:27 +02:00
851-v6.8-bus-mhi-host-pci_generic-Add-SDX75-based-modem-suppo.patch kernel: bump 6.6 to 6.6.54 2024-10-05 12:43:51 +02:00
852-v6.9-stable-bus-mhi-host-pci_generic-constify-modem_telit_fn980.patch generic: rename backport patch 852 2025-03-15 10:22:22 +01:00
853-v6.10-bus-mhi-host-Add-mhi_power_down_keep_dev-API-to-supp.patch kernel: add missing patch description 2025-02-18 19:32:52 +00:00
860-v6.7-leds-add-ktd202x-driver.patch generic: backport support for KTD2026/7 rgb(w) led controller 2024-11-28 21:59:58 +01:00
861-v6.10-leds-rgb-leds-ktd202x-get-device-properties-through-fwnode.patch generic: backport support for KTD2026/7 rgb(w) led controller 2024-11-28 21:59:58 +01:00
862-v6.10-leds-rgb-leds-ktd202x-i2c-id-tables-for-ktd2026-and-2027.patch generic: backport support for KTD2026/7 rgb(w) led controller 2024-11-28 21:59:58 +01:00
863-v6.10-leds-rgb-leds-ktd202x-initialize-mutex-earlier.patch generic: backport support for KTD2026/7 rgb(w) led controller 2024-11-28 21:59:58 +01:00
870-v6.7-01-PCI-dwc-Add-host_post_init-callback.patch ipq4019: patch initialization of Lantiq DSL on FritzBox 7530. 2025-01-18 18:50:51 +01:00
870-v6.7-02-PCI-qcom-Enable-ASPM-for-platforms-supporting-1.9.0-.patch ipq4019: patch initialization of Lantiq DSL on FritzBox 7530. 2025-01-18 18:50:51 +01:00
880-v6.14-gpio-regmap-Use-generic-request-free-ops.patch generic: backport pending gpio-regmap ops patch 2025-01-22 20:42:49 +01:00
890-v6.11-leds-core-Omit-set_brightness-error-message-for-a.patch generic: silence led set_brightness error message 2025-03-16 19:50:21 +01:00
894-v6.7-net-dsa-realtek-Convert-to-platform-remove-callback.patch kernel: modules: netdevices: add realtek DSA modules 2025-02-06 09:51:13 +01:00
894-v6.8-net-ethtool-implement-ethtool_puts.patch kernel: bump 6.6 to 6.6.49 2024-09-06 22:36:43 +02:00
895-01-v6.8-net-phy-add-possible-interfaces.patch generic: backport QCA808x possible interfaces fix 2024-06-24 09:46:19 +02:00
895-02-v6.8-net-phylink-use-for_each_set_bit.patch generic: backport QCA808x possible interfaces fix 2024-06-24 09:46:19 +02:00
895-03-v6.8-net-phylink-split-out-per-interface-validation.patch generic: backport QCA808x possible interfaces fix 2024-06-24 09:46:19 +02:00
895-04-v6.8-net-phylink-pass-PHY-into-phylink_validate_one.patch generic: backport QCA808x possible interfaces fix 2024-06-24 09:46:19 +02:00
895-05-v6.8-net-phylink-pass-PHY-into-phylink_validate_mask.patch generic: backport QCA808x possible interfaces fix 2024-06-24 09:46:19 +02:00
895-06-v6.8-net-phylink-split-out-PHY-validation-from-phylink_br.patch generic: backport QCA808x possible interfaces fix 2024-06-24 09:46:19 +02:00
895-07-v6.8-net-phylink-use-the-PHY-s-possible_interfaces-if-pop.patch generic: backport QCA808x possible interfaces fix 2024-06-24 09:46:19 +02:00
896-01-v6.9-net-dsa-mv88e6xxx-rename-mv88e6xxx_g2_scratch_gpio_s.patch kernel: bump 6.6 to 6.6.84 2025-03-26 11:10:12 +01:00
896-02-v6.9-net-dsa-mv88e6xxx-add-Amethyst-specific-SMI-GPIO-fun.patch kernel: bump 6.6 to 6.6.84 2025-03-26 11:10:12 +01:00
896-v6.9-0001-net-dsa-realtek-drop-cleanup-from-realtek_ops.patch kernel: modules: netdevices: add realtek DSA modules 2025-02-06 09:51:13 +01:00
896-v6.9-0002-net-dsa-realtek-introduce-REALTEK_DSA-namespace.patch kernel: modules: netdevices: add realtek DSA modules 2025-02-06 09:51:13 +01:00
896-v6.9-0003-net-dsa-realtek-convert-variants-into-real-drivers.patch kernel: modules: netdevices: add realtek DSA modules 2025-02-06 09:51:13 +01:00
896-v6.9-0004-net-dsa-realtek-keep-variant-reference-in-realtek_pr.patch kernel: modules: netdevices: add realtek DSA modules 2025-02-06 09:51:13 +01:00
896-v6.9-0005-net-dsa-realtek-common-rtl83xx-module.patch kernel: modules: netdevices: add realtek DSA modules 2025-02-06 09:51:13 +01:00
896-v6.9-0006-net-dsa-realtek-merge-rtl83xx-and-interface-modules-.patch kernel: modules: netdevices: add realtek DSA modules 2025-02-06 09:51:13 +01:00
896-v6.9-0007-net-dsa-realtek-get-internal-MDIO-node-by-name.patch kernel: modules: netdevices: add realtek DSA modules 2025-02-06 09:51:13 +01:00
896-v6.9-0008-net-dsa-realtek-clean-user_mii_bus-setup.patch kernel: modules: netdevices: add realtek DSA modules 2025-02-06 09:51:13 +01:00
896-v6.9-0009-net-dsa-realtek-migrate-user_mii_bus-setup-to-realte.patch kernel: modules: netdevices: add realtek DSA modules 2025-02-06 09:51:13 +01:00
896-v6.9-0010-net-dsa-realtek-use-the-same-mii-bus-driver-for-both.patch kernel: modules: netdevices: add realtek DSA modules 2025-02-06 09:51:13 +01:00
896-v6.9-0011-net-dsa-realtek-embed-dsa_switch-into-realtek_priv.patch kernel: modules: netdevices: add realtek DSA modules 2025-02-06 09:51:13 +01:00
897-01-v6.9-net-phy-qcom-qca808x-add-helper-for-checking-for-1G-.patch generic: backport QCA808x possible interfaces fix 2024-06-24 09:46:19 +02:00
897-02-v6.9-net-phy-qcom-qca808x-fill-in-possible_interfaces.patch generic: backport QCA808x possible interfaces fix 2024-06-24 09:46:19 +02:00
897-v6.9-net-dsa-realtek-fix-digital-interface-select-macro-f.patch kernel: modules: netdevices: add realtek DSA modules 2025-02-06 09:51:13 +01:00
898-v6.7-mtd-spinand-winbond-add-support-for-serial-NAND-flash.patch generic: mtd: spinand: winbond: more serial NAND flash types 2024-09-22 19:03:22 +02:00
898-v6.9-0001-dt-bindings-net-dsa-realtek-reset-gpios-is-not-requi.patch kernel: modules: netdevices: add realtek DSA modules 2025-02-06 09:51:13 +01:00
898-v6.9-0002-dt-bindings-net-dsa-realtek-add-reset-controller.patch kernel: modules: netdevices: add realtek DSA modules 2025-02-06 09:51:13 +01:00
898-v6.9-0003-net-dsa-realtek-support-reset-controller.patch kernel: modules: netdevices: add realtek DSA modules 2025-02-06 09:51:13 +01:00
899-v6.9-mtd-spinand-winbond-add-W25N04KV.patch generic: mtd: spinand: winbond: more serial NAND flash types 2024-09-22 19:03:22 +02:00
899-v6.10-0002-net-dsa-realtek-do-not-assert-reset-on-remove.patch kernel: modules: netdevices: add realtek DSA modules 2025-02-06 09:51:13 +01:00
899-v6.10-0003-net-dsa-realtek-add-LED-drivers-for-rtl8366rb.patch kernel: modules: netdevices: add realtek DSA modules 2025-02-06 09:51:13 +01:00
900-v6.11-net-free_netdev-exit-earlier-if-dummy.patch kernel: bump 6.6 to 6.6.80 2025-03-02 11:39:59 +01:00
901-v6.13-net-dsa-mv88e6xxx-Support-LED-control.patch kernel: bump 6.6 to 6.6.84 2025-03-26 11:10:12 +01:00
903-v6.12-Bluetooth-btsdio-Do-not-bind-to-non-removable-CYW437.patch generic: 6.6: add backported btsdio patch for cyw437 2025-01-27 10:35:37 +01:00
0080-v6.9-smp-Avoid-setup_max_cpus_namespace_collision_shadowing.patch kernel: bump 6.6 to 6.6.39 2024-07-15 01:26:47 +02:00