Linux Hardware Monitor development
 help / color / mirror / Atom feed
 messages from 2024-07-18 03:39:39 to 2024-07-29 02:18:15 UTC [more...]

[PATCH v2 0/7] hwmon: (max1619) Modernize driver
 2024-07-29  2:18 UTC  (9+ messages)
` [PATCH v2 1/7] hwmon: (max1619) Clamp temperature range when writing limits
` [PATCH v2 2/7] hwmon: (max1619) Reorder include files to alphabetic order
` [PATCH v2 3/7] hwmon: (max1619) Mask valid alarm bits
` [PATCH v2 4/7] hwmon: (max1619) Convert to use regmap
` [PATCH v2 5/7] hwmon: (max1619) Convert to with_info API
` [PATCH v2 6/7] hwmon: (max1619) Add support for update_interval attribute
` [PATCH v2 7/7] hwmon: (max1619) Improve chip detection code

[PATCH] hwmon: document: fix typo in oxp-sensors
 2024-07-29  1:16 UTC  (4+ messages)

[PATCH v2 0/7] Drivers to support the MCU on QNAP NAS devices
 2024-07-29  0:12 UTC  (9+ messages)
` [PATCH v2 1/7] dt-bindings: mfd: add binding for qnap,ts433-mcu devices
` [PATCH v2 2/7] mfd: add base driver for qnap-mcu devices
` [PATCH v2 3/7] leds: add driver for LEDs from "
` [PATCH v2 4/7] Input: add driver for the input part of "
` [PATCH v2 5/7] hwmon: add driver for the hwmon parts "
` [PATCH v2 6/7] arm64: dts: rockchip: hook up the MCU on the QNAP TS433
` [PATCH v2 7/7] arm64: dts: rockchip: set hdd led labels on qnap-ts433

[PATCH] hwmon: (max6697) Document discrepancy in overtemperature status bit values
 2024-07-28 12:17 UTC  (2+ messages)

[PATCH 1/6] hwmon: (max1619) Modernize driver
 2024-07-28 12:17 UTC  (15+ messages)
` [PATCH 1/6] hwmon: (max1619) Clamp temperature range when writing limits
` [PATCH 2/6] hwmon: (max1619) Reorder include files to alphabetic order
` [PATCH 3/6] hwmon: (max1619) Convert to use regmap
` [PATCH 4/6] hwmon: (max1619) Convert to with_info API
` [PATCH 5/6] hwmon: (max1619) Add support for update_interval attribute
` [PATCH 6/6] hwmon: (max1619) Improve chip detection code

[groeck-staging:hwmon-staging] BUILD SUCCESS b932d7bb014188ebcf91485cff34a67b53b56884
 2024-07-28  9:11 UTC 

[groeck-staging:hwmon-next] BUILD SUCCESS aeaa1e2c83b1ba36a89a6223d0da89245462f9b7
 2024-07-28  4:17 UTC 

[PATCH AUTOSEL 6.6 3/9] hwmon: corsair-psu: add USB id of HX1200i Series 2023 psu
 2024-07-28  0:48 UTC 

[PATCH AUTOSEL 6.10 04/16] hwmon: corsair-psu: add USB id of HX1200i Series 2023 psu
 2024-07-28  0:47 UTC 

[PATCH v2 0/1] (asus-ec-sensors): remove VRM temp X570-E GAMING
 2024-07-27 22:09 UTC  (3+ messages)
` [PATCH v2 1/1] hwmon: (asus-ec-sensors) "

[PATCH 0/1] asus-ec-sensors: remove VRM temp X570-E GAMING
 2024-07-27 17:00 UTC  (2+ messages)
` [PATCH 1/1] hwmon: (asus-ec-sensors) "

[PATCH v2 0/5] hwmon: (max1668) Modernize driver
 2024-07-27  9:46 UTC  (8+ messages)
