Linux Hardware Monitor development
 help / color / mirror / Atom feed
 messages from 2022-08-10 22:56:13 to 2022-08-22 12:37:52 UTC [more...]

[PATCH v2 00/16] Variety of fixes and new features for mr75203 driver
 2022-08-22 12:37 UTC  (39+ messages)
` [PATCH v2 01/16] hwmon: (mr75203) fix VM sensor allocation when "intel,vm-map" not defined
    ` [PATCH v2 01/16] hwmon: (mr75203) fix VM sensor allocation when "intel, vm-map" "
` [PATCH v2 02/16] hwmon: (mr75203) update pvt->v_num to the actual number of used sensors
` [PATCH v2 03/16] hwmon: (mr75203) update Moortec PVT controller intel,vm-map property
    ` [PATCH v2 03/16] hwmon: (mr75203) update Moortec PVT controller intel, vm-map property
` [PATCH v2 04/16] hwmon: (mr75203) add Moortec PVT controller reset-control-skip property
` [PATCH v2 05/16] hwmon: (mr75203) add option to skip reset controller
` [PATCH v2 06/16] hwmon: (mr75203) fix multi-channel voltage reading
` [PATCH v2 07/16] hwmon: (mr75203) add VM active channels property for Moortec PVT controller
` [PATCH v2 08/16] hwmon: (mr75203) add VM active channel support
` [PATCH v2 09/16] hwmon: (mr75203) add VM pre-scalar property for Moortec PVT controller
` [PATCH v2 10/16] hwmon: (mr75203) add VM pre-scalar support
` [PATCH v2 11/16] hwmon: (mr75203) add protection for negative voltage value
` [PATCH v2 12/16] hwmon: (mr75203) modify the temperature equation
` [PATCH v2 13/16] hwmon: (mr75203) add thermal coefficient properties for Moortec PVT controller
` [PATCH v2 14/16] hwmon: (mr75203) parse thermal coefficients from device-tree
` [PATCH v2 15/16] hwmon: (mr75203) fix coding style space errors
` [PATCH v2 16/16] hwmon: (mr75203) add debugfs to read and write temperature coefficients

[PATCH 0/3] hwmon: (dell-smm) Minor fixes
 2022-08-21 19:17 UTC  (9+ messages)
` [PATCH 1/3] hwmon: (dell-smm) Fail probing when cooling device registration fails
` [PATCH 2/3] hwmon: (dell-smm) Add FW_BUG to SMM warning message
` [PATCH 3/3] hwmon: (dell-smm) Improve warning messages

[groeck-staging:hwmon] BUILD SUCCESS ed3590561f5d3343a1717396307d0942eda472ed
 2022-08-20  2:35 UTC 

[groeck-staging:hwmon-next] BUILD SUCCESS 1ad7a62d52e8af61b0b8b32e8fd38b68c0501ae5
 2022-08-20  2:33 UTC 

[PATCH v1 1/3] hwmon: (pwm-fan) Make use of device properties
 2022-08-19 23:32 UTC  (6+ messages)

[PATCH v3 00/14] Use devm helpers for regulator get and enable
 2022-08-19 23:27 UTC  (5+ messages)
` [PATCH v3 04/14] hwmon: lm90: simplify using devm_regulator_get_enable()
` [PATCH v3 05/14] hwmon: adm1177: "

[PATCH v1 1/1] hwmon: (iio_hwmon) Make use of device properties
 2022-08-19 22:07 UTC  (5+ messages)

[PATCH v3 0/2] hwmon: Add max31760 fan speed controller
 2022-08-19 13:53 UTC  (3+ messages)
` [PATCH v3 1/2] drivers: hwmon: Add max31760 fan speed controller driver

[PATCH] MAINTAINERS: Update Juerg Haefliger's email address
 2022-08-19 13:38 UTC  (2+ messages)

[PATCH v3] hwmon: Add driver for the TEXAS TPS546D24 Buck Converter
 2022-08-19 13:34 UTC  (2+ messages)

