From: Zach Brown <redacted>
Date: Mon, 17 Oct 2016 10:49:51 -0500
Fix skge driver that declared enum contants that conflicted with enum
constants in linux/leds.h
Create function that encapsulates actions taken during the adjust phy link step
of phy state changes.
Create function that provides list of speeds currently supported by the phy.
Add support for led triggers on phy link state changes by adding
a config option. When set the config option will create a set of led triggers
for each phy device. Users can use the led triggers to represent link state
changes on the phy.
Ok this looks good enough for now, we can expand and improve upon it
later if necessary.
Series applied, thanks Zach.