On Mon, 08 Sep 2025 16:33:57 +0800, Weijie Gao wrote: > This patch adds PHY driver for MediaTek MT7987/MT7988 built-in 2.5Gb > ethernet PHY. > > Changes in v4: > Remove unneeded const from argv[0] used for cmd_process() > > Changes in v3: > 1. Removed all optional code configured by dt properties > 2. Make use of request_firmware_into_buf_via_script() for firmware loading > > [...]
Applied to u-boot/next, thanks! [1/5] misc: fs_loader: allow returning actual firmware data size in request_firmware_into_buf_via_script() commit: 63585689686fee83b382edacad249a4ec35d7c3d [2/5] misc: fs_loader: allow using long script name in request_firmware_into_buf_via_script() commit: 5b1d3d83d68a713c492bfad991338d47069f337e [3/5] net: mediatek: associate PHY device with dts node specified by phy-handle commit: 465d76a0381dae83942f81329400b1fa2487185a [4/5] net: phy: Add MediaTek built-in 2.5Gb ethernet PHY driver commit: b4b266fc139ad0a8856db6a7495f7e9a2cc27a6f [5/5] MAINTAINERS: update ethernet-related file list for MediaTek ARM platform commit: 32b4c88ff2712ffafec875e22d866537d2f33dac -- Tom