Re: [PATCH 1/1] net: phy: Add the Airoha EN8811H PHY driver

2025-04-21 Thread Lucien.Jheng
Hi Marek Marek Vasut 於 2025/4/21 上午 01:55 寫道: If the firmware size is fixed, it shouldn't be exposed via Kconfig in the first place. Linux doesn't do that either, why is it done here ? I misunderstood this part when I was porting the driver. I'll modify it in the next commit, thank you.

Re: [PATCH 1/1] net: phy: Add the Airoha EN8811H PHY driver

2025-04-20 Thread Marek Vasut
On 4/20/25 3:43 AM, Daniel Golle wrote: Hi Lucien, Hi Marek, Hi, On Fri, Apr 18, 2025 at 11:57:19PM +0800, Lucien.Jheng wrote: Hi Marek Vasut Thanks for the review. The next commit will change the loading of the PHY firmware to the filesystem on a block device. Please keep in mind that m

Re: [PATCH 1/1] net: phy: Add the Airoha EN8811H PHY driver

2025-04-19 Thread Daniel Golle
Hi Lucien, Hi Marek, On Fri, Apr 18, 2025 at 11:57:19PM +0800, Lucien.Jheng wrote: > Hi Marek Vasut > > Thanks for the review. > > The next commit will change the loading of the PHY firmware to the > filesystem on a block device. Please keep in mind that most systems using this PHY are (like th

Re: [PATCH 1/1] net: phy: Add the Airoha EN8811H PHY driver

2025-04-17 Thread Tom Rini
On Sun, 06 Apr 2025 21:02:44 +0800, Lucien.Jheng wrote: > Add the driver for the Airoha EN8811H 2.5 Gigabit PHY. The PHY supports > 100/1000/2500 Mbps with auto negotiation only. > > The driver uses two firmware files, for which updated versions are added to > linux-firmware already. > > Based o

Re: [PATCH 1/1] net: phy: Add the Airoha EN8811H PHY driver

2025-04-06 Thread Marek Vasut
On 4/6/25 3:02 PM, Lucien.Jheng wrote: Add the driver for the Airoha EN8811H 2.5 Gigabit PHY. The PHY supports 100/1000/2500 Mbps with auto negotiation only. The driver uses two firmware files, for which updated versions are added to linux-firmware already. Based on the Linux upstream 8811 driv