lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 21 Nov 2022 11:15:34 -0800
From:   Jakub Kicinski <kuba@...nel.org>
To:     davem@...emloft.net
Cc:     netdev@...r.kernel.org, edumazet@...gle.com, pabeni@...hat.com,
        uwe@...ine-koenig.org, Jakub Kicinski <kuba@...nel.org>
Subject: [PATCH net-next 00/12] net: Complete conversion to i2c_probe_new

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

Powered by blists - more mailing lists