Re: [RFC v2 2/2] NET: PHY: lantiq: add LED configuration support

2016-05-28 Thread Andrew Lunn
> Do you know for which PHY I could implement this? I only have access to > the documentation for the Lantiq / Intel PHYs. Maybe actually implementing them is too far. But you could take a look at available datasheets and thing about how you would implement the binding. A quick search found:

Re: [RFC v2 2/2] NET: PHY: lantiq: add LED configuration support

2016-05-28 Thread Hauke Mehrtens
On 05/28/2016 08:27 PM, Andrew Lunn wrote: > On Sat, May 28, 2016 at 06:59:01PM +0200, Hauke Mehrtens wrote: >> This makes it possible to configure the behavior of the LEDs connected >> to a PHY. The LEDs are controlled by the chip, this makes it possible >> to configure the behavior when the

Re: [RFC v2 2/2] NET: PHY: lantiq: add LED configuration support

2016-05-28 Thread Andrew Lunn
On Sat, May 28, 2016 at 06:59:01PM +0200, Hauke Mehrtens wrote: > This makes it possible to configure the behavior of the LEDs connected > to a PHY. The LEDs are controlled by the chip, this makes it possible > to configure the behavior when the hardware should activate and > deactivate the LEDs.

[RFC v2 2/2] NET: PHY: lantiq: add LED configuration support

2016-05-28 Thread Hauke Mehrtens
This makes it possible to configure the behavior of the LEDs connected to a PHY. The LEDs are controlled by the chip, this makes it possible to configure the behavior when the hardware should activate and deactivate the LEDs. Signed-off-by: Hauke Mehrtens ---