From: Jakub Kicinski <kuba@kernel.org>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, edumazet@google.com, pabeni@redhat.com,
uwe@kleine-koenig.org, Jakub Kicinski <kuba@kernel.org>
Subject: [PATCH net-next 00/12] net: Complete conversion to i2c_probe_new
Date: Mon, 21 Nov 2022 11:15:34 -0800 [thread overview]
Message-ID: <20221121191546.1853970-1-kuba@kernel.org> (raw)
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.
Uwe Kleine-König (12):
net: dsa: lan9303: Convert to i2c's .probe_new()
net: dsa: microchip: ksz9477: Convert to i2c's .probe_new()
net: dsa: xrs700x: Convert to i2c's .probe_new()
net/mlxsw: Convert to i2c's .probe_new()
nfc: microread: Convert to i2c's .probe_new()
nfc: mrvl: Convert to i2c's .probe_new()
NFC: nxp-nci: Convert to i2c's .probe_new()
nfc: pn533: Convert to i2c's .probe_new()
nfc: pn544: Convert to i2c's .probe_new()
nfc: s3fwrn5: Convert to i2c's .probe_new()
nfc: st-nci: Convert to i2c's .probe_new()
nfc: st21nfca: i2c: Convert to i2c's .probe_new()
drivers/net/dsa/lan9303_i2c.c | 5 ++---
drivers/net/dsa/microchip/ksz9477_i2c.c | 5 ++---
drivers/net/dsa/xrs700x/xrs700x_i2c.c | 5 ++---
drivers/net/ethernet/mellanox/mlxsw/i2c.c | 6 +++---
drivers/nfc/microread/i2c.c | 5 ++---
drivers/nfc/nfcmrvl/i2c.c | 5 ++---
drivers/nfc/nxp-nci/i2c.c | 5 ++---
drivers/nfc/pn533/i2c.c | 5 ++---
drivers/nfc/pn544/i2c.c | 5 ++---
drivers/nfc/s3fwrn5/i2c.c | 5 ++---
drivers/nfc/st-nci/i2c.c | 5 ++---
drivers/nfc/st21nfca/i2c.c | 5 ++---
12 files changed, 25 insertions(+), 36 deletions(-)
--
2.38.1
next reply other threads:[~2022-11-21 19:16 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-21 19:15 Jakub Kicinski [this message]
2022-11-21 19:15 ` [PATCH net-next 01/12] net: dsa: lan9303: Convert to i2c's .probe_new() Jakub Kicinski
2022-11-21 19:15 ` [PATCH net-next 02/12] net: dsa: microchip: ksz9477: " Jakub Kicinski
2022-11-21 19:15 ` [PATCH net-next 03/12] net: dsa: xrs700x: " Jakub Kicinski
2022-11-21 19:15 ` [PATCH net-next 04/12] net/mlxsw: " Jakub Kicinski
2022-11-21 22:20 ` kernel test robot
2022-11-22 4:33 ` Jakub Kicinski
2022-11-21 19:15 ` [PATCH net-next 05/12] nfc: microread: " Jakub Kicinski
2022-11-21 19:15 ` [PATCH net-next 06/12] nfc: mrvl: " Jakub Kicinski
2022-11-21 19:15 ` [PATCH net-next 07/12] NFC: nxp-nci: " Jakub Kicinski
2022-11-21 19:15 ` [PATCH net-next 08/12] nfc: pn533: " Jakub Kicinski
2022-11-21 19:15 ` [PATCH net-next 09/12] nfc: pn544: " Jakub Kicinski
2022-11-21 19:15 ` [PATCH net-next 10/12] nfc: s3fwrn5: " Jakub Kicinski
2022-11-21 19:15 ` [PATCH net-next 11/12] nfc: st-nci: " Jakub Kicinski
2022-11-21 19:15 ` [PATCH net-next 12/12] nfc: st21nfca: i2c: " Jakub Kicinski
2022-11-22 9:38 ` [PATCH net-next 00/12] net: Complete conversion to i2c_probe_new Uwe Kleine-König
2022-11-22 18:40 ` Jakub Kicinski
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=20221121191546.1853970-1-kuba@kernel.org \
--to=kuba@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--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.