mbox series

[linux,dev-5.15,0/2] hwmon: (occ) Delay hwmon registration until user request

Message ID 20220607190118.5078-1-eajames@linux.ibm.com
Headers show
Series hwmon: (occ) Delay hwmon registration until user request | expand

Message

Eddie James June 7, 2022, 7:01 p.m. UTC
These two patches have been accepted in linux-next.

Eddie James (2):
  hwmon: (occ) Delay hwmon registration until user request
  hwmon: (occ) Lock mutex in shutdown to prevent race with occ_active

 drivers/hwmon/occ/common.c | 105 ++++++++++++++++++++--------
 drivers/hwmon/occ/common.h |   5 +-
 drivers/hwmon/occ/p8_i2c.c |   2 +-
 drivers/hwmon/occ/p9_sbe.c |   2 +-
 drivers/hwmon/occ/sysfs.c  | 137 ++++++++++++++++++++++---------------
 5 files changed, 161 insertions(+), 90 deletions(-)