linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Philipp Stanner <phasta@kernel.org>
Cc: sgoutham@marvell.com, andrew+netdev@lunn.ch, davem@davemloft.net,
	edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
	gakula@marvell.com, sbhatta@marvell.com, hkelam@marvell.com,
	bbhushan2@marvell.com, taras.chornyi@plvision.eu,
	venza@brownhat.org, hkallweit1@gmail.com, linux@armlinux.org.uk,
	deller@gmx.de, horms@kernel.org, jacob.e.keller@intel.com,
	mingo@kernel.org, tglx@linutronix.de, viro@zeniv.linux.org.uk,
	shannon.nelson@amd.com, sd@queasysnail.net,
	linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org
Subject: Re: [PATCH v2 0/8] Phase out hybrid PCI devres API
Date: Mon, 28 Apr 2025 23:50:39 +0000	[thread overview]
Message-ID: <174588423950.1081621.6688170836136857875.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250425085740.65304-2-phasta@kernel.org>

Hello:

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

On Fri, 25 Apr 2025 10:57:33 +0200 you wrote:
> Changes in v2:
>   - Rename error path. (Jakub)
>   - Apply some RBs
> 
> Fixes a number of minor issues with the usage of the PCI API in net.
> Notbaly, it replaces calls to the sometimes-managed
> pci_request_regions() to the always-managed pcim_request_all_regions(),
> enabling us to remove that hybrid functionality from PCI.
> Philipp Stanner (8):
>   net: prestera: Use pure PCI devres API
>   net: octeontx2: Use pure PCI devres API
>   net: tulip: Use pure PCI devres API
>   net: ethernet: natsemi: Use pure PCI devres API
>   net: ethernet: sis900: Use pure PCI devres API
>   net: mdio: thunder: Use pure PCI devres API
>   net: thunder_bgx: Use pure PCI devres API
>   net: thunder_bgx: Don't disable PCI device manually
> 
> [...]

Here is the summary with links:
  - [v2,1/8] net: prestera: Use pure PCI devres API
    https://git.kernel.org/netdev/net-next/c/66ada7471155
  - [v2,2/8] net: octeontx2: Use pure PCI devres API
    https://git.kernel.org/netdev/net-next/c/48217b834529
  - [v2,3/8] net: tulip: Use pure PCI devres API
    https://git.kernel.org/netdev/net-next/c/adc36d0914f6
  - [v2,4/8] net: ethernet: natsemi: Use pure PCI devres API
    https://git.kernel.org/netdev/net-next/c/2a5a74947a2b
  - [v2,5/8] net: ethernet: sis900: Use pure PCI devres API
    https://git.kernel.org/netdev/net-next/c/6e5f7a5b5e0c
  - [v2,6/8] net: mdio: thunder: Use pure PCI devres API
    https://git.kernel.org/netdev/net-next/c/fad4d94d9ae5
  - [v2,7/8] net: thunder_bgx: Use pure PCI devres API
    https://git.kernel.org/netdev/net-next/c/06133ddc3590
  - [v2,8/8] net: thunder_bgx: Don't disable PCI device manually
    https://git.kernel.org/netdev/net-next/c/1549bd06e340

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



      parent reply	other threads:[~2025-04-28 23:50 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-25  8:57 [PATCH v2 0/8] Phase out hybrid PCI devres API Philipp Stanner
2025-04-25  8:57 ` [PATCH v2 1/8] net: prestera: Use pure " Philipp Stanner
2025-04-25  8:57 ` [PATCH v2 2/8] net: octeontx2: " Philipp Stanner
2025-04-25  8:57 ` [PATCH v2 3/8] net: tulip: " Philipp Stanner
2025-04-25  8:57 ` [PATCH v2 4/8] net: ethernet: natsemi: " Philipp Stanner
2025-04-25  8:57 ` [PATCH v2 5/8] net: ethernet: sis900: " Philipp Stanner
2025-04-26 12:39   ` Daniele Venzano
2025-04-25  8:57 ` [PATCH v2 6/8] net: mdio: thunder: " Philipp Stanner
2025-04-25  8:57 ` [PATCH v2 7/8] net: thunder_bgx: " Philipp Stanner
2025-04-25  8:57 ` [PATCH v2 8/8] net: thunder_bgx: Don't disable PCI device manually Philipp Stanner
2025-04-28 23:50 ` 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=174588423950.1081621.6688170836136857875.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=bbhushan2@marvell.com \
    --cc=davem@davemloft.net \
    --cc=deller@gmx.de \
    --cc=edumazet@google.com \
    --cc=gakula@marvell.com \
    --cc=hkallweit1@gmail.com \
    --cc=hkelam@marvell.com \
    --cc=horms@kernel.org \
    --cc=jacob.e.keller@intel.com \
    --cc=kuba@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-parisc@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=mingo@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=phasta@kernel.org \
    --cc=sbhatta@marvell.com \
    --cc=sd@queasysnail.net \
    --cc=sgoutham@marvell.com \
    --cc=shannon.nelson@amd.com \
    --cc=taras.chornyi@plvision.eu \
    --cc=tglx@linutronix.de \
    --cc=venza@brownhat.org \
    --cc=viro@zeniv.linux.org.uk \
    /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).