From: Alex Marginean <alexm.osslist@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v5 2/4] doc: bindings: Add description for MDIO MUX dts nodes
Date: Fri, 12 Jul 2019 10:00:19 +0300 [thread overview]
Message-ID: <008c977c-fbab-5357-ddea-ec748a839b01@gmail.com> (raw)
In-Reply-To: <CAEUhbmVq1HUgmzWdEe1GzorqijpBPPjxyVdg=gohvL7nBYUXMg@mail.gmail.com>
On 7/12/2019 9:44 AM, Bin Meng wrote:
> Hi Alex,
>
> On Fri, Jul 12, 2019 at 2:39 PM Alex Marginean
> <alexandru.marginean@nxp.com> wrote:
>>
>> Adds a short bindings document describing the expected structure of a MDIO
>> MUX dts node. This is based on Linux binding and the example is in fact
>> copied from there.
>>
>> Signed-off-by: Alex Marginean <alexm.osslist@gmail.com>
>> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
>> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
>> ---
>>
>> Changes in v2:
>> - no change
>> Changes in v3:
>> - no change, just fighting with the email server
>> Changes in v4:
>> - pulled in full binding example from Linux, added a note on why
>> mdio-parent-bus is currently required in U-boot but not in Linux
>> Changes in v5:
>> - fixed a few typos, a multi-line comment format
>>
>> doc/device-tree-bindings/net/mdio-mux.txt | 138 ++++++++++++++++++++++
>> 1 file changed, 138 insertions(+)
>> create mode 100644 doc/device-tree-bindings/net/mdio-mux.txt
>>
>> diff --git a/doc/device-tree-bindings/net/mdio-mux.txt b/doc/device-tree-bindings/net/mdio-mux.txt
>> new file mode 100644
>> index 0000000000..b87efe9535
>> --- /dev/null
>> +++ b/doc/device-tree-bindings/net/mdio-mux.txt
>> @@ -0,0 +1,138 @@
>> +The expected structure of an MDIO MUX device tree node is described here. This
>> +is heavily based on current Linux specification.
>> +One notable difference to Linux is that mdio-parent-bus is currently required
>> +by U-boot, not optional as is in Linux. Current U-boot MDIO MUX udevice class
>
> Sorry but I was saying "U-Boot" :) too nitpicking I am :)
oops, I'll send a v6 :)
>
> [snip]
>
> Regards,
> Bin
>
next prev parent reply other threads:[~2019-07-12 7:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-12 6:39 [U-Boot] [PATCH v5 1/4] net: add MDIO_MUX DM class Alex Marginean
2019-07-12 6:39 ` [U-Boot] [PATCH v5 2/4] doc: bindings: Add description for MDIO MUX dts nodes Alex Marginean
2019-07-12 6:44 ` Bin Meng
2019-07-12 7:00 ` Alex Marginean [this message]
2019-07-12 6:39 ` [U-Boot] [PATCH v5 3/4] test: dm_mdio: add a 2nd register to the emulated PHY Alex Marginean
2019-07-12 6:39 ` [U-Boot] [PATCH v5 4/4] test: dm: add a test for MDIO MUX DM uclass 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=008c977c-fbab-5357-ddea-ec748a839b01@gmail.com \
--to=alexm.osslist@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox