Merge tag 'hwmon-for-v6.3-rc3' of...
Merge tag 'hwmon-for-v6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging Pull hwmon fixes from Guenter Roeck: - ltc2992, adm1266: Set missing can_sleep flag - tmp512/tmp513: Drop of_match_ptr for ID table to fix build with !CONFIG_OF - ucd90320: Fix back-to-back access problem - ina3221: Fix bad error return from probe function - xgene: Fix use-after-free bug in remove function - adt7475: Fix hysteresis register bit masks, and fix association of 'smoothing' attributes * tag 'hwmon-for-v6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging: hwmon: (ltc2992) Set `can_sleep` flag for GPIO chip hwmon: (adm1266) Set `can_sleep` flag for GPIO chip hwmon: tmp512: drop of_match_ptr for ID table hwmon: (ucd90320) Add minimum delay between bus accesses hwmon: (ina3221) return prober error code hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to race condition hwmon: (adt7475) Fix masking of hysteresis registers hwmon: (adt7475) Display smoothing attributes in correct order
No related branches found
No related tags found
Showing
- drivers/hwmon/adt7475.c 4 additions, 4 deletionsdrivers/hwmon/adt7475.c
- drivers/hwmon/ina3221.c 1 addition, 1 deletiondrivers/hwmon/ina3221.c
- drivers/hwmon/ltc2992.c 1 addition, 0 deletionsdrivers/hwmon/ltc2992.c
- drivers/hwmon/pmbus/adm1266.c 1 addition, 0 deletionsdrivers/hwmon/pmbus/adm1266.c
- drivers/hwmon/pmbus/ucd9000.c 75 additions, 0 deletionsdrivers/hwmon/pmbus/ucd9000.c
- drivers/hwmon/tmp513.c 1 addition, 1 deletiondrivers/hwmon/tmp513.c
- drivers/hwmon/xgene-hwmon.c 1 addition, 0 deletionsdrivers/hwmon/xgene-hwmon.c
Please register or sign in to comment