Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1435042

[RFC PATCH 0/2] net: ethernet: Add support for gmii2rgmii converter

From Kedareswara rao Appana <appana.durga.rao@xilinx.com>
Newsgroups linux.kernel
Subject [RFC PATCH 0/2] net: ethernet: Add support for gmii2rgmii converter
Date 2016-07-01 08:30 +0200
Message-ID <rQ07D-39G-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patch series does the following
---> Add support for gmii2rgmii converter.
---> Add support for gmii2rgmii converter in the macb driver.

Earlier sent one RFC patch https://patchwork.kernel.org/patch/9186615/ 
which includes converter related stuff also in macb driver.
This patch series fixes this issue.

Kedareswara rao Appana (2):
  net: ethernet: xilinx: Add gmii2rgmii converter support
  net: macb: Add gmii2rgmii phy converter support

 drivers/net/ethernet/cadence/macb.c             |   21 ++++++-
 drivers/net/ethernet/cadence/macb.h             |    3 +
 drivers/net/ethernet/xilinx/Kconfig             |    7 ++
 drivers/net/ethernet/xilinx/Makefile            |    1 +
 drivers/net/ethernet/xilinx/xilinx_gmii2rgmii.c |   76 +++++++++++++++++++++++
 include/linux/xilinx_gmii2rgmii.h               |   24 +++++++
 6 files changed, 131 insertions(+), 1 deletions(-)
 create mode 100644 drivers/net/ethernet/xilinx/xilinx_gmii2rgmii.c
 create mode 100644 include/linux/xilinx_gmii2rgmii.h

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[RFC PATCH 0/2] net: ethernet: Add support for gmii2rgmii converter Kedareswara rao Appana <appana.durga.rao@xilinx.com> - 2016-07-01 08:30 +0200
  [RFC PATCH 1/2] net: ethernet: xilinx: Add gmii2rgmii converter support Kedareswara rao Appana <appana.durga.rao@xilinx.com> - 2016-07-01 08:30 +0200
    Re: [RFC PATCH 1/2] net: ethernet: xilinx: Add gmii2rgmii converter  support Florian Fainelli <f.fainelli@gmail.com> - 2016-07-01 17:10 +0200
      RE: [RFC PATCH 1/2] net: ethernet: xilinx: Add gmii2rgmii converter  support Appana Durga Kedareswara Rao <appana.durga.rao@xilinx.com> - 2016-07-01 17:30 +0200
  Re: [RFC PATCH 0/2] net: ethernet: Add support for gmii2rgmii  converter Florian Fainelli <f.fainelli@gmail.com> - 2016-07-01 17:10 +0200
    RE: [RFC PATCH 0/2] net: ethernet: Add support for gmii2rgmii  converter Appana Durga Kedareswara Rao <appana.durga.rao@xilinx.com> - 2016-07-01 17:30 +0200
  Re: [RFC PATCH 0/2] net: ethernet: Add support for gmii2rgmii  converter Andrew Lunn <andrew@lunn.ch> - 2016-07-01 17:20 +0200
    RE: [RFC PATCH 0/2] net: ethernet: Add support for gmii2rgmii  converter Appana Durga Kedareswara Rao <appana.durga.rao@xilinx.com> - 2016-07-01 17:40 +0200

csiph-web