` [PATCH v2 1/5] hwmon: (max1668) Reorder include files to alphabetic order
` [PATCH v2 2/5] hwmon: (max1668) Use BIT macro
` [PATCH v2 3/5] hwmon: (max1668) Convert to use regmap
` [PATCH v2 4/5] hwmon: (max1668) Replace chip type with number of channels
` [PATCH v2 5/5] hwmon: (max1668) Convert to use with_info hwmon API

[groeck-staging:testing] BUILD SUCCESS 6e81ea22c8e1477335846e9294630cb04a5bcff7
 2024-07-27  2:00 UTC 

[groeck-staging:hwmon-staging] BUILD SUCCESS 67bc2980ac76a8afb11c15114ebc23c585a42d84
 2024-07-26 18:47 UTC 

[PATCH 0/5] hwmon: (max1668) Modernize driver
 2024-07-26 16:43 UTC  (12+ messages)
` [PATCH 1/5] hwmon: (max1668) Reorder include files to alphabetic order
` [PATCH 2/5] hwmon: (max1668) Use BIT macro
` [PATCH 3/5] hwmon: (max1668) Convert to use regmap
` [PATCH 4/5] hwmon: (max1668) Replace chip type with number of channels
` [PATCH 5/5] hwmon: (max1668) Convert to use with_info hwmon API

[PATCH 0/7] Drivers to support the MCU on QNAP NAS devices
 2024-07-26 14:15 UTC  (10+ messages)
` [PATCH 1/7] dt-bindings: mfd: add binding for qnap,mcu devices
` [PATCH 2/7] mfd: add base driver for qnap-mcu devices
` [PATCH 3/7] leds: add driver for LEDs from "
` [PATCH 4/7] Input: add driver for the input part of "
` [PATCH 5/7] hwmon: add driver for the hwmon parts "
` [PATCH 6/7] arm64: dts: rockchip: hook up the MCU on the QNAP TS433
` [PATCH 7/7] arm64: dts: rockchip: set hdd led labels on qnap-ts433

[PATCH] hwmon: ltc2947: move to firmware agnostic API
 2024-07-26 13:25 UTC  (2+ messages)

[PATCH v7 0/3] hwmon: (adt7475) duty cycle configuration
 2024-07-25 22:01 UTC  (9+ messages)
` [PATCH v7 1/3] dt-bindings: hwmon: Add adt7475 fan/pwm properties
` [PATCH v7 2/3] dt-bindings: hwmon: adt7475: Deprecate adi,pwm-active-state
` [PATCH v7 3/3] hwmon: (adt7475) Add support for configuring initial PWM state

[PATCH v2 0/6] use device_for_each_child_node() to access device child nodes
 2024-07-25 16:28 UTC  (12+ messages)
` [PATCH v2 1/6] device property: document device_for_each_child_node macro
` [PATCH v2 2/6] hwmon: (ltc2992) use device_for_each_child_node_scoped() to access child nodes
` [PATCH v2 3/6] leds: bd2606mvv: fix device child node usage in bd2606mvv_probe()
` [PATCH v2 4/6] leds: is31fl319x: use device_for_each_child_node_scoped() to access child nodes
` [PATCH v2 5/6] leds: pca995x: use device_for_each_child_node() to access device "
` [PATCH v2 6/6] net: mvpp2: "
` (subset) [PATCH v2 0/6] "

[PATCH v6 0/8] Add tsd,mule-i2c-mux support
 2024-07-25 14:02 UTC  (10+ messages)
` [PATCH v6 1/8] dt-bindings: i2c: add support for tsd,mule-i2c-mux
` [PATCH v6 2/8] i2c: muxes: add support for tsd,mule-i2c multiplexer
` [PATCH v6 3/8] dt-bindings: hwmon: add support for ti,amc6821
` [PATCH v6 4/8] hwmon: (amc6821) add support for tsd,mule
` [PATCH v6 5/8] arm64: dts: rockchip: add tsd,mule-i2c-mux on rk3588-jaguar
` [PATCH v6 6/8] arm64: dts: rockchip: add tsd,mule-i2c-mux on rk3399-puma
` [PATCH v6 7/8] arm64: dts: rockchip: add tsd,mule-i2c-mux on rk3588-tiger
` [PATCH v6 8/8] arm64: dts: rockchip: add tsd,mule-i2c-mux on px30-ringneck

[PATCH v2 0/6] hwmon: (max6697) Cleanup, use regmap and with_info API
 2024-07-25  5:52 UTC  (15+ messages)
` [PATCH v2 1/6] hwmon: (max6697) Reorder include files
` [PATCH v2 2/6] hwmon: (max6697) Drop platform data support
` [PATCH v2 3/6] hwmon: (max6697) Use bit operations where possible
` [PATCH v2 4/6] hwmon: (max6697) Convert to use regmap
` [PATCH v2 5/6] hwmon: (max6697) Convert to with_info hwmon API
` [PATCH v2 6/6] hwmon: (max6697) Add support for tempX_min and tempX_min_alarm

[PATCH 0/6] hwmon: (max6697) Cleanup, use regmap and with_info API
 2024-07-23 14:48 UTC  (17+ messages)
` [PATCH 1/6] hwmon: (max6697) Reorder include files
` [PATCH 2/6] hwmon: (max6697) Drop platform data support
` [PATCH 3/6] hwmon: (max6697) Use bit operations where possible
` [PATCH 4/6] hwmon: (max6697) Convert to use regmap
` [PATCH 5/6] hwmon: (max6697) Convert to with_info hwmon API
` [PATCH 6/6] hwmon: (max6697) Add support for tempX_min and tempX_min_alarm

Regression caused by "eeprom: at24: Probe for DDR3 thermal sensor in the SPD case" - "sysfs: cannot create duplicate filename"
 2024-07-23 14:12 UTC  (4+ messages)

[PATCH 1/2] hwmon: (max16065) Fix overflows seen when writing limits
 2024-07-22 13:45 UTC  (7+ messages)
` [PATCH 2/2] hwmon: (max16065) Fix alarm attributes

