[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230624205629.4158216-1-andrew@lunn.ch>
Date: Sat, 24 Jun 2023 22:56:26 +0200
From: Andrew Lunn <andrew@...n.ch>
To: netdev <netdev@...r.kernel.org>
Cc: Heiner Kallweit <hkallweit1@...il.com>,
Russell King <rmk+kernel@...linux.org.uk>,
Simon Horman <simon.horman@...igine.com>,
Christian Marangi <ansuelsmth@...il.com>,
Andrew Lunn <andrew@...n.ch>
Subject: [PATCH v2 net-next 0/3] Support offload LED blinking to PHY.
Allow offloading of the LED trigger netdev to PHY drivers and
implement it for the Marvell PHY driver. Additionally, correct the
handling of when the initial state of the LED cannot be represented by
the trigger, and so an error is returned.
Since v1:
Add true kerneldoc for the new entries in struct phy_driver
Add received Reviewed-by: tags
Since v0:
Make comments in struct phy_driver look more like kerneldoc
Add cover letter
Andrew Lunn (3):
led: trig: netdev: Fix requesting offload device
net: phy: phy_device: Call into the PHY driver to set LED offload
net: phy: marvell: Add support for offloading LED blinking
drivers/leds/trigger/ledtrig-netdev.c | 8 +-
drivers/net/phy/marvell.c | 243 ++++++++++++++++++++++++++
drivers/net/phy/phy_device.c | 68 +++++++
include/linux/phy.h | 33 ++++
4 files changed, 349 insertions(+), 3 deletions(-)
--
2.40.1
Powered by blists - more mailing lists