From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7A8E5C433FE for ; Fri, 18 Nov 2022 00:27:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233619AbiKRA1Q (ORCPT ); Thu, 17 Nov 2022 19:27:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39670 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229580AbiKRA1P (ORCPT ); Thu, 17 Nov 2022 19:27:15 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 748CD6BDC4; Thu, 17 Nov 2022 16:27:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=AFV+7ApdCBOIGMsVLFPQM1I3SArzUFkwUjMk4P2eK8w=; b=X6077zp2pInx/2693TTYUli8jc K1IozKW9lf//AlSauzYixSYibR+yER5K2jUKT2bTBxo/z/UjY4j+bvuYpepGqSpbnHxVQpu3OvnVb co/aL/GMA5ywbNuKLFioh+8JWZwAE3MqHB1+Nyq4vlI4oUd/oN3/LtBXudyoi5eHBoIs=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1ovpDr-002kI9-Lp; Fri, 18 Nov 2022 01:27:11 +0100 Date: Fri, 18 Nov 2022 01:27:11 +0100 From: Andrew Lunn To: Tim Harvey Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, netdev@vger.kernel.org, Heiner Kallweit , Russell King , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Rob Herring , Krzysztof Kozlowski Subject: Re: [PATCH 0/3] add dt configuration for dp83867 led modes Message-ID: References: <20221118001548.635752-1-tharvey@gateworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221118001548.635752-1-tharvey@gateworks.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Nov 17, 2022 at 04:15:45PM -0800, Tim Harvey wrote: > This series adds a dt-prop ti,led-modes to configure dp83867 PHY led > modes, adds the code to implement it, and updates some board dt files > to use the new property. Sorry, but NACK. We need PHY leds to be controlled via /sys/class/leds. Everybody keeps trying to add there own way to configure these things, rather than have just one uniform way which all PHYs share. Andrew