On Fri Jul 11, 2025 at 6:09 AM CEST, 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. Applied to driver-core-testing, thanks!