Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp2316298ybi; Sun, 28 Jul 2019 06:26:24 -0700 (PDT) X-Google-Smtp-Source: APXvYqy4X56TCWf2geYzYsg+9w3T+mADaNiHCd4C3Lo4kS5RPcdoSgI3ZRVxS5UdEjfPjkei/VRe X-Received: by 2002:a17:902:b612:: with SMTP id b18mr78794178pls.8.1564320384394; Sun, 28 Jul 2019 06:26:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564320384; cv=none; d=google.com; s=arc-20160816; b=Nnn5Vv4rzDouqt5OlWP1ug+dYR/iBzCuKIbcGU/bwg+Kov5xrF5kuLEwfUj8Mv6kIP yUCgXq23FINXpLPL+7JJlR0Uag3f36W+H2Z8KIElnY6DQBjvFkIpZlsqsYH/mpU1boQo whLp1GbwUtTnQX1mIFz4p4b5SybQ/ITnsZXhiDI5NsaR3fcQlpWMiY+YLH19nSG1JEcJ IgDD3PgmtJjH4YwC7RUfChLszG2aIxR65vgO0ZEFZZv1lWhdga3Jox5+J7TR8iuE33fN zWtfljBphaCcov02Q0yOMN2JdowJuf/gX4d+6T5u4pmN8gNqsRQpafglshUbPkOYD1DP scuA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=Pem/ZDnsdst1xn6m8LIRLbs3V7mH6oaAd23DZh/Arh0=; b=PB5oPT15tz3Tjbni/qOXtSW+bmvWt/tognilLRV8855oBrSyasMzJbRJtnu4bKZtyV 4qZs/L3xpvD0YP7TWlxnyy9qg0lpfyxIruEebwlMayOe+DSBZE/ho1n0NrEnJx8dyZtm 7/NmIS+zcfygIqCaazONGG2p2z7Wg8TYZ8tGB1f6dbYq6Rvq4AIrhcssDhGaLg3KClLj /CNP3nyjU2ckbacW8zdyebf/RKK7LjZV29dT9e3VdHqqASp76aN8PX3q8/vWWIHKmrOM Avqk/OFKzK75aQ05qMwdOcBgKPgfLaTCOlxTMo8bpArZ96ZTZLFGt/beelOPb5I6MMUE x1Ag== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a9si22463942plm.295.2019.07.28.06.26.09; Sun, 28 Jul 2019 06:26:24 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726148AbfG1NYZ (ORCPT + 99 others); Sun, 28 Jul 2019 09:24:25 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:58916 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726032AbfG1NYZ (ORCPT ); Sun, 28 Jul 2019 09:24:25 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 33D9E80239; Sun, 28 Jul 2019 15:24:11 +0200 (CEST) Date: Sun, 28 Jul 2019 15:24:12 +0200 From: Pavel Machek To: Andrew Lunn Cc: liuyonglong , David Miller , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linuxarm@huawei.com, salil.mehta@huawei.com, yisen.zhuang@huawei.com, shiju.jose@huawei.com Subject: Re: [PATCH net] net: hns: fix LED configuration for marvell phy Message-ID: <20190728132412.GC8718@xo-6d-61-c0.localdomain> References: <1563775152-21369-1-git-send-email-liuyonglong@huawei.com> <20190722.181906.2225538844348045066.davem@davemloft.net> <72061222-411f-a58c-5873-ad873394cdb5@huawei.com> <20190725042829.GB14276@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190725042829.GB14276@lunn.ch> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu 2019-07-25 06:28:29, Andrew Lunn wrote: > On Thu, Jul 25, 2019 at 11:00:08AM +0800, liuyonglong wrote: > > > Revert "net: hns: fix LED configuration for marvell phy" > > > This reverts commit f4e5f775db5a4631300dccd0de5eafb50a77c131. > > > > > > Andrew Lunn says this should be handled another way. > > > > > > Signed-off-by: David S. Miller > > > > > > Hi Andrew: > > > > I see this patch have been reverted, can you tell me the better way to do this? > > Thanks very much! > > Please take a look at the work Matthias Kaehlcke is doing. It has not > got too far yet, but when it is complete, it should define a generic > way to configure PHY LEDs. I don't remember PHY LED discussion from LED mailing list. Would you have a pointer? Would it make sense to coordinate with LED subsystem? Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html