linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Christian Marangi <ansuelsmth@gmail.com>
Cc: "Rob Herring" <robh+dt@kernel.org>,
	"Russell King" <linux@armlinux.org.uk>,
	"Florian Fainelli" <florian.fainelli@broadcom.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	"Jakub Kicinski" <kuba@kernel.org>,
	"David S. Miller" <davem@davemloft.net>,
	"Lee Jones" <lee@kernel.org>,
	"Jacek Anaszewski" <jacek.anaszewski@gmail.com>,
	"William Zhang" <william.zhang@broadcom.com>,
	"Pavel Machek" <pavel@ucw.cz>,
	"Broadcom internal kernel review list"
	<bcm-kernel-feedback-list@broadcom.com>,
	"Kursad Oney" <kursad.oney@broadcom.com>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Paolo Abeni" <pabeni@redhat.com>,
	linux-leds@vger.kernel.org, "Eric Dumazet" <edumazet@google.com>,
	linux-kernel@vger.kernel.org,
	"Sven Schwermer" <sven.schwermer@disruptive-technologies.com>,
	"Rafał Miłecki" <rafal@milecki.pl>,
	"Anand Gore" <anand.gore@broadcom.com>,
	"Fernández Rojas" <noltari@gmail.com>,
	"Andrew Lunn" <andrew@lunn.ch>,
	"Heiner Kallweit" <hkallweit1@gmail.com>,
	netdev@vger.kernel.org
Subject: Re: [net-next PATCH v9 1/5] dt-bindings: net: phy: Make LED active-low property common
Date: Fri, 12 Jan 2024 19:29:16 -0600	[thread overview]
Message-ID: <170510935584.3795106.4060460999461861209.robh@kernel.org> (raw)
In-Reply-To: <20240105142719.11042-2-ansuelsmth@gmail.com>


On Fri, 05 Jan 2024 15:27:13 +0100, Christian Marangi wrote:
> Move LED active-low property to common.yaml. This property is currently
> defined multiple times by bcm LEDs. This property will now be supported
> in a generic way for PHY LEDs with the use of a generic function.
> 
> With active-low bool property not defined, active-high is always
> assumed.
> 
> Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
> ---
> Changes v5:
> - Make active-low generic
> Changes v4:
> - Drop support for global active-low
> - Rework to polarity option (for marvell10g series support)
> Changes v3:
> - Out of RFC
> Changes v2:
> - Add this patch
> 
>  Documentation/devicetree/bindings/leds/common.yaml          | 6 ++++++
>  Documentation/devicetree/bindings/leds/leds-bcm63138.yaml   | 4 ----
>  Documentation/devicetree/bindings/leds/leds-bcm6328.yaml    | 4 ----
>  Documentation/devicetree/bindings/leds/leds-bcm6358.txt     | 2 --
>  .../devicetree/bindings/leds/leds-pwm-multicolor.yaml       | 4 ----
>  Documentation/devicetree/bindings/leds/leds-pwm.yaml        | 5 -----
>  6 files changed, 6 insertions(+), 19 deletions(-)
> 

Reviewed-by: Rob Herring <robh@kernel.org>


  parent reply	other threads:[~2024-01-13  1:29 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-05 14:27 [net-next PATCH v9 0/5] net: phy: generic polarity + LED support for qca808x Christian Marangi
2024-01-05 14:27 ` [net-next PATCH v9 1/5] dt-bindings: net: phy: Make LED active-low property common Christian Marangi
2024-01-09  0:38   ` Andrew Lunn
2024-01-11 11:03   ` Lee Jones
2024-01-13  1:29   ` Rob Herring [this message]
2024-01-05 14:27 ` [net-next PATCH v9 2/5] dt-bindings: net: phy: Document LED inactive high impedance mode Christian Marangi
2024-01-09  0:39   ` Andrew Lunn
2024-01-11 11:02     ` Lee Jones
2024-01-13  1:29   ` Rob Herring
2024-01-05 14:27 ` [net-next PATCH v9 3/5] net: phy: add support for PHY LEDs polarity modes Christian Marangi
2024-01-09  1:17   ` Andrew Lunn
2024-01-05 14:27 ` [net-next PATCH v9 4/5] dt-bindings: net: Document QCA808x PHYs Christian Marangi
2024-01-05 14:27 ` [net-next PATCH v9 5/5] net: phy: at803x: add LED support for qca808x Christian Marangi
2024-01-09  1:20   ` Andrew Lunn
2024-01-09  3:14 ` [net-next PATCH v9 0/5] net: phy: generic polarity + " Jakub Kicinski
2024-01-09 13:55   ` Andrew Lunn
2024-01-22 23:14     ` Christian Marangi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=170510935584.3795106.4060460999461861209.robh@kernel.org \
    --to=robh@kernel.org \
    --cc=anand.gore@broadcom.com \
    --cc=andrew@lunn.ch \
    --cc=ansuelsmth@gmail.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=conor+dt@kernel.org \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=edumazet@google.com \
    --cc=florian.fainelli@broadcom.com \
    --cc=hkallweit1@gmail.com \
    --cc=jacek.anaszewski@gmail.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=kuba@kernel.org \
    --cc=kursad.oney@broadcom.com \
    --cc=lee@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-leds@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=netdev@vger.kernel.org \
    --cc=noltari@gmail.com \
    --cc=pabeni@redhat.com \
    --cc=pavel@ucw.cz \
    --cc=rafal@milecki.pl \
    --cc=robh+dt@kernel.org \
    --cc=sven.schwermer@disruptive-technologies.com \
    --cc=william.zhang@broadcom.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).