On Fri, 19 Mar 2021 22:19:44 +0100, Andrew Lunn wrote:
> On Fri, Mar 19, 2021 at 04:57:08PM +0100, Michael Tretter wrote:
> > The dp83867 has 4 LED pins, which can be multiplexed with different
> > functions
> > of the phy.
> >
> > This series adds a de
On Fri, 19 Mar 2021 16:57:10 +0100, Michael Tretter wrote:
> From: Thomas Haemmerle
>
> The DP83867 supports four configurable LEDs. Several functions can be
> multiplexed to these LEDs. The multiplexing can be configured in the
> LEDCR1 register.
>
> Add support for chan
, the binding is specific to the dp83867, but I guess that the
binding could be made more generic and used for other phys, too.
Let me know, what you think.
Michael
Michael Tretter (1):
dt-bindings: dp83867: Add binding for LED mode configuration
Thomas Haemmerle (1):
net: phy: dp83867: add
-by: Michael Tretter
---
drivers/net/phy/dp83867.c | 57 +++
1 file changed, 57 insertions(+)
diff --git a/drivers/net/phy/dp83867.c b/drivers/net/phy/dp83867.c
index 9bd9a5c0b1db..dfcac95941f3 100644
--- a/drivers/net/phy/dp83867.c
+++ b/drivers/net/phy/dp83867
The DP83867 supports four configurable LED pins. Describe the
multiplexing of functions to the LEDs via device tree.
Signed-off-by: Michael Tretter
---
.../devicetree/bindings/net/ti,dp83867.yaml | 24 +++
include/dt-bindings/net/ti-dp83867.h | 16 +
2
: Michael Tretter
---
drivers/net/ethernet/cadence/macb_main.c | 20 +---
1 file changed, 9 insertions(+), 11 deletions(-)
diff --git a/drivers/net/ethernet/cadence/macb_main.c
b/drivers/net/ethernet/cadence/macb_main.c
index e7c123aadf56..f56f3dbbc015 100644
--- a/drivers/net
On Tue, 22 Oct 2019 13:06:35 +, Thomas Hämmerle wrote:
> From: Thomas Haemmerle
>
> This adds WoL support on TI DP83867 for magic, magic secure, unicast and
> broadcast.
>
> Signed-off-by: Thomas Haemmerle
Reviewed-by: Michael Tretter
> ---
> drivers
firmware driver
has been probed.
Use devm_clk_get_optional() in instead of devm_clk_get() to get the
optional clock and propagate all errors to the calling function.
Signed-off-by: Michael Tretter
---
drivers/net/ethernet/cadence/macb_main.c | 12 ++--
1 file changed, 6 insertions(+), 6