From: patchwork-bot+netdevbpf@kernel.org
To: Selvamani Rajagopal <selvamani.rajagopal@onsemi.com>
Cc: parthiban.veerasooran@microchip.com, andrew+netdev@lunn.ch,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, robh@kernel.org, krzk+dt@kernel.org,
conor+dt@kernel.org, pier.beruto@onsemi.com, andrew@lunn.ch,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
conor.dooley@microchip.com, devicetree@vger.kernel.org,
Parthiban.Veerasooran@microchip.com,
Selvamani.Rajagopal@onsemi.com
Subject: Re: [PATCH net v5 0/4] MAC-PHY interrupt changed to level triggered interrupt
Date: Mon, 15 Jun 2026 23:40:18 +0000 [thread overview]
Message-ID: <178156681813.339383.7315045393443753551.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260611-level-trigger-v5-0-4533a9e85ce2@onsemi.com>
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 11 Jun 2026 14:55:37 -0700 you wrote:
> According to OPEN Alliance 10BASE-T1x MAC-PHY Serial Interface
> specification, MAC-PHY interrupt is "active low, level triggered".
> The specification mentions about the conditions in which the IRQ
> is asserted and deasserted.
>
> Bug is inadvertently introduced by treating the IRQ in the OA TC6
> framework driver and in dt-binding YAML file as edge triggered.
>
> [...]
Here is the summary with links:
- [net,v5,1/4] net: ethernet: oa_tc6: Interrupt is active low, level triggered.
https://git.kernel.org/netdev/net/c/b542d13fab0f
- [net,v5,2/4] net: ethernet: oa_tc6: mdiobus->parent initialized with NULL
https://git.kernel.org/netdev/net/c/a221d3f7e3f3
- [net,v5,3/4] net: ethernet: oa_tc6: Remove FCS size in RX frame
https://git.kernel.org/netdev/net/c/a5a1d11dd372
- [net,v5,4/4] dt-bindings: net: updated interrupt type to be active low, level triggered
https://git.kernel.org/netdev/net/c/31e56112e654
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2026-06-15 23:40 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-11 21:55 [PATCH net v5 0/4] MAC-PHY interrupt changed to level triggered interrupt Selvamani Rajagopal
2026-06-11 21:55 ` Selvamani Rajagopal via B4 Relay
2026-06-11 21:55 ` [PATCH net v5 1/4] net: ethernet: oa_tc6: Interrupt is active low, level triggered Selvamani Rajagopal
2026-06-11 21:55 ` Selvamani Rajagopal via B4 Relay
2026-06-12 21:56 ` sashiko-bot
2026-06-16 6:01 ` Parthiban.Veerasooran
2026-06-17 4:54 ` Selvamani Rajagopal
2026-06-18 4:26 ` Parthiban.Veerasooran
2026-06-18 4:26 ` Selvamani Rajagopal
2026-06-22 5:14 ` Selvamani Rajagopal
2026-06-23 5:19 ` Parthiban.Veerasooran
2026-06-23 5:19 ` Parthiban.Veerasooran
2026-06-23 5:48 ` Selvamani Rajagopal
2026-06-25 12:36 ` Parthiban.Veerasooran
2026-06-25 15:21 ` Selvamani Rajagopal
2026-06-25 15:31 ` Selvamani Rajagopal
2026-06-30 3:24 ` Parthiban.Veerasooran
2026-06-30 4:21 ` Selvamani Rajagopal
2026-06-11 21:55 ` [PATCH net v5 2/4] net: ethernet: oa_tc6: mdiobus->parent initialized with NULL Selvamani Rajagopal
2026-06-11 21:55 ` Selvamani Rajagopal via B4 Relay
2026-06-12 21:56 ` sashiko-bot
2026-06-11 21:55 ` [PATCH net v5 3/4] net: ethernet: oa_tc6: Remove FCS size in RX frame Selvamani Rajagopal
2026-06-11 21:55 ` Selvamani Rajagopal via B4 Relay
2026-06-12 21:56 ` sashiko-bot
2026-06-11 21:55 ` [PATCH net v5 4/4] dt-bindings: net: updated interrupt type to be active low, level triggered Selvamani Rajagopal
2026-06-11 21:55 ` Selvamani Rajagopal via B4 Relay
2026-06-12 8:44 ` Krzysztof Kozlowski
2026-06-15 23:40 ` patchwork-bot+netdevbpf [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=178156681813.339383.7315045393443753551.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=andrew@lunn.ch \
--cc=conor+dt@kernel.org \
--cc=conor.dooley@microchip.com \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=edumazet@google.com \
--cc=krzk+dt@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=parthiban.veerasooran@microchip.com \
--cc=pier.beruto@onsemi.com \
--cc=robh@kernel.org \
--cc=selvamani.rajagopal@onsemi.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.