On 7/11/25 6:09 AM, FUJITA Tomonori wrote:
Build PHY device tables by using module_device_table macro. The PHY abstractions have been generating their own device tables manually instead of using the module_device_table macro provided by the device_id crate. However, the format of device tables occasionally changes [1] [2], requiring updates to both the device_id crate and the custom format used by the PHY abstractions, which is cumbersome to maintain. [1]: https://lore.kernel.org/lkml/20241119235705.1576946-14-masahiroy@xxxxxxxxxx/ [2]: https://lore.kernel.org/lkml/6e2f70b07a710e761eb68d089d96cee7b27bb2d5.1750511018.git.legion@xxxxxxxxxx/ Danilo, I incorporated your fixes into the first patch and mentioned them in the commit message. Let me know if you'd rather take a different approach.
Thanks FUJITA -- no need to mention it though. :) Did you forget to pick up Jakub's ACK or was this intentional? - Danilo