Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1420465
| From | Dongpo Li <lidongpo@hisilicon.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] Add Hisilicon MDIO bus driver and FEMAC driver |
| Date | 2016-06-13 08:20 +0200 |
| Message-ID | <rJto5-2pt-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch set adds a Hisilicon MDIO bus driver and a Fast Ethernet MAC(FEMAC) driver. We found that most ethernet mac drivers use the same ethtool get_settings and set_settings, so this patch set also adds common functions for get and set settings. Dongpo Li (3): net: Add MDIO bus driver for the Hisilicon FEMAC ethtool: Add common functions for get and set settings net: hisilicon: Add Fast Ethernet MAC driver .../bindings/net/hisilicon-femac-mdio.txt | 22 + .../devicetree/bindings/net/hisilicon-femac.txt | 40 + drivers/net/ethernet/hisilicon/Kconfig | 12 + drivers/net/ethernet/hisilicon/Makefile | 1 + drivers/net/ethernet/hisilicon/hisi_femac.c | 1015 ++++++++++++++++++++ drivers/net/phy/Kconfig | 8 + drivers/net/phy/Makefile | 1 + drivers/net/phy/mdio-hisi-femac.c | 165 ++++ include/linux/ethtool.h | 2 + net/core/ethtool.c | 21 + 10 files changed, 1287 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/hisilicon-femac-mdio.txt create mode 100644 Documentation/devicetree/bindings/net/hisilicon-femac.txt create mode 100644 drivers/net/ethernet/hisilicon/hisi_femac.c create mode 100644 drivers/net/phy/mdio-hisi-femac.c -- 2.8.2
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] Add Hisilicon MDIO bus driver and FEMAC driver Dongpo Li <lidongpo@hisilicon.com> - 2016-06-13 08:20 +0200
[PATCH 2/3] ethtool: Add common functions for get and set settings Dongpo Li <lidongpo@hisilicon.com> - 2016-06-13 08:20 +0200
Re: [PATCH 2/3] ethtool: Add common functions for get and set settings kbuild test robot <lkp@intel.com> - 2016-06-13 09:40 +0200
Re: [PATCH 2/3] ethtool: Add common functions for get and set settings kbuild test robot <lkp@intel.com> - 2016-06-13 10:20 +0200
Re: [PATCH 2/3] ethtool: Add common functions for get and set settings kbuild test robot <lkp@intel.com> - 2016-06-13 10:40 +0200
[PATCH 3/3] net: hisilicon: Add Fast Ethernet MAC driver Dongpo Li <lidongpo@hisilicon.com> - 2016-06-13 08:20 +0200
Re: [PATCH 3/3] net: hisilicon: Add Fast Ethernet MAC driver Arnd Bergmann <arnd@arndb.de> - 2016-06-13 12:40 +0200
Re: [PATCH 3/3] net: hisilicon: Add Fast Ethernet MAC driver Li Dongpo <lidongpo@hisilicon.com> - 2016-06-14 15:20 +0200
Re: [PATCH 3/3] net: hisilicon: Add Fast Ethernet MAC driver Arnd Bergmann <arnd@arndb.de> - 2016-06-14 23:20 +0200
Re: [PATCH 3/3] net: hisilicon: Add Fast Ethernet MAC driver Dongpo Li <lidongpo@hisilicon.com> - 2016-06-15 12:00 +0200
Re: [PATCH 3/3] net: hisilicon: Add Fast Ethernet MAC driver Rob Herring <robh@kernel.org> - 2016-06-15 00:40 +0200
Re: [PATCH 3/3] net: hisilicon: Add Fast Ethernet MAC driver Dongpo Li <lidongpo@hisilicon.com> - 2016-06-15 12:20 +0200
csiph-web