Linux Hardware Monitor development
 help / color / mirror / Atom feed
 messages from 2025-10-15 08:46:55 to 2025-10-25 00:25:18 UTC [more...]

[PATCH v4 00/11] mfd: macsmc: add rtc, hwmon and hid subdevices
 2025-10-25  0:24 UTC  (4+ messages)
` [PATCH v4 01/11] dt-bindings: rtc: Add Apple SMC RTC
` [PATCH v4 02/11] dt-bindings: hwmon: Add Apple System Management Controller hwmon schema
` [PATCH v4 03/11] rtc: Add new rtc-macsmc driver for Apple Silicon Macs

[PATCH] dt-bindings: Remove extra blank lines
 2025-10-24 23:24 UTC  (15+ messages)

[PATCH] hwmon: (gpd-fan) Fix compilation error in non-ACPI builds
 2025-10-24 20:20 UTC 

[GIT PULL] hwmon fixes for v6.18-rc3
 2025-10-24 18:33 UTC  (2+ messages)

[PATCH v3 06/12] x86/amd_nb: Use topology info to get AMD node count
 2025-10-24 13:42 UTC  (22+ messages)

[groeck-staging:hwmon] BUILD SUCCESS 8dcc66ad379ec0642fb281c45ccfd7d2d366e53f
 2025-10-23 23:29 UTC 

[groeck-staging:testing] BUILD SUCCESS cdd9165c5f6ecc7c981d3dd8b77492d0c11c86df
 2025-10-23 21:03 UTC 

[PATCH 0/5] hwmon: Add TSC1641 I2C power monitor driver
 2025-10-23 12:55 UTC  (14+ messages)
` [PATCH 1/5] drivers/hwmon: "
` [PATCH 2/5] drivers/hwmon: Add Kconfig entry for TSC1641
` [PATCH 3/5] drivers/hwmon: Add TSC1641 module to Makefile
` [PATCH 4/5] Documentation/hwmon: Add TSC1641 driver documentation
` [PATCH 5/5] Documentation/devicetree/bindings/hwmon: Add TSC1641 binding

[PATCH 0/2] Adding support for Microchip PAC1711
 2025-10-23 12:36 UTC  (3+ messages)

[PATCH v1] hwmon: migrate i8k procfs interface to sysfs
 2025-10-22 19:00 UTC  (3+ messages)

[PATCH v2 00/11] mfd: macsmc: add rtc, hwmon and hid subdevices
 2025-10-21 21:35 UTC  (4+ messages)
