Devicetree
 help / color / mirror / Atom feed
From: Harini Katakam <harini.katakam@xilinx.com>
To: nicolas.ferre@atmel.com, davem@davemloft.net, robh+dt@kernel.org,
	pawel.moll@arm.com, mark.rutland@arm.com,
	ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
	boris.brezillon@free-electrons.com,
	alexandre.belloni@free-electrons.com,
	harinikatakamlinux@gmail.com
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org, harinik@xilinx.com,
	michals@xilinx.com
Subject: [RFC PATCH 0/2] Multi phy management
Date: Mon, 28 Nov 2016 15:19:01 +0530	[thread overview]
Message-ID: <1480326541-5947-1-git-send-email-harinik@xilinx.com> (raw)

This series is to add support for the hardware with multiple ethernet
MAC controllers and a single MDIO bus connected to multiple PHY devices.
MDIO lines are connected to any one of the ethernet MAC controllers and
all the PHY devices will be accessed using the PHY maintenance interface
in that MAC controller.
This handling along with PHY functionality is moved to macb_mdio.c
within the macb driver space.
This is because of the phy maintenance register is within the MAC.
Please advise on how to proceed with handling such a requirement.

Harini Katakam (2):
  net: macb: Add MDIO driver for accessing multiple PHY devices
  Documentation: devictree: Add macb mdio bindings

 .../devicetree/bindings/net/macb-mdio.txt          |  31 +++
 drivers/net/ethernet/cadence/Makefile              |   2 +-
 drivers/net/ethernet/cadence/macb.c                | 169 ++-----------
 drivers/net/ethernet/cadence/macb.h                |   2 +
 drivers/net/ethernet/cadence/macb_mdio.c           | 266 +++++++++++++++++++++
 5 files changed, 325 insertions(+), 145 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/macb-mdio.txt
 create mode 100644 drivers/net/ethernet/cadence/macb_mdio.c

-- 
2.7.4

                 reply	other threads:[~2016-11-28  9:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1480326541-5947-1-git-send-email-harinik@xilinx.com \
    --to=harini.katakam@xilinx.com \
    --cc=alexandre.belloni@free-electrons.com \
    --cc=boris.brezillon@free-electrons.com \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=harinik@xilinx.com \
    --cc=harinikatakamlinux@gmail.com \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=michals@xilinx.com \
    --cc=netdev@vger.kernel.org \
    --cc=nicolas.ferre@atmel.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox