On 7/8/25 2:53 AM, Jakub Kicinski wrote:
On Fri, 4 Jul 2025 13:10:00 +0900 FUJITA Tomonori wrote:
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.
Does not apply to networking trees so I suspect someone else will take
these:
Acked-by: Jakub Kicinski <kuba@xxxxxxxxxx>
I gave an Acked-by: for patch 1, but can also take it through the driver-core
tree.
- Danilo