netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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,
	atenart@kernel.org, dmurphy@ti.com, Divya.Koppera@microchip.com,
	hauke@hauke-m.de, jbrunet@baylibre.com, marex@denx.de,
	martin.blumenstingl@googlemail.com, dev@kresin.me,
	narmstrong@baylibre.com, o.rempel@pengutronix.de,
	philippe.schenker@toradex.com
Subject: Re: [PATCH net-next 00/15] net: phy: add support for shared interrupts (part 3)
Date: Wed, 25 Nov 2020 19:40:07 +0000	[thread overview]
Message-ID: <160633320756.7633.17210435422882890525.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20201123153817.1616814-1-ciorneiioana@gmail.com>

Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Mon, 23 Nov 2020 17:38:02 +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:
  - [net-next,01/15] net: phy: intel-xway: implement generic .handle_interrupt() callback
    https://git.kernel.org/netdev/net-next/c/1566db043952
  - [net-next,02/15] net: phy: intel-xway: remove the use of .ack_interrupt()
    https://git.kernel.org/netdev/net-next/c/16c9709a7504
  - [net-next,03/15] net: phy: icplus: implement generic .handle_interrupt() callback
    https://git.kernel.org/netdev/net-next/c/25497b7f0bd9
  - [net-next,04/15] net: phy: icplus: remove the use .ack_interrupt()
    https://git.kernel.org/netdev/net-next/c/12ae7ba3c15a
  - [net-next,05/15] net: phy: meson-gxl: implement generic .handle_interrupt() callback
    https://git.kernel.org/netdev/net-next/c/6719e2be0fcf
  - [net-next,06/15] net: phy: meson-gxl: remove the use of .ack_callback()
    https://git.kernel.org/netdev/net-next/c/84c8f773d2dc
  - [net-next,07/15] net: phy: micrel: implement generic .handle_interrupt() callback
    https://git.kernel.org/netdev/net-next/c/59ca4e58b917
  - [net-next,08/15] net: phy: micrel: remove the use of .ack_interrupt()
    https://git.kernel.org/netdev/net-next/c/c0c99d0cd107
  - [net-next,09/15] net: phy: national: implement generic .handle_interrupt() callback
    https://git.kernel.org/netdev/net-next/c/6571b4555dc9
  - [net-next,10/15] net: phy: national: remove the use of the .ack_interrupt()
    https://git.kernel.org/netdev/net-next/c/a4d7742149f6
  - [net-next,11/15] net: phy: ti: implement generic .handle_interrupt() callback
    https://git.kernel.org/netdev/net-next/c/1d1ae3c6ca3f
  - [net-next,12/15] net: phy: ti: remove the use of .ack_interrupt()
    https://git.kernel.org/netdev/net-next/c/aa2d603ac8c0
  - [net-next,13/15] net: phy: qsemi: implement generic .handle_interrupt() callback
    https://git.kernel.org/netdev/net-next/c/efc3d9de7fa6
  - [net-next,14/15] net: phy: qsemi: remove the use of .ack_interrupt()
    https://git.kernel.org/netdev/net-next/c/a1a4417458cd
  - [net-next,15/15] net: phy: remove the .did_interrupt() and .ack_interrupt() callback
    https://git.kernel.org/netdev/net-next/c/6527b938426f

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2020-11-25 19:40 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-23 15:38 [PATCH net-next 00/15] net: phy: add support for shared interrupts (part 3) Ioana Ciornei
2020-11-23 15:38 ` [PATCH net-next 01/15] net: phy: intel-xway: implement generic .handle_interrupt() callback Ioana Ciornei
2020-11-23 15:38 ` [PATCH net-next 02/15] net: phy: intel-xway: remove the use of .ack_interrupt() Ioana Ciornei
2020-11-23 15:38 ` [PATCH net-next 03/15] net: phy: icplus: implement generic .handle_interrupt() callback Ioana Ciornei
2020-11-23 15:38 ` [PATCH net-next 04/15] net: phy: icplus: remove the use .ack_interrupt() Ioana Ciornei
2020-11-23 15:38 ` [PATCH net-next 05/15] net: phy: meson-gxl: implement generic .handle_interrupt() callback Ioana Ciornei
2020-11-23 15:38 ` [PATCH net-next 06/15] net: phy: meson-gxl: remove the use of .ack_callback() Ioana Ciornei
2020-11-26  9:02   ` Jerome Brunet
2020-11-23 15:38 ` [PATCH net-next 07/15] net: phy: micrel: implement generic .handle_interrupt() callback Ioana Ciornei
2020-11-23 15:38 ` [PATCH net-next 08/15] net: phy: micrel: remove the use of .ack_interrupt() Ioana Ciornei
2020-11-23 15:38 ` [PATCH net-next 09/15] net: phy: national: implement generic .handle_interrupt() callback Ioana Ciornei
2020-11-23 15:38 ` [PATCH net-next 10/15] net: phy: national: remove the use of the .ack_interrupt() Ioana Ciornei
2020-11-23 15:38 ` [PATCH net-next 11/15] net: phy: ti: implement generic .handle_interrupt() callback Ioana Ciornei
2020-11-23 15:38 ` [PATCH net-next 12/15] net: phy: ti: remove the use of .ack_interrupt() Ioana Ciornei
2020-11-23 15:38 ` [PATCH net-next 13/15] net: phy: qsemi: implement generic .handle_interrupt() callback Ioana Ciornei
2020-11-23 15:38 ` [PATCH net-next 14/15] net: phy: qsemi: remove the use of .ack_interrupt() Ioana Ciornei
2020-11-23 15:38 ` [PATCH net-next 15/15] net: phy: remove the .did_interrupt() and .ack_interrupt() callback Ioana Ciornei
2020-11-23 22:13 ` [PATCH net-next 00/15] net: phy: add support for shared interrupts (part 3) Martin Blumenstingl
2020-11-23 22:37   ` Jakub Kicinski
2020-11-23 22:55     ` Ioana Ciornei
2020-11-25 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=160633320756.7633.17210435422882890525.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=Divya.Koppera@microchip.com \
    --cc=andrew@lunn.ch \
    --cc=atenart@kernel.org \
    --cc=ciorneiioana@gmail.com \
    --cc=dev@kresin.me \
    --cc=dmurphy@ti.com \
    --cc=f.fainelli@gmail.com \
    --cc=hauke@hauke-m.de \
    --cc=hkallweit1@gmail.com \
    --cc=ioana.ciornei@nxp.com \
    --cc=jbrunet@baylibre.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=marex@denx.de \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=narmstrong@baylibre.com \
    --cc=netdev@vger.kernel.org \
    --cc=o.rempel@pengutronix.de \
    --cc=philippe.schenker@toradex.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;
as well as URLs for NNTP newsgroup(s).