Linux Hardware Monitor development
 help / color / mirror / Atom feed
 messages from 2025-10-02 21:40:49 to 2025-10-17 09:08:26 UTC [more...]

[PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
 2025-10-17  9:05 UTC  (10+ messages)
` [PATCH v2 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
` [PATCH v2 02/27 5.10.y] btrfs: remove duplicated in_range() macro
` [PATCH v2 03/27 5.10.y] minmax: sanity check constant bounds when clamping
` [PATCH v2 04/27 5.10.y] minmax: clamp more efficiently by avoiding extra comparison
` [PATCH v2 05/27 5.10.y] minmax: add in_range() macro
` [PATCH v2 06/27 5.10.y] minmax: Introduce {min,max}_array()
` [PATCH v2 07/27 5.10.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v2 08/27 5.10.y] minmax: fix header inclusions
` [PATCH v2 09/27 5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness

[PATCH] hwmon: cgbc-hwmon: Add missing NULL check after devm_kzalloc()
 2025-10-17  8:12 UTC  (2+ messages)

[PATCH v3 00/13] mfd: macsmc: add rtc, hwmon and hid subdevices
 2025-10-16 22:15 UTC  (20+ messages)
` [PATCH v3 01/13] dt-bindings: rtc: Add Apple SMC RTC
` [PATCH v3 02/13] dt-bindings: hwmon: Add Apple System Management Controller hwmon schema
` [PATCH v3 03/13] rtc: Add new rtc-macsmc driver for Apple Silicon Macs
` [PATCH v3 04/13] mfd: macsmc: Wire up Apple SMC RTC subdevice
` [PATCH v3 05/13] mfd: macsmc: add new __SMC_KEY macro
` [PATCH v3 06/13] hwmon: Add Apple Silicon SMC hwmon driver
` [PATCH v3 07/13] mfd: macsmc: Wire up Apple SMC hwmon subdevice
` [PATCH v3 08/13] input: macsmc-input: New driver to handle the Apple Mac SMC buttons/lid
` [PATCH v3 09/13] mfd: macsmc: Wire up Apple SMC input subdevice
` [PATCH v3 10/13] arm64: dts: apple: t8103,t60xx,t8112: Add SMC RTC node
` [PATCH v3 11/13] arm64: dts: apple: t8103, t8112, t60xx: add hwmon SMC subdevice
` [PATCH v3 12/13] arm64: dts: apple: Add common hwmon sensors and fans
` [PATCH v3 13/13] arm64: dts: apple: t8103, t60xx, t8112: Add common hwmon nodes to devices

[PATCH] docs/hwmon: Fix broken links warnings in lm90.rst
 2025-10-16 20:47 UTC  (2+ messages)

[PATCH 0/3] hwmon: (adt7410): Add ADT7422 support
 2025-10-16 20:46 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: trivial-devices: add ADT7410, ADT7420 and ADT7422
` [PATCH 2/3] hwmon: (adt7410): Add OF match table
` [PATCH 3/3] hwmon: (adt7410): Support adt7422 chip

[groeck-staging:testing] BUILD SUCCESS da4362868b211b391ea40407b9f9e89c6c61fffe
 2025-10-16 18:25 UTC 

[groeck-staging:hwmon-next] BUILD SUCCESS 72804d1631b3688014e06065b9f95885ba3e08b6
 2025-10-16 18:22 UTC 

[groeck-staging:hwmon-staging] BUILD SUCCESS 697030692ca17279eaa1e524fdf10596986f3c53
 2025-10-16  7:35 UTC 

[PATCH] hwmon: (scmi) Enable sensors to assure they can be read
 2025-10-15 18:04 UTC  (2+ messages)

[PATCH] htmldocs: Documentation/hwmon/max17616.rst:4: WARNING: Title underline too short
 2025-10-15 18:03 UTC  (2+ messages)

[groeck-staging:hwmon-next] BUILD SUCCESS 4b5bf30f28d5f8401f2314dcf28b9d9d5ff092cd
 2025-10-15 17:50 UTC 

[PATCH v2 0/6] platform/x86: ayaneo-ec: Add Ayaneo Embedded Controller platform driver
 2025-10-15  9:36 UTC  (15+ messages)
` [PATCH v2 1/6] "
` [PATCH v2 2/6] platform/x86: ayaneo-ec: Add hwmon support
` [PATCH v2 3/6] platform/x86: ayaneo-ec: Add charge control support
` [PATCH v2 4/6] platform/x86: ayaneo-ec: Add controller power and modules attributes
` [PATCH v2 5/6] platform/x86: ayaneo-ec: Move Ayaneo devices from oxpec to ayaneo-ec
` [PATCH v2 6/6] platform/x86: ayaneo-ec: Add suspend hook

[PATCH 00/20] hwmon: Rely on subsystem locking [set 1]
 2025-10-14 15:25 UTC  (21+ messages)
` [PATCH 01/20] hwmon: (jc42) Rely on subsystem locking
` [PATCH 02/20] hwmon: (lm90) "
` [PATCH 03/20] hwmon: (adm9240) "
` [PATCH 04/20] hwmon: (emc1403) "
` [PATCH 05/20] hwmon: (tmp464) "
` [PATCH 06/20] hwmon: (tmp421) "
` [PATCH 07/20] hwmon: (tmp401) "
` [PATCH 08/20] hwmon: (tmp108) Drop mutex.h include
` [PATCH 09/20] hwmon: (drivetemp) Rely on subsystem locking
` [PATCH 10/20] hwmon: (max6697) "
` [PATCH 11/20] hwmon: (ltc4245) "
` [PATCH 12/20] hwmon: (lm95245) "
` [PATCH 13/20] hwmon: (tmp103) Drop unnecessary include files
` [PATCH 14/20] hwmon: (tmp102) "
` [PATCH 15/20] hwmon: (max6639) Rely on subsystem locking
` [PATCH 16/20] hwmon: (max31827) "
` [PATCH 17/20] hwmon: (nct7904) "
` [PATCH 18/20] hwmon: (nct7363) Drop unnecessary include files
` [PATCH 19/20] hwmon: (max6620) Rely on subsystem locking
` [PATCH 20/20] hwmon: (max31790) "

[PATCH v2 1/2] dt-bindings: trivial-devices: add mps,mp9945
 2025-10-14 15:18 UTC  (4+ messages)
` [PATCH v2 2/2] hwmon: (pmbus) add driver for MPS MP9945

[PATCH] dt-bindings: hwmon: Convert apm,xgene-slimpro-hwmon to DT schema
 2025-10-14 15:15 UTC  (2+ messages)

[PATCH] dt-bindings: hwmon: pmbus/max17616: Add SMBALERT interrupt property
 2025-10-14 15:15 UTC  (3+ messages)

[PATCH 0/3] Add Emerald Rapids PECI support
 2025-10-13 14:47 UTC  (12+ messages)
` [PATCH 1/3] peci: cpu: add Intel Emerald Rapids support
` [PATCH 2/3] hwmon: (peci/dimmtemp) add Intel Emerald Rapids platform support
` [PATCH 3/3] hwmon: (peci/cputemp) add Intel Emerald Rapids support

[PATCH 1/2] hwmon: (ltc2947) Use the energy64 attribute type to report the energy
 2025-10-13 11:33 UTC  (4+ messages)
` [PATCH 2/2] hwmon: (ltc4282) "

[groeck-staging:hwmon] BUILD SUCCESS 19d316ac80cc9bdb424162ceab229f13565db26e
 2025-10-13 11:31 UTC 

[groeck-staging:hwmon-next] BUILD SUCCESS 2a364c163c1fa9fe62c2f06e84fb7d2f995e461f
 2025-10-13 10:14 UTC 

[PATCH] hwmon: (pmbus) Fix child node reference leak on early return
 2025-10-12 18:21 UTC  (2+ messages)

[PATCH] docs: hwmon: fix typo in sg2042-mcu.rst Fix a spelling mistake: "supprts" → "supports"
 2025-10-12 18:10 UTC  (2+ messages)

[PATCH] hwmon: sht3x: initialize variable 'ret' in update_interval_write()
 2025-10-12 18:07 UTC  (4+ messages)

[PATCH] hwmon: gpd-fan: Fix error handling in gpd_fan_probe()
 2025-10-12 17:58 UTC  (4+ messages)

[PATCH] hwmon: gpd-fan: Fix return value when platform_get_resource() fails
 2025-10-12 17:50 UTC  (4+ messages)

[groeck-staging:hwmon] BUILD SUCCESS 582727071de3505feb3bbceb71f9e0d4223bf253
 2025-10-10  7:35 UTC 

[PATCH 1/2] dt-bindings: trivial-devices: add mps,mp9945
 2025-10-09 18:03 UTC  (4+ messages)
` [PATCH 2/2] hwmon: (pmbus) add driver for MPS MP9945

[PATCH AUTOSEL 6.17-6.6] hwmon: (k10temp) Add device ID for Strix Halo
 2025-10-09 15:56 UTC  (8+ messages)
` [PATCH AUTOSEL 6.17-6.12] hwmon: (dell-smm) Remove Dell Precision 490 custom config data
` [PATCH AUTOSEL 6.17-5.15] hwmon: (sbtsi_temp) AMD CPU extended temperature range support
` [PATCH AUTOSEL 6.17-6.6] hwmon: (k10temp) Add thermal support for AMD Family 1Ah-based models
` [PATCH AUTOSEL 6.17-5.4] hwmon: (dell-smm) Add support for Dell OptiPlex 7040
` [PATCH AUTOSEL 6.17-6.12] hwmon: (lenovo-ec-sensors) Update P8 supprt
` [PATCH AUTOSEL 6.17-6.1] hwmon: sy7636a: add alias
` [PATCH AUTOSEL 6.17-6.1] hwmon: (asus-ec-sensors) increase timeout for locking ACPI mutex

[PATCH v3 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
 2025-10-08 15:29 UTC  (20+ messages)
` [PATCH v3 01/19 5.15.y] minmax: add in_range() macro
` [PATCH v3 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH v3 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v3 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v3 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v3 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v3 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v3 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v3 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v3 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v3 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH v3 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH v3 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH v3 14/19 5.15.y] minmax.h: update some comments
` [PATCH v3 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v3 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v3 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v3 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH v3 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once

[PATCH v2 0/3] hwmon: Add support for the LTC4283 Hot Swap Controller
 2025-10-08 14:45 UTC  (8+ messages)
` [PATCH v2 2/3] hwmon: ltc4283: Add support for the LTC4283 "

[PATCH v2 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
 2025-10-07 20:43 UTC  (23+ messages)
` [PATCH v2 01/19 5.15.y] minmax: add in_range() macro
` [PATCH v2 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH v2 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v2 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v2 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v2 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v2 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v2 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v2 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v2 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v2 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH v2 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH v2 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH v2 14/19 5.15.y] minmax.h: update some comments
` [PATCH v2 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v2 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v2 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v2 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH v2 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once

[PATCH v7 RESEND 0/7] ARM: dts: aspeed: Add Balcones system
 2025-10-07 15:48 UTC  (5+ messages)
` [PATCH v7 RESEND 3/7] dt-bindings: iio: Add Infineon DPS310 sensor documentation

[PATCH 0/2] (asus-ec-sensors) add two more boards
 2025-10-03 20:16 UTC  (5+ messages)
` [PATCH 1/2] hwmon: (asus-ec-sensors) add Pro WS TRX50-SAGE WIFI
` [PATCH 2/2] hwmon: (asus-ec-sensors) add ROG STRIX X870E-H GAMING WIFI7

[PATCH] MAINTAINERS: Remove some entries due to various compliance requirements
 2025-10-03 16:45 UTC  (7+ messages)
` [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
        ` what about CoC? (was: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements.")
          ` what about CoC?

[PATCH 0/2] Add support for MAX17616/MAX17616A hwmon device
 2025-10-02 22:15 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: hwmon: pmbus: add max17616

[PATCH 0/2] Update ADPM12160 and Add support for ADPM12200
 2025-10-02 21:40 UTC  (3+ messages)
` [PATCH 1/2] hwmon: (pmbus/max34440): Update adpm12160 coeff due to latest FW


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