Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1445010
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v1 0/3] Add Hisilicon MDIO bus driver and FEMAC driver |
| Date | 2016-07-17 06:50 +0200 |
| Message-ID | <rVMbD-4Gg-1@gated-at.bofh.it> (permalink) |
| References | <rV6P7-4CX-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Dongpo Li <lidongpo@hisilicon.com>
Date: Fri, 15 Jul 2016 16:26:32 +0800
> This patch set adds a Hisilicon MDIO bus driver and
> a Fast Ethernet MAC(FEMAC) driver.
> We also abstract a general interface "of_phy_get_and_connect"
> for PHY connect. User will have no bother with getting
> "phy-mode" and "phy-handle" any more.
>
> Changes in v1:
> - Pass private data structure instead of struct mii_bus
> in MDIO read and write operation.
> - Return the error which devm_clk_get() gives when MDIO probe.
> - Leave the clock unprepared and disabled on error when MDIO probe.
> - Abstract a general interface "of_phy_get_and_connect" for PHY connect.
> - Remove the "_reset" suffixes in "reset-names" property.
> - Enable tx per-packet interrupt when tx fifo full.
> - Remove pointless compatible and add SoC specific compatible.
> - Declare only one clock in MAC dts documentation.
> - Add standard unit suffixes for "phy-reset-delays".
> - Use a smaller NAPI poll weight 16 for our Fast Ethernet MAC.
> - Use phy_ethtool_{get|set}_link_ksettings for ethtool ops.
> - Use phydev from struct net_device in MAC driver.
Series applied, thanks.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v1 0/3] Add Hisilicon MDIO bus driver and FEMAC driver Dongpo Li <lidongpo@hisilicon.com> - 2016-07-15 10:40 +0200
[PATCH v1 2/3] of_mdio: Abstract a general interface for phy connect Dongpo Li <lidongpo@hisilicon.com> - 2016-07-15 10:40 +0200
[PATCH v1 3/3] net: hisilicon: Add Fast Ethernet MAC driver Dongpo Li <lidongpo@hisilicon.com> - 2016-07-15 10:40 +0200
Re: [PATCH v1 0/3] Add Hisilicon MDIO bus driver and FEMAC driver Arnd Bergmann <arnd@arndb.de> - 2016-07-15 10:50 +0200
Re: [PATCH v1 0/3] Add Hisilicon MDIO bus driver and FEMAC driver Dongpo Li <lidongpo@hisilicon.com> - 2016-07-15 11:10 +0200
Re: [PATCH v1 0/3] Add Hisilicon MDIO bus driver and FEMAC driver David Miller <davem@davemloft.net> - 2016-07-17 06:50 +0200
csiph-web