All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Jakub Kicinski <kuba@kernel.org>
Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com,
	pabeni@redhat.com, uwe@kleine-koenig.org
Subject: Re: [PATCH net-next v2 00/12] net: Complete conversion to i2c_probe_new
Date: Wed, 23 Nov 2022 21:00:18 +0000	[thread overview]
Message-ID: <166923721821.22845.12272125649723880535.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20221123045507.2091409-1-kuba@kernel.org>

Hello:

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

On Tue, 22 Nov 2022 20:54:55 -0800 you wrote:
> Reposting for Uwe the networking slice of his mega-series:
> https://lore.kernel.org/all/20221118224540.619276-1-uwe@kleine-koenig.org/
> so that our build bot can confirm the obvious.
> 
> fix mlx5 -> mlxsw while at it.
> 
> v2: pull the prep into net-next first
> 
> [...]

Here is the summary with links:
  - [net-next,v2,01/12] net: dsa: lan9303: Convert to i2c's .probe_new()
    https://git.kernel.org/netdev/net-next/c/c479babce5b1
  - [net-next,v2,02/12] net: dsa: microchip: ksz9477: Convert to i2c's .probe_new()
    https://git.kernel.org/netdev/net-next/c/f925e2154de9
  - [net-next,v2,03/12] net: dsa: xrs700x: Convert to i2c's .probe_new()
    https://git.kernel.org/netdev/net-next/c/dfd5e53dd721
  - [net-next,v2,04/12] net/mlxsw: Convert to i2c's .probe_new()
    https://git.kernel.org/netdev/net-next/c/cb405c2a4040
  - [net-next,v2,05/12] nfc: microread: Convert to i2c's .probe_new()
    https://git.kernel.org/netdev/net-next/c/f72eed59eab4
  - [net-next,v2,06/12] nfc: mrvl: Convert to i2c's .probe_new()
    https://git.kernel.org/netdev/net-next/c/a9f656c88a90
  - [net-next,v2,07/12] NFC: nxp-nci: Convert to i2c's .probe_new()
    https://git.kernel.org/netdev/net-next/c/bf1f6f297528
  - [net-next,v2,08/12] nfc: pn533: Convert to i2c's .probe_new()
    https://git.kernel.org/netdev/net-next/c/d72c9828a3cb
  - [net-next,v2,09/12] nfc: pn544: Convert to i2c's .probe_new()
    https://git.kernel.org/netdev/net-next/c/2338adb2e091
  - [net-next,v2,10/12] nfc: s3fwrn5: Convert to i2c's .probe_new()
    https://git.kernel.org/netdev/net-next/c/0fc00c085d71
  - [net-next,v2,11/12] nfc: st-nci: Convert to i2c's .probe_new()
    https://git.kernel.org/netdev/net-next/c/75cc560ff661
  - [net-next,v2,12/12] nfc: st21nfca: i2c: Convert to i2c's .probe_new()
    https://git.kernel.org/netdev/net-next/c/1fa082734076

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



      parent reply	other threads:[~2022-11-23 21:00 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-23  4:54 [PATCH net-next v2 00/12] net: Complete conversion to i2c_probe_new Jakub Kicinski
2022-11-23  4:54 ` [PATCH net-next v2 01/12] net: dsa: lan9303: Convert to i2c's .probe_new() Jakub Kicinski
2022-11-23  4:54 ` [PATCH net-next v2 02/12] net: dsa: microchip: ksz9477: " Jakub Kicinski
2022-11-23  4:54 ` [PATCH net-next v2 03/12] net: dsa: xrs700x: " Jakub Kicinski
2022-11-23  4:54 ` [PATCH net-next v2 04/12] net/mlxsw: " Jakub Kicinski
2022-11-23  4:55 ` [PATCH net-next v2 05/12] nfc: microread: " Jakub Kicinski
2022-11-23  4:55 ` [PATCH net-next v2 06/12] nfc: mrvl: " Jakub Kicinski
2022-11-23  4:55 ` [PATCH net-next v2 07/12] NFC: nxp-nci: " Jakub Kicinski
2022-11-23  4:55 ` [PATCH net-next v2 08/12] nfc: pn533: " Jakub Kicinski
2022-11-23  4:55 ` [PATCH net-next v2 09/12] nfc: pn544: " Jakub Kicinski
2022-11-23  4:55 ` [PATCH net-next v2 10/12] nfc: s3fwrn5: " Jakub Kicinski
2022-11-23  4:55 ` [PATCH net-next v2 11/12] nfc: st-nci: " Jakub Kicinski
2022-11-23  4:55 ` [PATCH net-next v2 12/12] nfc: st21nfca: i2c: " Jakub Kicinski
2022-11-23 21:00 ` 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=166923721821.22845.12272125649723880535.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=uwe@kleine-koenig.org \
    /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.