[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230927035734.42816-1-michael.chan@broadcom.com>
Date: Tue, 26 Sep 2023 20:57:25 -0700
From: Michael Chan <michael.chan@...adcom.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org,
edumazet@...gle.com,
kuba@...nel.org,
pabeni@...hat.com,
gospo@...adcom.com
Subject: [PATCH net-next v2 0/9] bnxt_en: hwmon and SRIOV updates
The first 7 patches are v2 of the hwmon patches posted about 6 weeks ago
on Aug 14. The last 2 patches are SRIOV related updates.
Link to v1 hwmon patches:
https://lore.kernel.org/netdev/20230815045658.80494-11-michael.chan@broadcom.com/
Kalesh AP (6):
bnxt_en: Enhance hwmon temperature reporting
bnxt_en: Move hwmon functions into a dedicated file
bnxt_en: Modify the driver to use hwmon_device_register_with_info
bnxt_en: Expose threshold temperatures through hwmon
bnxt_en: Use non-standard attribute to expose shutdown temperature
bnxt_en: Event handler for Thermal event
Michael Chan (1):
bnxt_en: Update firmware interface to 1.10.2.171
Sreekanth Reddy (1):
bnxt_en: Support QOS and TPID settings for the SRIOV VLAN
Vikas Gupta (1):
bnxt_en: Update VNIC resource calculation for VFs
drivers/net/ethernet/broadcom/bnxt/Makefile | 1 +
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 152 +++--
drivers/net/ethernet/broadcom/bnxt/bnxt.h | 11 +-
drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h | 545 ++++++++++++------
.../net/ethernet/broadcom/bnxt/bnxt_hwmon.c | 241 ++++++++
.../net/ethernet/broadcom/bnxt/bnxt_hwmon.h | 30 +
.../net/ethernet/broadcom/bnxt/bnxt_sriov.c | 36 +-
7 files changed, 747 insertions(+), 269 deletions(-)
create mode 100644 drivers/net/ethernet/broadcom/bnxt/bnxt_hwmon.c
create mode 100644 drivers/net/ethernet/broadcom/bnxt/bnxt_hwmon.h
--
2.30.1
Download attachment "smime.p7s" of type "application/pkcs7-signature" (4209 bytes)
Powered by blists - more mailing lists