linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-24 07:00:39 to 2025-10-03 13:07:47 UTC [more...]

[PATCH v2 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
 2025-10-03 13:00 UTC  (16+ 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 0/2] (asus-ec-sensors) add two more boards
 2025-10-03  8:07 UTC  (3+ 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 0/2] Add support for MAX17616/MAX17616A hwmon device
 2025-10-02 22:15 UTC  (9+ messages)
` [PATCH 1/2] dt-bindings: hwmon: pmbus: add max17616
` [PATCH 2/2] hwmon: (pmbus/max17616): add driver for max17616

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

[PATCH] hwmon: (nct6775) Add ASUS ROG STRIX X870E-H GAMING WIFI7
 2025-10-02 21:38 UTC  (2+ messages)

[PATCH v7 RESEND 0/7] ARM: dts: aspeed: Add Balcones system
 2025-10-02 21:38 UTC  (11+ messages)
` [PATCH v7 RESEND 1/7] dt-bindings: arm: aspeed: add IBM Balcones board
` [PATCH v7 RESEND 2/7] dt-bindings: arm: aspeed: add IBM Bonnell board
` [PATCH v7 RESEND 3/7] dt-bindings: iio: Add Infineon DPS310 sensor documentation
` [PATCH v7 RESEND 4/7] dt-bindings: hwmon: Move max31785 compatibles to max31790 document
` [PATCH v7 RESEND 5/7] dt-bindings: hwmon: max31790: Use addressed fan nodes
` [PATCH v7 RESEND 6/7] ARM: dts: aspeed: Add Balcones system
` [PATCH v7 RESEND 7/7] ARM: dts: aspeed: Fix max31785 fan properties

[PATCH 0/2] drivers: hwmon: ntc-thermistor: add Murata ncp18wm474
 2025-10-02 21:36 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] dt-bindings: hwmon: ntc-thermistor: Add Murata ncp18wm474 NTC

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

[PATCH v3 0/2] hwmon: Add support for MPS mp2925 and mp2929 chip
 2025-10-02 20:54 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: hwmon: Add MPS mp2925 and mp2929
  ` [PATCH v3 2/2] hwmon: add MP2925 and MP2929 driver

[GIT PULL] hwmon updates for v6.18-rc1
 2025-10-01 18:42 UTC  (2+ messages)

[PATCH] MAINTAINERS: Remove some entries due to various compliance requirements
 2025-10-01 10:11 UTC  (5+ 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.")

[PATCH 0/4] Add Raspberry Pi's RP1 ADC
 2025-09-30 18:58 UTC  (15+ messages)
` [PATCH 1/4] dt-bindings: "
` [PATCH 2/4] hwmon: adc: rp1: Add Raspberry Pi's RP1 ADC driver
` [PATCH 3/4] arm64: dts: rp1: Add Raspberry Pi's RP1 ADC DT node
` [PATCH 4/4] arm64: dts: broadcom: Enable RP1 ADC for RPi5

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

[PATCH 1/2] dt-bindings: hwmon: tmp102: Add TMP110 and TMP113 devices
 2025-09-29 17:07 UTC  (5+ messages)

[groeck-staging:hwmon-next] BUILD SUCCESS 76bb6969a8cfc5e00ca142fdad86ffd0a6ed9ecd
 2025-09-29 14:19 UTC 

[PATCH v2 00/11] mfd: macsmc: add rtc, hwmon and hid subdevices
 2025-09-28  2:09 UTC  (16+ messages)
` [PATCH v2 02/11] dt-bindings: hwmon: Add Apple System Management Controller hwmon schema
` [PATCH v2 05/11] hwmon: Add Apple Silicon SMC hwmon driver
` [PATCH v2 07/11] input: macsmc-hid: New driver to handle the Apple Mac SMC buttons/lid
` [PATCH v2 08/11] mfd: macsmc: Wire up Apple SMC HID subdevice
` [PATCH v2 10/11] arm64: dts: apple: Add common hwmon sensors and fans

[PATCH 0/2] hmwon: (sy7636a) fix regulator handling
 2025-09-27 18:39 UTC  (16+ messages)
` [PATCH RFC 1/2] hwmon: (sy7636a) fix races during probe of mfd subdevices
` [PATCH 2/2] hwmon: (sy7636a) enable regulator only if needed

[PATCH 0/2] Add support for Microchip EMC1812
 2025-09-27 15:04 UTC  (5+ messages)

hwmon: add MP2925 and MP2929 driver
 2025-09-26 16:12 UTC  (2+ messages)

[groeck-staging:hwmon-next] BUILD SUCCESS 1e11552ee54d10c0b602c76b94db602e2581ce57
 2025-09-26 15:56 UTC 

[PATCH] drivers/hwmon/pmbus: Add support for raa229141 in isl68137
 2025-09-26 14:20 UTC  (5+ messages)

[PATCH 0/3] hwmon: (ctf2301) Add support for CTF2301
 2025-09-26 13:33 UTC  (10+ messages)
` [PATCH 1/3] dt-bindings: vendor-prefixes: Add Sensylink
` [PATCH 3/3] hwmon: (ctf2301) Add support for CTF2301

[PATCH 1/1] dt-bindings: hwmon: (lm75) allow interrupt for ti,tmp75
 2025-09-26  1:21 UTC  (3+ messages)

[groeck-staging:testing] BUILD SUCCESS 61284c4cdf8234783a24784272bebf0464892b06
 2025-09-25 20:46 UTC 

[groeck-staging:hwmon-staging] BUILD SUCCESS 557f328c3c6ad9f49a36fc47dd4574e261138a39
 2025-09-25 20:43 UTC 

[PATCH] hwmon: sparx5: make it selectable for ARCH_MICROCHIP
 2025-09-25 20:33 UTC  (6+ messages)

[PATCH v2 0/2] hwmon: Add support for MPS mp2925 and mp2929 chip
 2025-09-25 15:07 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: hwmon: Add MPS mp2925 and mp2929
  ` [PATCH v2 2/2] hwmon: add MP2925 and MP2929 driver

[PATCH v2 0/7] Initial Kontron SMARC-sAM67 support
 2025-09-25 11:34 UTC  (9+ messages)
` [PATCH v2 4/7] dt-bindings: hwmon: sl28cpld: add sa67mcu compatible
` [PATCH v2 5/7] dt-bindings: watchdog: add SMARC-sAM67 support
` [PATCH v2 6/7] hwmon: "

[groeck-staging:hwmon-next 79/87] drivers/hwmon/pmbus/mp2925.c:159:11: warning: variable 'ret' is uninitialized when used here
 2025-09-25  6:03 UTC 

[PATCH hwmon 0/2] hwmon: (mlxreg-fan): Add bugfix and introduce new feature
 2025-09-24 19:39 UTC  (5+ messages)
` [PATCH hwmon 1/2] hwmon: (mlxreg-fan) Separate methods of fan setting coming from different subsystems
` [PATCH hwmon 2/2] hwmon: (mlxreg-fan) Add support for new flavour of capability register

[PATCH v6 0/3] Export fan control and register fans as cooling devices
 2025-09-24 19:31 UTC  (7+ messages)
` [PATCH v6 1/3] platform/chrome: update pwm fan control host commands
` [PATCH v6 2/3] hwmon: (cros_ec) add PWM control over fans
` [PATCH v6 3/3] hwmon: (cros_ec) register fans into thermal framework cooling devices

[PATCH] hwmon: (asus-ec-sensors) add TUF GAMING X670E PLUS WIFI
 2025-09-24 15:57 UTC  (2+ messages)

[PATCH 0/4] hwmon: (dell-smm) Add support for automatic fan mode
 2025-09-24 14:50 UTC  (9+ messages)
` [PATCH 1/4] hwmon: (dell-smm) Remove Dell Precision 490 custom config data
` [PATCH 2/4] hwmon: (dell-smm) Move clamping of fan speed out of i8k_set_fan()
` [PATCH 3/4] hwmon: (dell-smm) Add support for automatic fan mode
` [PATCH 4/4] hwmon: (dell-smm) Add support for Dell OptiPlex 7040

[PATCH] hwmon: (gpd-fan) complete Kconfig dependencies
 2025-09-24 14:49 UTC  (2+ messages)

[PATCH 0/2] add ROG STRIX X870E-E GAMING WIFI
 2025-09-24 14:48 UTC  (5+ messages)
` [PATCH 1/2] hwmon: (asus-ec-sensors) "
` [PATCH 2/2] hwmon: (asus-ec-sensors) increase timeout for locking ACPI mutex

[PATCH] hwmon: (asus-ec-sensors) add ROG STRIX X670E-E GAMING WIFI
 2025-09-24 14:43 UTC  (2+ messages)

[PATCH 0/2] hwmon: Add support for MPS mp5998 chip
 2025-09-24 14:42 UTC  (3+ messages)
` [PATCH 2/2] hwmon: add mp5998 driver

[PATCH] hwmon: (gpd-fan) Fix range check for pwm input
 2025-09-24 14:38 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: trivial-devices: add mps,mp5998
 2025-09-24 14:38 UTC  (4+ messages)
` [PATCH 2/2] hwmon: (pmbus/mp5990) add support for MP5998


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).