From: Roger Quadros <rogerq@kernel.org>
To: MD Danish Anwar <danishanwar@ti.com>,
Andrew Lunn <andrew@lunn.ch>,
Vignesh Raghavendra <vigneshr@ti.com>,
Jacob Keller <jacob.e.keller@intel.com>,
Simon Horman <horms@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Rob Herring <robh+dt@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Jakub Kicinski <kuba@kernel.org>,
Eric Dumazet <edumazet@google.com>,
"David S. Miller" <davem@davemloft.net>
Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
netdev@vger.kernel.org, srk@ti.com, r-gunasekaran@ti.com
Subject: Re: [RFC PATCH net-next 0/2] Add Half Duplex support for ICSSG Driver
Date: Thu, 7 Sep 2023 15:20:04 +0300 [thread overview]
Message-ID: <5f762b3b-c4f2-d0e8-aba7-2cd184465d12@kernel.org> (raw)
In-Reply-To: <20230830113134.1226970-1-danishanwar@ti.com>
On 30/08/2023 14:31, MD Danish Anwar wrote:
> This series adds support for half duplex operation for ICSSG driver.
>
> In order to support half-duplex operation at 10M and 100M link speeds, the
> PHY collision detection signal (COL) should be routed to ICSSG
> GPIO pin (PRGx_PRU0/1_GPI10) so that firmware can detect collision signal
> and apply the CSMA/CD algorithm applicable for half duplex operation. A DT
> property, "ti,half-duplex-capable" is introduced for this purpose in the
> first patch of the series. If board has PHY COL pin conencted to
> PRGx_PRU1_GPIO10, this DT property can be added to eth node of ICSSG, MII
> port to support half duplex operation at that port.
>
> Second patch of the series configures driver to support half-duplex
> operation if the DT property "ti,half-duplex-capable" is enabled.
>
> This series depends on [1] which is posted as RFC.
>
> [1] https://lore.kernel.org/all/20230830110847.1219515-1-danishanwar@ti.com/
>
> Thanks and Regards,
> Md Danish Anwar
>
> MD Danish Anwar (2):
> dt-bindings: net: Add documentation for Half duplex support.
> net: ti: icssg-prueth: Add support for half duplex operation
>
> .../bindings/net/ti,icssg-prueth.yaml | 7 +++++++
> drivers/net/ethernet/ti/icssg/icssg_config.c | 14 ++++++++++++++
> drivers/net/ethernet/ti/icssg/icssg_prueth.c | 17 +++++++++++++++--
> drivers/net/ethernet/ti/icssg/icssg_prueth.h | 2 ++
> 4 files changed, 38 insertions(+), 2 deletions(-)
>
For this series:
Reviewed-by: Roger Quadros <rogerq@kernel.org>
prev parent reply other threads:[~2023-09-07 16:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-30 11:31 [RFC PATCH net-next 0/2] Add Half Duplex support for ICSSG Driver MD Danish Anwar
2023-08-30 11:31 ` [RFC PATCH net-next 1/2] dt-bindings: net: Add documentation for Half duplex support MD Danish Anwar
2023-08-31 18:16 ` Rob Herring
2023-09-01 5:21 ` Md Danish Anwar
2023-09-07 12:16 ` Roger Quadros
2023-08-30 11:31 ` [RFC PATCH net-next 2/2] net: ti: icssg-prueth: Add support for half duplex operation MD Danish Anwar
2023-09-04 14:17 ` Andrew Lunn
2023-09-07 12:20 ` Roger Quadros [this message]
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=5f762b3b-c4f2-d0e8-aba7-2cd184465d12@kernel.org \
--to=rogerq@kernel.org \
--cc=andrew@lunn.ch \
--cc=conor+dt@kernel.org \
--cc=danishanwar@ti.com \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=jacob.e.keller@intel.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=r-gunasekaran@ti.com \
--cc=robh+dt@kernel.org \
--cc=srk@ti.com \
--cc=vigneshr@ti.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 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.