From: patchwork-bot+netdevbpf@kernel.org
To: Ioana Ciornei <ciorneiioana@gmail.com>
Cc: andrew@lunn.ch, hkallweit1@gmail.com, linux@armlinux.org.uk,
f.fainelli@gmail.com, kuba@kernel.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, ioana.ciornei@nxp.com,
alexandru.ardelean@analog.com, andre.edich@microchip.com,
baruch@tkos.co.il, christophe.leroy@c-s.fr,
kavyasree.kotagiri@microchip.com, linus.walleij@linaro.org,
m.felsch@pengutronix.de, marex@denx.de, fido_max@inbox.ru,
Nisar.Sayed@microchip.com, o.rempel@pengutronix.de,
robert.hancock@calian.com, yuiko.oshino@microchip.com
Subject: Re: [PATCH RESEND net-next 00/18] net: phy: add support for shared interrupts (part 2)
Date: Tue, 17 Nov 2020 19:40:33 +0000 [thread overview]
Message-ID: <160564203382.2721.8419154932238289208.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20201113165226.561153-1-ciorneiioana@gmail.com>
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Fri, 13 Nov 2020 18:52:08 +0200 you wrote:
> From: Ioana Ciornei <ioana.ciornei@nxp.com>
>
> This patch set aims to actually add support for shared interrupts in
> phylib and not only for multi-PHY devices. While we are at it,
> streamline the interrupt handling in phylib.
>
> For a bit of context, at the moment, there are multiple phy_driver ops
> that deal with this subject:
>
> [...]
Here is the summary with links:
- [RESEND,net-next,01/18] net: phy: vitesse: implement generic .handle_interrupt() callback
https://git.kernel.org/netdev/net-next/c/b606ad8fa283
- [RESEND,net-next,02/18] net: phy: vitesse: remove the use of .ack_interrupt()
https://git.kernel.org/netdev/net-next/c/e96a0d977464
- [RESEND,net-next,03/18] net: phy: microchip: implement generic .handle_interrupt() callback
https://git.kernel.org/netdev/net-next/c/e01a3feb8f69
- [RESEND,net-next,04/18] net: phy: microchip: remove the use of .ack_interrupt()
https://git.kernel.org/netdev/net-next/c/cf499391982d
- [RESEND,net-next,05/18] net: phy: marvell: implement generic .handle_interrupt() callback
https://git.kernel.org/netdev/net-next/c/a0723b375f93
- [RESEND,net-next,06/18] net: phy: marvell: remove the use of .ack_interrupt()
https://git.kernel.org/netdev/net-next/c/1f6d0f267a14
- [RESEND,net-next,07/18] net: phy: lxt: implement generic .handle_interrupt() callback
https://git.kernel.org/netdev/net-next/c/01c4a00bf347
- [RESEND,net-next,08/18] net: phy: lxt: remove the use of .ack_interrupt()
https://git.kernel.org/netdev/net-next/c/9a12dd6f186c
- [RESEND,net-next,09/18] net: phy: nxp-tja11xx: implement generic .handle_interrupt() callback
https://git.kernel.org/netdev/net-next/c/52b1984a88ac
- [RESEND,net-next,10/18] net: phy: nxp-tja11xx: remove the use of .ack_interrupt()
https://git.kernel.org/netdev/net-next/c/45f52f123851
- [RESEND,net-next,11/18] net: phy: amd: implement generic .handle_interrupt() callback
https://git.kernel.org/netdev/net-next/c/d995a36b7e96
- [RESEND,net-next,12/18] net: phy: amd: remove the use of .ack_interrupt()
https://git.kernel.org/netdev/net-next/c/347917c7e06a
- [RESEND,net-next,13/18] net: phy: smsc: implement generic .handle_interrupt() callback
https://git.kernel.org/netdev/net-next/c/36b25c26e2ca
- [RESEND,net-next,14/18] net: phy: smsc: remove the use of .ack_interrupt()
https://git.kernel.org/netdev/net-next/c/824ef51f0871
- [RESEND,net-next,15/18] net: phy: ste10Xp: implement generic .handle_interrupt() callback
https://git.kernel.org/netdev/net-next/c/80ca9ee741da
- [RESEND,net-next,16/18] net: phy: ste10Xp: remove the use of .ack_interrupt()
https://git.kernel.org/netdev/net-next/c/e1bc534df855
- [RESEND,net-next,17/18] net: phy: adin: implement generic .handle_interrupt() callback
https://git.kernel.org/netdev/net-next/c/66d7439e8360
- [RESEND,net-next,18/18] net: phy: adin: remove the use of the .ack_interrupt()
https://git.kernel.org/netdev/net-next/c/1d8300d3ce9d
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:[~2020-11-17 19:41 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-13 16:52 [PATCH RESEND net-next 00/18] net: phy: add support for shared interrupts (part 2) Ioana Ciornei
2020-11-13 16:52 ` [PATCH RESEND net-next 01/18] net: phy: vitesse: implement generic .handle_interrupt() callback Ioana Ciornei
2020-11-13 16:52 ` [PATCH RESEND net-next 02/18] net: phy: vitesse: remove the use of .ack_interrupt() Ioana Ciornei
2020-11-13 16:52 ` [PATCH RESEND net-next 03/18] net: phy: microchip: implement generic .handle_interrupt() callback Ioana Ciornei
2020-11-13 16:52 ` [PATCH RESEND net-next 04/18] net: phy: microchip: remove the use of .ack_interrupt() Ioana Ciornei
2020-11-13 16:52 ` [PATCH RESEND net-next 05/18] net: phy: marvell: implement generic .handle_interrupt() callback Ioana Ciornei
2020-11-13 16:52 ` [PATCH RESEND net-next 06/18] net: phy: marvell: remove the use of .ack_interrupt() Ioana Ciornei
2020-11-15 20:56 ` Andrew Lunn
2020-11-13 16:52 ` [PATCH RESEND net-next 07/18] net: phy: lxt: implement generic .handle_interrupt() callback Ioana Ciornei
2020-11-13 16:52 ` [PATCH RESEND net-next 08/18] net: phy: lxt: remove the use of .ack_interrupt() Ioana Ciornei
2020-11-13 16:52 ` [PATCH RESEND net-next 09/18] net: phy: nxp-tja11xx: implement generic .handle_interrupt() callback Ioana Ciornei
2020-11-13 16:52 ` [PATCH RESEND net-next 10/18] net: phy: nxp-tja11xx: remove the use of .ack_interrupt() Ioana Ciornei
2020-11-13 16:52 ` [PATCH RESEND net-next 11/18] net: phy: amd: implement generic .handle_interrupt() callback Ioana Ciornei
2020-11-13 16:52 ` [PATCH RESEND net-next 12/18] net: phy: amd: remove the use of .ack_interrupt() Ioana Ciornei
2020-11-13 16:52 ` [PATCH RESEND net-next 13/18] net: phy: smsc: implement generic .handle_interrupt() callback Ioana Ciornei
2020-11-13 16:52 ` [PATCH RESEND net-next 14/18] net: phy: smsc: remove the use of .ack_interrupt() Ioana Ciornei
2020-11-13 16:52 ` [PATCH RESEND net-next 15/18] net: phy: ste10Xp: implement generic .handle_interrupt() callback Ioana Ciornei
2020-11-13 16:52 ` [PATCH RESEND net-next 16/18] net: phy: ste10Xp: remove the use of .ack_interrupt() Ioana Ciornei
2020-11-13 16:52 ` [PATCH RESEND net-next 17/18] net: phy: adin: implement generic .handle_interrupt() callback Ioana Ciornei
2020-11-14 6:38 ` Ardelean, Alexandru
2020-11-13 16:52 ` [PATCH RESEND net-next 18/18] net: phy: adin: remove the use of the .ack_interrupt() Ioana Ciornei
2020-11-14 6:38 ` Ardelean, Alexandru
2020-11-17 19: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=160564203382.2721.8419154932238289208.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=Nisar.Sayed@microchip.com \
--cc=alexandru.ardelean@analog.com \
--cc=andre.edich@microchip.com \
--cc=andrew@lunn.ch \
--cc=baruch@tkos.co.il \
--cc=christophe.leroy@c-s.fr \
--cc=ciorneiioana@gmail.com \
--cc=f.fainelli@gmail.com \
--cc=fido_max@inbox.ru \
--cc=hkallweit1@gmail.com \
--cc=ioana.ciornei@nxp.com \
--cc=kavyasree.kotagiri@microchip.com \
--cc=kuba@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=m.felsch@pengutronix.de \
--cc=marex@denx.de \
--cc=netdev@vger.kernel.org \
--cc=o.rempel@pengutronix.de \
--cc=robert.hancock@calian.com \
--cc=yuiko.oshino@microchip.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