On Tue, Feb 06, 2024 at 03:27:32PM +0100, Kurt Kanzenbach wrote: > Add support for LEDs on i225/i226. The LEDs can be controlled via sysfs > from user space using the netdev trigger. The LEDs are named as > igc-<bus><device>-<led> to be easily identified. > > Offloading link speed and activity are supported. Other modes are simulated > in software by using on/off. Tested on Intel i225. > > Signed-off-by: Kurt Kanzenbach <[email protected]>
It looks like the mutex could be a spinlock, which is probably cheaper. But the code is O.K. as it is: Reviewed-by: Andrew Lunn <[email protected]> Andrew
