Re: [PATCH v5 0/4] Add support for led triggers on phy link state change

From: David Miller
Date: Tue Oct 18 2016 - 11:57:25 EST


From: Zach Brown <zach.brown@xxxxxx>
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.