[PATCH 047/102] net: stmmac: explicitly request exclusive reset control

2017-07-19 Thread Philipp Zabel
Cc: netdev@vger.kernel.org Signed-off-by: Philipp Zabel <p.za...@pengutronix.de> --- drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c | 3 ++- drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/net/

[PATCH 044/102] net: dsa: mt7530: explicitly request exclusive reset control

2017-07-19 Thread Philipp Zabel
e explicit API call so the temporary transition helpers can be removed. No functional changes. Cc: Andrew Lunn <and...@lunn.ch> Cc: Vivien Didelot <vivien.dide...@savoirfairelinux.com> Cc: Florian Fainelli <f.faine...@gmail.com> Cc: netdev@vger.kernel.org Signed-off-by: Philipp Z

[PATCH 048/102] net: stmmac: dwc-qos: explicitly request exclusive reset control

2017-07-19 Thread Philipp Zabel
e explicit API call so the temporary transition helpers can be removed. No functional changes. Cc: Giuseppe Cavallaro <peppe.cavall...@st.com> Cc: Alexandre Torgue <alexandre.tor...@st.com> Cc: netdev@vger.kernel.org Signed-off-by: Philipp Zabel <p.za...@pengutronix.de> ---

[PATCH 045/102] net: ethernet: hisi_femac: explicitly request exclusive reset control

2017-07-19 Thread Philipp Zabel
e explicit API call so the temporary transition helpers can be removed. No functional changes. Cc: Yisen Zhuang <yisen.zhu...@huawei.com> Cc: Salil Mehta <salil.me...@huawei.com> Cc: netdev@vger.kernel.org Signed-off-by: Philipp Zabel <p.za...@pengutronix.de> --- drivers/net/eth

[PATCH 046/102] net: ethernet: hix5hd2_gmac: explicitly request exclusive reset control

2017-07-19 Thread Philipp Zabel
e explicit API call so the temporary transition helpers can be removed. No functional changes. Cc: Yisen Zhuang <yisen.zhu...@huawei.com> Cc: Salil Mehta <salil.me...@huawei.com> Cc: netdev@vger.kernel.org Signed-off-by: Philipp Zabel <p.za...@pengutronix.de> --- dr

[PATCH 049/102] ath10k: explicitly request exclusive reset control

2017-07-19 Thread Philipp Zabel
e explicit API call so the temporary transition helpers can be removed. No functional changes. Cc: Kalle Valo <kv...@qca.qualcomm.com> Cc: ath...@lists.infradead.org Cc: linux-wirel...@vger.kernel.org Cc: netdev@vger.kernel.org Signed-off-by: Philipp Zabel <p.za...@pengutronix.de> ---

Re: [PATCH 0/9] v4.8 build regressions

2016-08-11 Thread Philipp Zabel
Am Mittwoch, den 10.08.2016, 23:54 +0200 schrieb Arnd Bergmann: > This is a set of patches to address build warnings and errors that have > come up in linux-4.8 but that worked fine in v4.7. I've added the > tinyconfig warning patch in there as well, which is not a regression > but is something

Re: [PATCH] net: phy: micrel: Add KSZ8041FTL fiber mode support

2016-07-14 Thread Philipp Zabel
Am Donnerstag, den 14.07.2016, 16:33 +0200 schrieb Arnd Bergmann: > On Thursday, July 14, 2016 4:29:43 PM CEST Philipp Zabel wrote: > > + > > + - micrel,fiber-mode: If present the PHY is configured to operate in fiber > > mode > > + > > + Some PHYs, such a

[PATCH] net: phy: micrel: Add KSZ8041FTL fiber mode support

2016-07-14 Thread Philipp Zabel
We can't detect the FXEN (fiber mode) bootstrap pin, so configure it via a boolean device tree property "micrel,fiber-mode". If it is enabled, auto-negotiation is not supported. The only available modes are 100base-fx (full duplex and half duplex). Signed-off-by: Philipp Z

Re: [PATCH] net: phy: micrel: Add KSZ8041FTL fiber mode support

2016-07-14 Thread Philipp Zabel
Hi Andrew, Am Donnerstag, den 14.07.2016, 15:37 +0200 schrieb Andrew Lunn: > On Thu, Jul 14, 2016 at 12:18:48PM +0200, Philipp Zabel wrote: > > We can't detect the FXEN (fiber mode) bootstrap pin, so configure > > it via a boolean device tree property "fxen". > >

Re: [PATCH] net: phy: micrel: Add KSZ8041FTL fiber mode support

2016-07-14 Thread Philipp Zabel
Hi Sergei, Am Donnerstag, den 14.07.2016, 14:35 +0300 schrieb Sergei Shtylyov: > Hello. > > On 7/14/2016 1:18 PM, Philipp Zabel wrote: > > > We can't detect the FXEN (fiber mode) bootstrap pin, so configure > > it via a boolean device tree property "fxen". If i

[PATCH] net: phy: micrel: Add KSZ8041FTL fiber mode support

2016-07-14 Thread Philipp Zabel
We can't detect the FXEN (fiber mode) bootstrap pin, so configure it via a boolean device tree property "fxen". If it is enabled, auto-negotiation is not supported. The only available modes are 100base-fx (full duplex and half duplex). Signed-off-by: Philipp Zabel <p.za...@pengutro