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 X-Spam-Level: X-Spam-Status: No, score=-10.6 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 90CE1C433E8 for ; Thu, 23 Jul 2020 12:41:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6EC3D20768 for ; Thu, 23 Jul 2020 12:41:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=nic.cz header.i=@nic.cz header.b="b7xpT4uG" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728970AbgGWMlD (ORCPT ); Thu, 23 Jul 2020 08:41:03 -0400 Received: from lists.nic.cz ([217.31.204.67]:38004 "EHLO mail.nic.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728692AbgGWMlC (ORCPT ); Thu, 23 Jul 2020 08:41:02 -0400 Received: from dellmb.labs.office.nic.cz (unknown [IPv6:2001:1488:fffe:6:cac7:3539:7f1f:463]) by mail.nic.cz (Postfix) with ESMTPSA id C20B1140527; Thu, 23 Jul 2020 14:41:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nic.cz; s=default; t=1595508060; bh=/+hTSYLOnYliKcpz5jfbvtVHUzu6SymPaYyGoAc0gf4=; h=Date:From:To; b=b7xpT4uGeBJYUcxDiWPuTtFTzAChjrHi5ywymGSAxu0mKOWH4bAkzNy7w16+nq7Zh ALZ19TJhgaN380bFX4/udJfHbINQSAJBPWhjwhEBq2KBwbMnBrlymuswbjLFsMng6C wdFHxKKdTLMxvWZBJI8flGootV5lWEjB6DSQyJOU= Date: Thu, 23 Jul 2020 14:41:00 +0200 From: Marek =?ISO-8859-1?Q?Beh=FAn?= To: Andrew Lunn Cc: linux-leds@vger.kernel.org, Pavel Machek , jacek.anaszewski@gmail.com, Dan Murphy , =?UTF-8?Q?Ond?= =?UTF-8?Q?=C5=99ej?= Jirman , netdev@vger.kernel.org, Russell King , Thomas Petazzoni , Gregory Clement , linux-kernel@vger.kernel.org Subject: Re: [PATCH RFC leds + net-next 0/3] Add support for LEDs on Marvell PHYs Message-ID: <20200723144100.647afbb4@dellmb.labs.office.nic.cz> In-Reply-To: <20200716185647.GA1308244@lunn.ch> References: <20200716171730.13227-1-marek.behun@nic.cz> <20200716185647.GA1308244@lunn.ch> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: clamav-milter 0.102.2 at mail X-Virus-Status: Clean Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, 16 Jul 2020 20:56:47 +0200 Andrew Lunn wrote: > On Thu, Jul 16, 2020 at 07:17:27PM +0200, Marek Beh=FAn wrote: > > Hello, > >=20 > > this RFC series should apply on both net-next/master and Pavel's > > linux-leds/for-master tree. > >=20 > > This adds support for LED's connected to some Marvell PHYs. > >=20 > > LEDs are specified via device-tree. Example: =20 >=20 > Hi Marek >=20 > I've been playing with something similar, off and on, mostly off. >=20 > Take a look at >=20 > https://github.com/lunn/linux v5.4-rc6-hw-led-triggers >=20 > The binding i have is pretty much the same, since we are both > following the common LED binding. I see no problems with this. >=20 > > This is achieved by extending the LED trigger API with LED-private > > triggers. The proposal for this is based on work by Ondrej and > > Pavel. =20 >=20 > So what i did here was allow triggers to be registered against a > specific LED. The /sys/class/leds//trigger lists both the generic > triggers and the triggers for this specific LED. Phylib can then > register a trigger for each blink reason that specific LED can > perform. Which does result in a lot of triggers. Especially when you > start talking about a 10 port switch each with 2 LEDs. >=20 > I still have some open issues... > Hi Andrew, Pavel Machek has applied support for LED private triggers yesterday, see https://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds.git/commit= /?h=3Dfor-next&id=3D93690cdf3060c61dfce813121d0bfc055e7fa30d The way this is handled has this issue - it results in a lot of triggers, if we want each possible control to have its own trigger in the sysfs trigger file. But as Ondrej pointed out, we can just register one "hw-control" device trigger, and have its activation create another file/files via which the user can select which type of HW control he wants to activate. Something similar is done in netdev trigger. I don't like it much, but this is what can be done if we want to avoid having lots of triggers registered. > 1) Polarity. It would be nice to be able to configure the polarity of > the LED in the bindings. Yes, and also the DUAL mode and everything else. > 2) PHY LEDs which are not actually part of the PHY. Most of the > Marvell Ethernet switches have inbuilt PHYs, which are driven by the > Marvell PHY driver. The Marvell PHY driver has no idea the PHY is > inside a switch, it is just a PHY. However, the LEDs are not > controlled via PHY registers, but Switch registers. So the switch > driver is going to end up controlling these LEDs. It would be good to > be able to share as much code as possible, keep the naming consistent, > and keep the user API the same. I know about this - in fact I want this solved for Turris MOX, which has one 1518 PHY and can have up to three switches connected - I want every LED to be configurable by userspace. The internal PHY of the switch can be identified in the marvell phy driver not to register any LEDs. Then the switch LEDs can be controlled by the switch driver. I don't think we are able to share much of the code, since the access to these registers is different from the LED registers in the PHY, and register values are also different. The only think which could be shared are names of the trigger, I think. But I will look into this and prepare a patch series that will share as much code as is reasonable. > 3) Some PHYs cannot control the LEDs independently. Or they have modes > which configure two or more LEDs. The Marvell PHYs are like > this. There are something like ~10 blink modes which are > independent. And then there are 4 modes which control multiple LEDs. > There is no simple way to support this with Linux LEDs which assume > the LEDs are fully independent. I suspect we simply cannot support > these combined modes. I know about these modes, I have func specs for several differnet Marvell PHYs and switches opened and have read about the LED systems. I intend to do this so that all corner cases are considere. > As a PHY maintainer, i would like to see a solution which makes use of > Linux LEDs. I don't really care who's code it is, and feel free to > borrow my code, or ideas, or ignore it. >=20 > Andrew Wait a few days and I shall send another proposal. Marek