All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Cc: joyce.ooi@intel.com, davem@davemloft.net, edumazet@google.com,
	kuba@kernel.org, pabeni@redhat.com, chris.snook@gmail.com,
	nicolas.ferre@microchip.com, claudiu.beznea@microchip.com,
	ioana.ciornei@nxp.com, claudiu.manoil@nxp.com,
	madalin.bucur@nxp.com, thomas.petazzoni@bootlin.com,
	mw@semihalf.com, tchornyi@marvell.com, nbd@nbd.name,
	john@phrozen.org, sean.wang@mediatek.com,
	Mark-MC.Lee@mediatek.com, matthias.bgg@gmail.com,
	horatiu.vultur@microchip.com, lars.povlsen@microchip.com,
	Steen.Hegelund@microchip.com, daniel.machon@microchip.com,
	vladimir.oltean@nxp.com, alexandre.belloni@bootlin.com,
	s.shtylyov@omp.ru, peppe.cavallaro@st.com,
	alexandre.torgue@foss.st.com, joabreu@synopsys.com,
	mcoquelin.stm32@gmail.com, radhey.shyam.pandey@xilinx.com,
	michal.simek@xilinx.com, andrew@lunn.ch, hkallweit1@gmail.com,
	netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org,
	linux-renesas-soc@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com,
	linux-usb@vger.kernel.org, UNGLinuxDriver@microchip.com
Subject: Re: [PATCH net-next] net: remove explicit phylink_generic_validate() references
Date: Tue, 08 Nov 2022 02:30:16 +0000	[thread overview]
Message-ID: <166787461610.16737.3952195755714134439.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <E1or0FZ-001tRa-DI@rmk-PC.armlinux.org.uk>

Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 04 Nov 2022 17:13:01 +0000 you wrote:
> Virtually all conventional network drivers are now converted to use
> phylink_generic_validate() - only DSA drivers and fman_memac remain,
> so lets remove the necessity for network drivers to explicitly set
> this member, and default to phylink_generic_validate() when unset.
> This is possible as .validate must currently be set.
> 
> Any remaining instances that have not been addressed by this patch can
> be fixed up later.
> 
> [...]

Here is the summary with links:
  - [net-next] net: remove explicit phylink_generic_validate() references
    https://git.kernel.org/netdev/net-next/c/e1f4ecab1933

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




WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+netdevbpf@kernel.org
To: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Cc: andrew@lunn.ch, alexandre.belloni@bootlin.com,
	madalin.bucur@nxp.com, chris.snook@gmail.com,
	alexandre.torgue@foss.st.com, edumazet@google.com,
	thomas.petazzoni@bootlin.com, ioana.ciornei@nxp.com,
	UNGLinuxDriver@microchip.com, horatiu.vultur@microchip.com,
	linux-renesas-soc@vger.kernel.org, joyce.ooi@intel.com,
	Steen.Hegelund@microchip.com, michal.simek@xilinx.com,
	linux-stm32@st-md-mailman.stormreply.com, joabreu@synopsys.com,
	linux-arm-kernel@lists.infradead.org, vladimir.oltean@nxp.com,
	kuba@kernel.org, pabeni@redhat.com, Mark-MC.Lee@mediatek.com,
	radhey.shyam.pandey@xilinx.com, daniel.machon@microchip.com,
	sean.wang@mediatek.com, claudiu.manoil@nxp.com,
	linux-mediatek@lists.infradead.org, john@phrozen.org,
	matthias.bgg@gmail.com, peppe.cavallaro@st.com, mw@semihalf.com,
	lars.povlsen@microchip.com, s.shtylyov@omp.ru,
	netdev@vger.kernel.org, linux-usb@vger.kernel.org,
	davem@davemloft.net, tchornyi@marvell.com,
	mcoquelin.stm32@gmail.com, hkallweit1@gmail.com,
	claudiu.beznea@microchip.com, nbd@nbd.name
Subject: Re: [PATCH net-next] net: remove explicit phylink_generic_validate() references
Date: Tue, 08 Nov 2022 02:30:16 +0000	[thread overview]
Message-ID: <166787461610.16737.3952195755714134439.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <E1or0FZ-001tRa-DI@rmk-PC.armlinux.org.uk>

Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 04 Nov 2022 17:13:01 +0000 you wrote:
> Virtually all conventional network drivers are now converted to use
> phylink_generic_validate() - only DSA drivers and fman_memac remain,
> so lets remove the necessity for network drivers to explicitly set
> this member, and default to phylink_generic_validate() when unset.
> This is possible as .validate must currently be set.
> 
> Any remaining instances that have not been addressed by this patch can
> be fixed up later.
> 
> [...]

Here is the summary with links:
  - [net-next] net: remove explicit phylink_generic_validate() references
    https://git.kernel.org/netdev/net-next/c/e1f4ecab1933

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



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2022-11-08  2:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-04 17:13 [PATCH net-next] net: remove explicit phylink_generic_validate() references Russell King (Oracle)
2022-11-04 17:13 ` Russell King (Oracle)
2022-11-07 13:00 ` Vladimir Oltean
2022-11-07 13:00   ` Vladimir Oltean
2022-11-08  2:30 ` patchwork-bot+netdevbpf [this message]
2022-11-08  2:30   ` patchwork-bot+netdevbpf

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=166787461610.16737.3952195755714134439.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=Mark-MC.Lee@mediatek.com \
    --cc=Steen.Hegelund@microchip.com \
    --cc=UNGLinuxDriver@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=andrew@lunn.ch \
    --cc=chris.snook@gmail.com \
    --cc=claudiu.beznea@microchip.com \
    --cc=claudiu.manoil@nxp.com \
    --cc=daniel.machon@microchip.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=hkallweit1@gmail.com \
    --cc=horatiu.vultur@microchip.com \
    --cc=ioana.ciornei@nxp.com \
    --cc=joabreu@synopsys.com \
    --cc=john@phrozen.org \
    --cc=joyce.ooi@intel.com \
    --cc=kuba@kernel.org \
    --cc=lars.povlsen@microchip.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=linux-usb@vger.kernel.org \
    --cc=madalin.bucur@nxp.com \
    --cc=matthias.bgg@gmail.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=michal.simek@xilinx.com \
    --cc=mw@semihalf.com \
    --cc=nbd@nbd.name \
    --cc=netdev@vger.kernel.org \
    --cc=nicolas.ferre@microchip.com \
    --cc=pabeni@redhat.com \
    --cc=peppe.cavallaro@st.com \
    --cc=radhey.shyam.pandey@xilinx.com \
    --cc=rmk+kernel@armlinux.org.uk \
    --cc=s.shtylyov@omp.ru \
    --cc=sean.wang@mediatek.com \
    --cc=tchornyi@marvell.com \
    --cc=thomas.petazzoni@bootlin.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 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.