[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170904163014.955-1-clabbe.montjoie@gmail.com>
Date: Mon, 4 Sep 2017 18:30:13 +0200
From: Corentin Labbe <clabbe.montjoie@...il.com>
To: andrew@...n.ch, f.fainelli@...il.com, rjui@...adcom.com,
sbranden@...adcom.com, jonmason@...adcom.com
Cc: bcm-kernel-feedback-list@...adcom.com, netdev@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Corentin Labbe <clabbe.montjoie@...il.com>
Subject: [PATCH 0/1] net: mdio-mux: add mdio_mux parameter to mdio_mux_init()
Hello
For dwmac-sun8i, we need to set a MDIO mux which is not itself a device
(it is part of a device but have its own DT node)
This patch permit to use a MDIO mux for such case.
See agreement at https://lkml.org/lkml/2017/8/29/407
Since all mdio_mux_init() users are within drivers/net/phy/ and the changes are
trivial, I have done all in one patch, instead of having a complex series of
patch converting one by one callers.
This patch is a dependency for restoring dwmac-sun8i so it is why I target "net:"
But I send it alone, for be sure that this conversion in one patch is acceptable.
Regards
Corentin Labbe (1):
net: mdio-mux: add mdio_mux parameter to mdio_mux_init()
drivers/net/phy/mdio-mux-bcm-iproc.c | 2 +-
drivers/net/phy/mdio-mux-gpio.c | 2 +-
drivers/net/phy/mdio-mux-mmioreg.c | 3 ++-
drivers/net/phy/mdio-mux.c | 7 ++++---
include/linux/mdio-mux.h | 9 +++++++++
5 files changed, 17 insertions(+), 6 deletions(-)
--
2.13.5
Powered by blists - more mailing lists