` [PATCH v2 07/11] input: macsmc-hid: New driver to handle the Apple Mac SMC buttons/lid

[groeck-staging:hwmon-staging] BUILD SUCCESS 3991e3d59fa9f33c574f2695bab7b8e79876443f
 2025-10-21  8:08 UTC 

[groeck-staging:testing] BUILD SUCCESS 7b6ac49004ce16ac5753e7770b97209da2e5cff9
 2025-10-21  5:20 UTC 

[groeck-staging:testing 90/132] drivers/hwmon/powerz.c:221:13: error: 'struct powerz_priv' has no member named 'hwmon_dev'
 2025-10-20  6:58 UTC 

[PATCH 0/6] platform/x86: lenovo-wmi-{capdata,other}: Add HWMON for fan speed
 2025-10-20  1:03 UTC  (8+ messages)
` [PATCH 1/6] platform/x86: Rename lenovo-wmi-capdata01 to lenovo-wmi-capdata
` [PATCH 2/6] platform/x86: lenovo-wmi-{capdata,other}: Support multiple Capability Data
` [PATCH 3/6] platform/x86: lenovo-wmi-capdata: Add support for Capability Data 00
` [PATCH 4/6] platform/x86: lenovo-wmi-other: Add HWMON for fan speed RPM
` [PATCH 5/6] platform/x86: lenovo-wmi-capdata: Add support for Fan Test Data
` [PATCH 6/6] platform/x86: lenovo-wmi-other: Report min/max RPM and hide dummy fans

[groeck-staging:testing] BUILD SUCCESS 4f287049755dc7937c4749cf95028e94af1e378f
 2025-10-19 16:20 UTC 

[groeck-staging:hwmon] BUILD SUCCESS 3ea4daea7d929e885499a5f191bcc89c8b5eef54
 2025-10-19 14:45 UTC 

[PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
 2025-10-19 12:38 UTC  (36+ 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 v2 10/27 5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v2 11/27 5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short'
` [PATCH v2 12/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
` [PATCH v2 13/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v2 14/27 5.10.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v2 15/27 5.10.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v2 16/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v2 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v2 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v2 19/27 5.10.y] minmax: improve macro expansion and type checking
` [PATCH v2 20/27 5.10.y] minmax: fix up min3() and max3() too
` [PATCH v2 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
` [PATCH v2 22/27 5.10.y] minmax.h: update some comments
` [PATCH v2 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v2 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v2 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v2 26/27 5.10.y] minmax.h: simplify the variants of clamp()
` [PATCH v2 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once

[groeck-staging:hwmon-next] BUILD SUCCESS 65bc97a5e49ea4174ba7e89afdada3e30e6e39c0
 2025-10-19  8:17 UTC 

[groeck-staging:hwmon] BUILD SUCCESS be6514fa8b57fc8806eaf3398aa732f6693938bc
 2025-10-18 13:52 UTC 

[groeck-staging:testing] BUILD SUCCESS 5b4ef91dd33cafc2ba465ccbf017ecc560e43a1b
 2025-10-18 13:50 UTC 

[PATCH] hwmon: (sht3x) Fix error handling
 2025-10-18 13:09 UTC 

[PATCH 0/3] docs/hwmon: Fix broken and missing Maxim chip links
 2025-10-18 12:51 UTC  (14+ messages)
` [PATCH 1/3] docs/hwmon: Fix broken maxim-ic.com links to analog.com
` [PATCH 2/3] docs/hwmon: Add missing datasheet links for Maxim chips
` [PATCH 3/3] docs/hwmon: Update maxim-ic.com links to analog.com
` [PATCH v2 1/3] Fix broken "
` [PATCH v2 2/3] Add missing datasheet links for Maxim chips
` [PATCH v2 3/3] Update maxim-ic.com links to analog.com

[PATCH 00/29] hwmon: Rely on subsystem locking [set 2]
 2025-10-17 14:11 UTC  (34+ messages)
` [PATCH 01/29] hwmon: (max127) Rely on subsystem locking
` [PATCH 02/29] hwmon: (lm95234) "
` [PATCH 03/29] hwmon: (lm92) "
` [PATCH 04/29] hwmon: (hs3001) "
` [PATCH 05/29] hwmon: (sbtsi_temp) "
` [PATCH 06/29] hwmon: (ina2xx) "
` [PATCH 07/29] hwmon: (sht4x) "
` [PATCH 08/29] hwmon: (ina3221) "
` [PATCH 09/29] hwmon: (k10temp) "
` [PATCH 10/29] hwmon: (mr75203) Drop unnecessary include file
` [PATCH 11/29] hwmon: (powr1220) Rely on subsystem locking
` [PATCH 12/29] hwmon: (ftsteutates) "
` [PATCH 13/29] hwmon: (ina238) "
` [PATCH 14/29] hwmon: (lm95241) "
` [PATCH 15/29] hwmon: (aht10) "
` [PATCH 16/29] hwmon: (adt7411) "
` [PATCH 17/29] hwmon: (ltc2947-core) "
` [PATCH 18/29] hwmon: (peci) "
` [PATCH 19/29] hwmon: (adt7x10) "
` [PATCH 20/29] hwmon: (sfctemp) "
` [PATCH 21/29] hwmon: (lochnagar-hwmon) "
` [PATCH 22/29] hwmon: (ltc4282) "
` [PATCH 23/29] hwmon: (aquacomputer_d5next) "
` [PATCH 24/29] hwmon: (gpd-fan) "
` [PATCH 25/29] hwmon: (i5500_temp) Drop unnecessary include files
` [PATCH 26/29] hwmon: (asus_rog_ryujin) Rely on subsystem locking
` [PATCH 27/29] hwmon: (chipcap2) Drop unnecessary include files
` [PATCH 28/29] hwmon: (corsair-psu) Rely on subsystem locking
` [PATCH 29/29] "

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

[PATCH v3 00/13] mfd: macsmc: add rtc, hwmon and hid subdevices
 2025-10-16 22:15 UTC  (6+ messages)
` [PATCH v3 06/13] hwmon: Add Apple Silicon SMC hwmon driver
` [PATCH v3 08/13] input: macsmc-input: New driver to handle the Apple Mac SMC buttons/lid

[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  (13+ messages)
` [PATCH v2 1/6] "
` [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


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