[PATCH 0/7] drm/i915: Add HWMON support
 2022-08-19 11:41 UTC  (11+ messages)
` [PATCH 1/7] drm/i915/hwmon: Add HWMON infrastructure
  ` [Intel-gfx] "
` [PATCH 2/7] drm/i915/hwmon: Add HWMON current voltage support
` [PATCH 3/7] drm/i915/hwmon: Power PL1 limit and TDP setting
` [PATCH 4/7] drm/i915/hwmon: Show device level energy usage
` [PATCH 5/7] drm/i915/hwmon: Expose card reactive critical power
` [PATCH 6/7] drm/i915/hwmon: Expose power1_max_interval
` [PATCH 7/7] drm/i915/hwmon: Extend power/energy for XEHPSDV

[PATCH] hwmon: move from strlcpy with unused retval to strscpy
 2022-08-18 23:13 UTC  (2+ messages)

[PATCH] net: sfp: use simplified HWMON_CHANNEL_INFO macro
 2022-08-18 17:14 UTC  (3+ messages)

[PATCH 00/16] Variety of fixes and new features for mr75203 driver
 2022-08-18 15:05 UTC  (22+ messages)
` [PATCH 01/16] hwmon: (mr75203) fix VM sensor allocation when "intel,vm-map" not defined
` [PATCH 02/16] hwmon: (mr75203) update pvt->v_num to the actual number of used sensors
` [PATCH 03/16] hwmon: (mr75203) update Moortec PVT controller intel,vm-map property
` [PATCH 04/16] hwmon: (mr75203) add Moortec PVT controller reset-control-skip property
` [PATCH 05/16] hwmon: (mr75203) add option to skip reset controller
` [PATCH 06/16] hwmon: (mr75203) fix multi-channel voltage reading
` [PATCH 07/16] hwmon: (mr75203) add VM active channels property for Moortec PVT controller
` [PATCH 08/16] hwmon: (mr75203) add VM active channel support
` [PATCH 09/16] hwmon: (mr75203) add VM pre-scalar property for Moortec PVT controller
` [PATCH 10/16] hwmon: (mr75203) add VM pre-scalar support
` [PATCH 11/16] hwmon: (mr75203) add protection for negative voltage value
` [PATCH 12/16] hwmon: (mr75203) modify the temperature equation
` [PATCH 13/16] hwmon: (mr75203) add thermal coefficient properties for Moortec PVT controller
` [PATCH 14/16] hwmon: (mr75203) parse thermal coefficients from device-tree
` [PATCH 15/16] hwmon: (mr75203) fix coding style space errors
` [PATCH 16/16] hwmon: (mr75203) add debugfs to read and write temperature coefficients

[PATCH v2 0/7] Devm helpers for regulator get and enable
 2022-08-18 12:04 UTC  (18+ messages)
` [PATCH v2 6/7] hwmon: lm90: simplify using devm_regulator_get_enable()
  ` (subset) [PATCH v2 0/7] Devm helpers for regulator get and enable

[PATCH v3] hwmon: corsair-psu: add reporting of rail mode via debugfs
 2022-08-17 15:41 UTC  (2+ messages)

[PATCH] hwmon: (aquacomputer_d5next) Add support for reading virtual temp sensors
 2022-08-17 15:38 UTC  (2+ messages)

[PATCH v2 0/1] Remove the deprecated asus_wmi_ec_sensors driver
 2022-08-17 15:36 UTC  (3+ messages)