[PATCH v2 0/8] misc: Add AMD side band interface(SBI) functionality
 2024-07-22  8:18 UTC  (8+ messages)
` [PATCH v2 1/8] hwmon/misc: amd-sbi: Move core sbrmi from hwmon to misc
` [PATCH v2 3/8] misc: amd-sbi: Add support for AMD_SBI IOCTL

[PATCH v4 0/2] hwmon: add GPD devices sensor driver
 2024-07-22  7:59 UTC  (6+ messages)
` [PATCH v4 1/2] "

[PATCH v6 0/3] hwmon: (adt7475) duty cycle configuration
 2024-07-22  7:51 UTC  (11+ messages)
` [PATCH v6 1/3] dt-bindings: hwmon: Add adt7475 fan/pwm properties
` [PATCH v6 2/3] dt-bindings: hwmon: adt7475: Deprecate adi,pwm-active-state
` [PATCH v6 3/3] hwmon: (adt7475) Add support for configuring initial PWM state

[groeck-staging:hwmon-staging] BUILD SUCCESS 2b6984e6b9a0f4f0e6fa79156f9860179bffc315
 2024-07-21  9:27 UTC 

[groeck-staging:testing] BUILD SUCCESS 92cdd512c107ed9cac65ac5b95cc35a3bb80beba
 2024-07-21  9:27 UTC 

[bug report] hwmon: (pmbus) Register with thermal for PSC_TEMPERATURE
 2024-07-19 22:33 UTC  (3+ messages)

[PATCH] hwmon: (dell-smm) Add Dell Latitude 7320 to fan control whitelist
 2024-07-19 22:17 UTC  (3+ messages)

[PATCH 0/6] hwmon: (lm9534) Various improvements
 2024-07-19  1:55 UTC  (19+ messages)
` [PATCH 1/6] hwmon: (lm95234) Reorder include files to be in alphabetic order
` [PATCH 2/6] hwmon: (lm95234) Use find_closest to find matching update interval
` [PATCH 3/6] hwmon: (lm95234) Convert to use regmap
` [PATCH 4/6] hwmon: (lm95234) Convert to with_info hwmon API
` [PATCH 5/6] hwmon: (lm95234) Add support for tempX_enable attribute
` [PATCH 6/6] hwmon: (lm95234) Use multi-byte regmap operations

[groeck-staging:testing] BUILD SUCCESS b9e4c0d444c3a3d22a8907836d2dd45c9ec99106
 2024-07-18 20:08 UTC 

[groeck-staging:hwmon-staging] BUILD SUCCESS efa5857e3ef62d47720ba9f13e3a5001f0268d57
 2024-07-18 12:25 UTC 


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