From: <Parthiban.Veerasooran@microchip.com>
To: <robh@kernel.org>
Cc: <Steen.Hegelund@microchip.com>,
<Thorsten.Kummermehr@microchip.com>, <andrew@lunn.ch>,
<linux-kernel@vger.kernel.org>, <robh+dt@kernel.org>,
<corbet@lwn.net>, <netdev@vger.kernel.org>,
<Pier.Beruto@onsemi.com>, <davem@davemloft.net>,
<conor+dt@kernel.org>, <UNGLinuxDriver@microchip.com>,
<edumazet@google.com>, <saeedm@nvidia.com>,
<Selvamani.Rajagopal@onsemi.com>, <Nicolas.Ferre@microchip.com>,
<anthony.l.nguyen@intel.com>, <devicetree@vger.kernel.org>,
<kuba@kernel.org>, <pabeni@redhat.com>,
<benjamin.bigler@bernformulastudent.ch>, <ruanjinjie@huawei.com>,
<krzysztof.kozlowski+dt@linaro.org>, <linux@bigler.io>,
<horms@kernel.org>, <vladimir.oltean@nxp.com>,
<linux-doc@vger.kernel.org>, <Horatiu.Vultur@microchip.com>,
<Conor.Dooley@microchip.com>
Subject: Re: [PATCH net-next v5 14/14] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY
Date: Mon, 29 Jul 2024 06:10:37 +0000 [thread overview]
Message-ID: <da9a4f05-7cee-437c-8c00-9ac0c14eb175@microchip.com> (raw)
In-Reply-To: <172200010240.1530361.10067496666538570000.robh@kernel.org>
Hi Rob Herring,
On 26/07/24 6:51 pm, Rob Herring (Arm) wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
> On Fri, 26 Jul 2024 18:09:07 +0530, Parthiban Veerasooran wrote:
>> The LAN8650/1 combines a Media Access Controller (MAC) and an Ethernet
>> PHY to enable 10BASE-T1S networks. The Ethernet Media Access Controller
>> (MAC) module implements a 10 Mbps half duplex Ethernet MAC, compatible
>> with the IEEE 802.3 standard and a 10BASE-T1S physical layer transceiver
>> integrated into the LAN8650/1. The communication between the Host and the
>> MAC-PHY is specified in the OPEN Alliance 10BASE-T1x MACPHY Serial
>> Interface (TC6).
>>
>> Reviewed-by: Conor Dooley<conor.dooley@microchip.com>
>> Signed-off-by: Parthiban Veerasooran <Parthiban.Veerasooran@microchip.com>
>> ---
>> .../bindings/net/microchip,lan8650.yaml | 80 +++++++++++++++++++
>> MAINTAINERS | 1 +
>> 2 files changed, 81 insertions(+)
>> create mode 100644 Documentation/devicetree/bindings/net/microchip,lan8650.yaml
>>
>
> My bot found errors running 'make dt_binding_check' on your patch:
>
> yamllint warnings/errors:
>
> dtschema/dtc warnings/errors:
> /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/microchip,lan8650.yaml: $id: Cannot determine base path from $id, relative path/filename doesn't match actual path or filename
> $id: http://devicetree.org/schemas/net/microchip,lan865x.yaml
> file: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/microchip,lan8650.yaml
>
Sorry, somehow I missed it. Thanks for letting me know. Will fix it
while reposting the patch series as the windows is closed now.
Best regards,
Parthiban V
> doc reference errors (make refcheckdocs):
>
> See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240726123907.566348-15-Parthiban.Veerasooran@microchip.com
>
> The base for the series is generally the latest rc1. A different dependency
> should be noted in *this* patch.
>
> If you already ran 'make dt_binding_check' and didn't see the above
> error(s), then make sure 'yamllint' is installed and dt-schema is up to
> date:
>
> pip3 install dtschema --upgrade
>
> Please check and re-submit after running the above command yourself. Note
> that DT_SCHEMA_FILES can be set to your schema file to speed up checking
> your schema. However, it must be unset to test all examples with your schema.
>
next prev parent reply other threads:[~2024-07-29 6:10 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-26 12:38 [PATCH net-next v5 00/14] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface Parthiban Veerasooran
2024-07-26 12:38 ` [PATCH net-next v5 01/14] Documentation: networking: add OPEN Alliance 10BASE-T1x MAC-PHY serial interface Parthiban Veerasooran
2024-07-26 12:38 ` [PATCH net-next v5 02/14] net: ethernet: oa_tc6: implement register write operation Parthiban Veerasooran
2024-07-26 12:38 ` [PATCH net-next v5 03/14] net: ethernet: oa_tc6: implement register read operation Parthiban Veerasooran
2024-07-26 12:38 ` [PATCH net-next v5 04/14] net: ethernet: oa_tc6: implement software reset Parthiban Veerasooran
2024-07-26 12:38 ` [PATCH net-next v5 05/14] net: ethernet: oa_tc6: implement error interrupts unmasking Parthiban Veerasooran
2024-07-26 12:38 ` [PATCH net-next v5 06/14] net: ethernet: oa_tc6: implement internal PHY initialization Parthiban Veerasooran
2024-07-26 12:39 ` [PATCH net-next v5 07/14] net: phy: microchip_t1s: add c45 direct access in LAN865x internal PHY Parthiban Veerasooran
2024-07-26 12:39 ` [PATCH net-next v5 08/14] net: ethernet: oa_tc6: enable open alliance tc6 data communication Parthiban Veerasooran
2024-07-26 12:39 ` [PATCH net-next v5 09/14] net: ethernet: oa_tc6: implement transmit path to transfer tx ethernet frames Parthiban Veerasooran
2024-07-26 12:39 ` [PATCH net-next v5 10/14] net: ethernet: oa_tc6: implement receive path to receive rx " Parthiban Veerasooran
2024-07-26 12:39 ` [PATCH net-next v5 11/14] net: ethernet: oa_tc6: implement mac-phy interrupt Parthiban Veerasooran
2024-07-26 12:39 ` [PATCH net-next v5 12/14] net: ethernet: oa_tc6: add helper function to enable zero align rx frame Parthiban Veerasooran
2024-07-26 12:39 ` [PATCH net-next v5 13/14] microchip: lan865x: add driver support for Microchip's LAN865X MAC-PHY Parthiban Veerasooran
2024-07-26 12:39 ` [PATCH net-next v5 14/14] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY Parthiban Veerasooran
2024-07-26 13:21 ` Rob Herring (Arm)
2024-07-29 6:10 ` Parthiban.Veerasooran [this message]
2024-07-26 16:24 ` [PATCH net-next v5 00/14] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface Simon Horman
2024-07-28 7:18 ` Simon Horman
2024-07-29 6:06 ` Parthiban.Veerasooran
2024-07-29 6:05 ` Parthiban.Veerasooran
2024-07-30 4:08 Parthiban Veerasooran
2024-07-30 4:09 ` [PATCH net-next v5 14/14] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY Parthiban Veerasooran
2024-07-30 15:17 ` Rob Herring
2024-07-31 4:29 ` Parthiban.Veerasooran
2024-08-11 15:59 ` Andrew Lunn
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=da9a4f05-7cee-437c-8c00-9ac0c14eb175@microchip.com \
--to=parthiban.veerasooran@microchip.com \
--cc=Conor.Dooley@microchip.com \
--cc=Horatiu.Vultur@microchip.com \
--cc=Nicolas.Ferre@microchip.com \
--cc=Pier.Beruto@onsemi.com \
--cc=Selvamani.Rajagopal@onsemi.com \
--cc=Steen.Hegelund@microchip.com \
--cc=Thorsten.Kummermehr@microchip.com \
--cc=UNGLinuxDriver@microchip.com \
--cc=andrew@lunn.ch \
--cc=anthony.l.nguyen@intel.com \
--cc=benjamin.bigler@bernformulastudent.ch \
--cc=conor+dt@kernel.org \
--cc=corbet@lwn.net \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=kuba@kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@bigler.io \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=robh+dt@kernel.org \
--cc=robh@kernel.org \
--cc=ruanjinjie@huawei.com \
--cc=saeedm@nvidia.com \
--cc=vladimir.oltean@nxp.com \
/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
all inboxes | Powered by JetHome®