openwrt/target/linux/generic
Shiji Yang 76eb777766 generic: phy: adm6996: fix build on 6.18 kernel
devm_gpio_request() was removed since kernel 6.17. Convert it to
devm_gpio_request_one() to fix:

target/linux/generic/files/drivers/net/phy/adm6996.c: In function 'adm6996_gpio_probe':
target/linux/generic/files/drivers/net/phy/adm6996.c:1183:15: error: implicit declaration of function 'devm_gpio_request'; did you mean 'devm_gpio_request_one'? [-Wimplicit-function-declaration]
 1183 |         ret = devm_gpio_request(&pdev->dev, priv->eecs, "adm_eecs");
      |               ^~~~~~~~~~~~~~~~~
      |               devm_gpio_request_one

Link: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.18.y&id=a5589313383074c48a1b3751d592a6e084ae0573
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/22917
Signed-off-by: Robert Marko <robimarko@gmail.com>
2026-04-14 11:52:35 +02:00
..
backport-6.12 kernel: bump 6.12 to 6.12.78 2026-03-30 13:42:44 +02:00
backport-6.18 kernel: 6.18: backport mxl862xx driver for Linxu 6.18 2026-03-29 18:27:07 +02:00
files generic: phy: adm6996: fix build on 6.18 kernel 2026-04-14 11:52:35 +02:00
hack-6.12 kernel: cake_mq: expose sync_time parameter via debugfs 2026-04-07 01:59:03 +02:00
hack-6.18 kernel: cake_mq: expose sync_time parameter via debugfs 2026-04-07 01:59:03 +02:00
image treewide: strip trailing whitespace 2025-05-20 00:47:37 +02:00
other-files initramfs: switch to tmpfs to fix ujail 2020-11-27 01:23:43 +00:00
pending-6.12 kernel: bump 6.12 to 6.12.80 2026-04-03 19:08:27 +02:00
pending-6.18 crypto: inside-secure/eip93: fix hmac setkey algo selection 2026-04-14 11:47:10 +02:00
config-6.12 kernel: 6.12: move CONFIG_CRYPTO_LIB_SHA1 to generic 2026-04-06 01:38:41 +02:00
config-6.18 kernel: 6.18: disable some new DRM modules 2026-04-13 10:13:08 +02:00
config-filter generic: filter out CONFIG_TOOLS_SUPPORT_RELR 2026-03-30 18:42:13 +02:00
kernel-6.12 kernel: bump 6.12 to 6.12.80 2026-04-03 19:08:27 +02:00
kernel-6.18 kernel: bump 6.18 to 6.18.21 2026-04-03 19:10:05 +02:00
PATCHES.md generic: improve patches documentation 2025-06-11 15:09:46 +02:00