Re: [PATCH v5 15/17] dt-bindings: qca7000: append UART interface to binding

2017-05-11 Thread Michael Heimpold
Hi, Am Mittwoch, 10. Mai 2017, 10:53:26 CEST schrieb Stefan Wahren: > This merges the serdev binding for the QCA7000 UART driver (Ethernet over > UART) into the existing document. > > Signed-off-by: Stefan Wahren > --- > .../devicetree/bindings/net/qca-qca7000.txt| 32 >

Re: [PATCH v5 13/17] dt-bindings: qca7000: rename binding

2017-05-11 Thread Michael Heimpold
Hi, Am Mittwoch, 10. Mai 2017, 10:53:24 CEST schrieb Stefan Wahren: > Before we can merge the QCA7000 UART binding the document needs to be > renamed. > > Signed-off-by: Stefan Wahren > --- > .../devicetree/bindings/net/{qca-qca7000-spi.txt => qca-qca7000.txt} | > 0 1 file changed, 0 inser

Re: [PATCH v5 15/17] dt-bindings: qca7000: append UART interface to binding

2017-05-11 Thread Michael Heimpold
Hi, Zitat von Jakub Kicinski : On Thu, 11 May 2017 21:12:22 +0200, Michael Heimpold wrote: Am Mittwoch, 10. Mai 2017, 10:53:26 CEST schrieb Stefan Wahren: > This merges the serdev binding for the QCA7000 UART driver (Ethernet over > UART) into the existing document. > > Signed-of

[PATCH] net: ethtool: fix spelling mistake: "tubale" -> "tunable"

2018-06-28 Thread Michael Heimpold
Signed-off-by: Michael Heimpold --- include/uapi/linux/ethtool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/ethtool.h b/include/uapi/linux/ethtool.h index 4ca65b56084f..7363f18e65a5 100644 --- a/include/uapi/linux/ethtool.h +++ b/include/uapi/linux

Re: [PATCH v2] net: phy: workaround for buggy cable detection by LAN8700 after cable plugging

2015-08-14 Thread Michael Heimpold
Hi Igor, Am Freitag, 14. August 2015, 11:03:04 schrieb Igor Plyatov: > Dear Michael, > > > Hi Igor, > > > > Am Donnerstag, 13. August 2015, 22:18:34 schrieben Sie: > > > > > * Due to HW bug, LAN8700 sometimes does not detect presence of > > energy in the > > > > > Ethernet cable in Energy Detect

Re: [PATCH] net: fec: fix enet_out clock handling

2015-11-27 Thread Michael Heimpold
fec_enet_mii_remove(fep); + fec_enet_clk_enable(ndev, false); + clk_disable_unprepare(fep->clk_enet_out); and here too? if (fep->reg_phy) regulator_disable(fep->reg_phy); of_node_put(fep->phy_node); Mit freundlichen Grüßen / Kind regard