All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Hershberger <joe.hershberger@ni.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/4] net: mdio-uclass: name MDIO according to device-name property if preset
Date: Tue, 23 Jul 2019 00:21:40 +0000	[thread overview]
Message-ID: <CANr=Z=aL9AErj1jaa=mXVUcB1x4JNpTJviWn1GL1rKmuYQsC1A@mail.gmail.com> (raw)
In-Reply-To: <20190717151026.27994-2-alexandru.marginean@nxp.com>

On Wed, Jul 17, 2019 at 10:11 AM Alex Marginean
<alexandru.marginean@nxp.com> wrote:
>
> Use the optional property device-name to name the MDIO bus.  This works
> around limitations with using the DT node name on devices such as
> Armada-8040, which integrates two cp100 cores, both featuring MDIOs at the
> same relative offsets and with the same DT node names.
> The concept was originally proposed by Marvell as a custom property called
> mdio-name specific to Marvell driver.  This patch uses the more generic
> property device-name and moves this into MDIO class code so other can use
> it as well.
>
> Signed-off-by: Alex Marginean <alexm.osslist@gmail.com>

Acked-by: Joe Hershberger <joe.hershberger@ni.com>

  reply	other threads:[~2019-07-23  0:21 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-17 15:10 [U-Boot] [PATCH 0/4] Marvell MDIO driver and new MDIO name property Alex Marginean
2019-07-17 15:10 ` [U-Boot] [PATCH 1/4] net: mdio-uclass: name MDIO according to device-name property if preset Alex Marginean
2019-07-23  0:21   ` Joe Hershberger [this message]
2019-07-23  6:38   ` Bin Meng
2019-07-23  6:51     ` Alex Marginean
2019-07-23  7:03       ` Bin Meng
2019-07-17 15:10 ` [U-Boot] [PATCH 2/4] doc: bindings: add mdio.txt describing generic MDIO properties Alex Marginean
2019-07-23  0:30   ` Joe Hershberger
2019-07-23  6:39   ` Bin Meng
2019-07-17 15:10 ` [U-Boot] [PATCH 3/4] drivers: net: add marvell MDIO driver Alex Marginean
2019-07-23  0:27   ` Joe Hershberger
2019-07-17 15:10 ` [U-Boot] [PATCH 4/4] arm: dts: Set custom names for cp110 master/slave MDIO buses Alex Marginean
2019-07-23  0:29   ` Joe Hershberger
2019-07-23 15:17     ` Nevo Hed
2019-07-23 17:03     ` Nevo Hed
2019-07-23 17:22       ` Nevo Hed
2019-07-24 13:05         ` Alex Marginean
2019-07-24 18:57           ` Joe Hershberger
2019-07-17 19:09 ` [U-Boot] [PATCH 0/4] Marvell MDIO driver and new MDIO name property Alex Marginean

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='CANr=Z=aL9AErj1jaa=mXVUcB1x4JNpTJviWn1GL1rKmuYQsC1A@mail.gmail.com' \
    --to=joe.hershberger@ni.com \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.