From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Kaehlcke Subject: [PATCH v5 0/4] net: phy: Add support for DT configuration of PHY LEDs and use it for RTL8211E Date: Wed, 7 Aug 2019 10:04:45 -0700 Message-ID: <20190807170449.205378-1-mka@chromium.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: Sender: netdev-owner@vger.kernel.org To: "David S . Miller" , Rob Herring , Mark Rutland , Andrew Lunn , Florian Fainelli , Heiner Kallweit Cc: netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Douglas Anderson , Matthias Kaehlcke List-Id: devicetree@vger.kernel.org This series adds a generic binding to configure PHY LEDs through the device tree, and phylib support for reading the information from the DT. PHY drivers that support the generic binding should implement the new hook .config_led. Enable DT configuration of the RTL8211E LEDs by implementing the .config_led hook of the driver. Certain registers of the RTL8211E can only be accessed through a vendor specific extended page mechanism. Extended pages need to be accessed for the LED configuration. This series adds helpers to facilitate accessing extended pages. (subject updated, was "net: phy: realtek: Enable configuration of RTL8211E LEDs") Matthias Kaehlcke (4): dt-bindings: net: phy: Add subnode for LED configuration net: phy: Add support for generic LED configuration through the DT net: phy: realtek: Add helpers for accessing RTL8211x extension pages net: phy: realtek: Add LED configuration support for RTL8211E .../devicetree/bindings/net/ethernet-phy.yaml | 59 +++++++ drivers/net/phy/phy_device.c | 72 +++++++++ drivers/net/phy/realtek.c | 148 ++++++++++++++++-- include/linux/phy.h | 22 +++ 4 files changed, 286 insertions(+), 15 deletions(-) -- 2.22.0.770.g0f2c4a37fd-goog