` [PATCH v2 1/1] hwmon: (asus_wmi_ec_sensors) remove driver

[PATCH] hwmon: (pmbus) Fix vout margin caching
 2022-08-17 15:32 UTC  (2+ messages)

[PATCH] hwmon: (pmbus) Use dev_err_probe() to filter -EPROBE_DEFER error messages
 2022-08-17 15:31 UTC  (2+ messages)

[PATCH v2] hwmon: Add the pmbus driver for the TEXAS TPS546D24 Buck Converter
 2022-08-17 12:53 UTC  (4+ messages)

Zwiększenie płynności finansowej
 2022-08-17  8:00 UTC 

[PATCH v1] hwmon: Add the pmbus driver for the TEXAS TPS546D24 Buck Converter
 2022-08-17  5:32 UTC 

[PATCH v1] hwmon: Add the pmbus driver for the TEXAS TPS546D24 Buck Converter
 2022-08-17  3:19 UTC 

[PATCH V2 0/8] x86/topology: Improve CPUID.1F handling
 2022-08-16 11:16 UTC  (13+ messages)
` [PATCH V2 1/8] perf/x86/intel/P4: Fix smp_num_siblings usage
` [PATCH V2 2/8] hwmon/coretemp: Rename indx to index
` [PATCH V2 3/8] hwmon/coretemp: Handle large core ID value
` [PATCH V2 4/8] x86/topology: Fix multiple packages shown on a single-package system
` [PATCH V2 5/8] x86/topology: Fix duplicated core ID within a package
` [PATCH V2 6/8] x86/topology: Fix max_siblings calculation
` [PATCH V2 7/8] Documentation: x86: Update smp_num_siblings/x86_max_cores description
` [PATCH V2 8/8] Documentation: x86: Remove obsolete x86_max_dies description

[PATCH 0/7] x86/topology: Improve CPUID.1F handling
 2022-08-16  8:26 UTC  (20+ messages)
` [PATCH 1/7] x86/topology: Fix multiple packages shown on a single-package system
` [PATCH 2/7] x86/topology: Fix duplicated core_id within a package
` [PATCH 3/7] hwmon/coretemp: Handle large core id value
` [PATCH 4/7] x86/topology: Fix max_siblings calculation
` [PATCH 5/7] Documentation: x86: Update smp_num_siblings/x86_max_cores description
` [PATCH 6/7] Documentation: x86: Remove obsolete x86_max_dies description
` [PATCH 7/7] perf/x86/intel/P4: Fix smp_num_siblings usage

[PATCH 1/2] hwmon: (pwm-fan) add option to leave fan on shutdown
 2022-08-15  6:50 UTC  (3+ messages)

AS621x driver
 2022-08-14 20:37 UTC  (2+ messages)

[PATCH 0/7] drm/i915: Add HWMON support
 2022-08-12 18:11 UTC  (15+ messages)
` [PATCH 1/7] drm/i915/hwmon: Add HWMON infrastructure
` [PATCH 2/7] drm/i915/hwmon: Add HWMON current voltage support
` [PATCH 3/7] drm/i915/hwmon: Power PL1 limit and TDP setting
` [PATCH 4/7] drm/i915/hwmon: Show device level energy usage
` [PATCH 5/7] drm/i915/hwmon: Expose card reactive critical power
` [PATCH 6/7] drm/i915/hwmon: Expose power1_max_interval
` [PATCH 7/7] drm/i915/hwmon: Extend power/energy for XEHPSDV

[PATCH v2 0/5] iio/hwmon/mfd/leds/net/power/ASoC: dt-bindings: few stale maintainers cleanup
 2022-08-12 16:54 UTC  (2+ messages)

[PATCH v2] hwmon: corsair-psu: add reporting of rail mode via debugfs
 2022-08-11 15:02 UTC  (8+ messages)

[groeck-staging:hwmon] BUILD SUCCESS f4e6960f4f16b1ca5da16cec7612ecc86402ac05
 2022-08-11  2:50 UTC 

[groeck-staging:hwmon-next] BUILD SUCCESS 525d34124e55ec98cfdda01e10879bd8f8457067
 2022-08-11  2:49 UTC 

PROBLEM: NCT6775: suspend doesn't work after updating to Linux 5.19
 2022-08-11  0:20 UTC  (13+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox