From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934960AbcJMSYT (ORCPT ); Thu, 13 Oct 2016 14:24:19 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:44960 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933407AbcJMSYL (ORCPT ); Thu, 13 Oct 2016 14:24:11 -0400 Date: Thu, 13 Oct 2016 18:40:30 +0200 From: Andrew Lunn To: Zach Brown Cc: David Miller , f.fainelli@gmail.com, mlindner@marvell.com, stephen@networkplumber.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, florian.c.schilhabel@googlemail.com, Larry.Finger@lwfinger.net, gregkh@linuxfoundation.org, rpurdie@rpsys.net, j.anaszewski@samsung.com, linux-leds@vger.kernel.org Subject: Re: [PATCH v4 3/3] net: phy: leds: add support for led triggers on phy link state change Message-ID: <20161013164030.GB1286@lunn.ch> References: <1476217580-21229-1-git-send-email-zach.brown@ni.com> <1476217580-21229-4-git-send-email-zach.brown@ni.com> <20161013.104634.2079376697690971907.davem@davemloft.net> <20161013154246.GA17387@zach-desktop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161013154246.GA17387@zach-desktop> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Do you have suggestions on how to better handle the choice of the array size > and the speeds? phydev->supported lists the speeds this phy supports. Andrew