immortalwrt/target/linux/generic
Nick Hainke 537624db39 generic: backport missing helper for phy interfaces
The function was defined before in the patch
"hack-5.15/795-backport-phylink_pcs-helpers.patch". However, the hack
did not move to 6.1. Instead of using the hack do the backport of
upstream accepted version.

Fixes errors in the form of:
  make[8]: Entering directory '/home/nick/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/linux-6.1.29'
    CC      drivers/net/pcs/pcs-mtk-lynxi.o
  drivers/net/pcs/pcs-mtk-lynxi.c: In function 'mtk_pcs_lynxi_config':
  drivers/net/pcs/pcs-mtk-lynxi.c:160:30: error: implicit declaration of function 'phylink_get_link_timer_ns' [-Werror=implicit-function-declaration]
    160 |                 link_timer = phylink_get_link_timer_ns(interface);
        |                              ^~~~~~~~~~~~~~~~~~~~~~~~~
  cc1: all warnings being treated as errors

Fixes: fa79baf4a6 ("generic: copy backport, hack, pending patch and config from 5.15 to 6.1")
Signed-off-by: Nick Hainke <vincent@systemli.org>
2023-05-26 22:56:15 +02:00
..
backport-5.15 kernel: Backport MGLRU patch from 6.4 2023-05-25 23:52:24 +02:00
backport-6.1 generic: backport missing helper for phy interfaces 2023-05-26 22:56:15 +02:00
files kernel: use eth_random_addr instead of random_ether_addr 2023-05-22 22:28:18 +02:00
hack-5.15 kernel: bump 5.15 to 5.15.113 2023-05-26 11:50:37 +02:00
hack-6.1 generic: 6.1: refresh hack patches 2023-05-22 22:28:16 +02:00
image target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
other-files initramfs: switch to tmpfs to fix ujail 2020-11-27 01:23:43 +00:00
pending-5.15 kernel: bump 5.15 to 5.15.113 2023-05-26 11:50:37 +02:00
pending-6.1 generic: 6.1: refresh pending patches 2023-05-22 22:28:17 +02:00
config-5.15 kernel: enable (ARM|ARM64)_MODULE_PLTS in generic config 2023-05-23 05:49:46 -07:00
config-6.1 kernel: disable wireless extension support for 6.1 2023-05-26 13:38:53 +02:00
config-filter generic: filter out CONFIG_PAHOLE_HAS_SPLIT_BTF 2023-05-24 21:46:27 +02:00
PATCHES