Linux Hardware Monitor development
 help / color / mirror / Atom feed
 messages from 2024-06-28 15:13:53 to 2024-07-07 16:57:27 UTC [more...]

[PATCH 0/6] use device_for_each_child_node() to access device child nodes
 2024-07-07 16:57 UTC  (10+ messages)
` [PATCH 1/6] device property: document device_for_each_child_node macro
` [PATCH 2/6] hwmon: (ltc2992) use device_for_each_child_node_scoped() to access child nodes
` [PATCH 3/6] leds: bd2606mvv: use device_for_each_child_node() to access device "
` [PATCH 4/6] leds: is31fl319x: use device_for_each_child_node_scoped() to access "
` [PATCH 5/6] leds: pca995x: use device_for_each_child_node() to access device "
` [PATCH 6/6] net: mvpp2: "

[PATCH 0/4] hwmon: Fix underflows seen when writing limit attributes
 2024-07-07 14:47 UTC  (5+ messages)
` [PATCH 1/4] hwmon: (adc128d818) "
` [PATCH 2/4] hwmon: (lm95234) "
` [PATCH 3/4] hwmon: (nct6775-core) "
` [PATCH 4/4] hwmon: (w83627ehf) "

[PATCH v6 0/2] riscv: sophgo: Add SG2042 external hardware monitor support
 2024-07-07  5:45 UTC  (10+ messages)
` [PATCH v6 1/2] dt-bindings: hwmon: Add Sophgo "
` [PATCH v6 2/2] drivers: hwmon: sophgo: Add "

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

[PATCH] hwmon: (gsc-hwmon) constify read-only struct regmap_bus
 2024-07-05 21:37 UTC  (2+ messages)

[PATCH v4 00/11] hwmon: (amc6821) Various improvements
 2024-07-05 21:35 UTC  (12+ messages)
` [PATCH v4 01/11] hwmon: (amc6821) Stop accepting invalid pwm values
` [PATCH v4 02/11] hwmon: (amc6821) Make reading and writing fan speed limits consistent
` [PATCH v4 03/11] hwmon: (amc6821) Rename fan1_div to fan1_pulses
` [PATCH v4 04/11] hwmon: (amc6821) Add support for fan1_target and pwm1_enable mode 4
` [PATCH v4 05/11] hwmon: (amc6821) Reorder include files, drop unnecessary ones
` [PATCH v4 06/11] hwmon: (amc6821) Use tabs for column alignment in defines
` [PATCH v4 07/11] hwmon: (amc6821) Use BIT() and GENMASK()
` [PATCH v4 08/11] hwmon: (amc6821) Drop unnecessary enum chips
` [PATCH v4 09/11] hwmon: (amc6821) Convert to use regmap
` [PATCH v4 10/11] hwmon: (amc6821) Convert to with_info API
` [PATCH v4 11/11] hwmon: (amc6821) Add support for pwm1_mode attribute

[groeck-staging:hwmon-next] BUILD SUCCESS 99bf7c2eccff82760fa23ce967cc67c8c219c6a6
 2024-07-05 20:58 UTC 

[PATCH v3 00/11] hwmon: (amc6821) Various improvements
 2024-07-05 14:28 UTC  (15+ messages)
` [PATCH v3 01/11] hwmon: (amc6821) Stop accepting invalid pwm values
` [PATCH v3 02/11] hwmon: (amc6821) Make reading and writing fan speed limits consistent
` [PATCH v3 03/11] hwmon: (amc6821) Rename fan1_div to fan1_pulses
` [PATCH v3 04/11] hwmon: (amc6821) Add support for fan1_target and pwm1_enable mode 4
` [PATCH v3 05/11] hwmon: (amc2821) Reorder include files, drop unnecessary ones
` [PATCH v3 06/11] hwmon: (amc6821) Use tabs for column alignment in defines
` [PATCH v3 07/11] hwmon: (amc2821) Use BIT() and GENMASK()
` [PATCH v3 08/11] hwmon: (amc6821) Drop unnecessary enum chips
` [PATCH v3 09/11] hwmon: (amc6821) Convert to use regmap
` [PATCH v3 10/11] hwmon: (amc6821) Convert to with_info API
` [PATCH v3 11/11] hwmon: (amc6821) Add support for pwm1_mode attribute

[PATCH v4 0/3] hwmon: (adt7475) duty cycle configuration
 2024-07-05  9:09 UTC  (3+ messages)
` [PATCH v4 1/3] dt-bindings: hwmon: Add adt7475 fan/pwm properties

[PATCH] hwmon: (ltc2991) re-order conditions to fix off by one bug
 2024-07-05  1:15 UTC  (2+ messages)

[PATCH 0/7] hwmon: (g762) Convert to with_info API
 2024-07-04 21:37 UTC  (8+ messages)
` [PATCH 1/7] hwmon: (g762) Simplify clock initialization
` [PATCH 2/7] hwmon: (g762) Drop platform data support
` [PATCH 3/7] hwmon: (g762) Reorder include files to be in alphabetic order
` [PATCH 4/7] hwmon: (g762) Use bit operations
` [PATCH 5/7] hwmon: (g762) Make chip configuration devicetree independent
` [PATCH 6/7] hwmon: (g762) Convert to use regmap
` [PATCH 7/7] hwmon: (g762) Convert to with_info API

[PATCH v2 00/11] hwmon: (amc6821) Various improvements
 2024-07-04 17:50 UTC  (25+ messages)
` [PATCH v2 01/11] hwmon: (amc6821) Stop accepting invalid pwm values
` [PATCH v2 02/11] hwmon: (amc6821) Make reading and writing fan speed limits consistent
` [PATCH v2 03/11] hwmon: (amc6821) Rename fan1_div to fan1_pulses
` [PATCH v2 04/11] hwmon: (amc6821) Add support for fan1_target and pwm1_enable mode 4
` [PATCH v2 05/11] hwmon: (amc2821) Reorder include files, drop unnecessary ones
` [PATCH v2 06/11] hwmon: (amc6821) Use tabs for column alignment in defines
` [PATCH v2 07/11] hwmon: (amc2821) Use BIT() and GENMASK()
` [PATCH v2 08/11] hwmon: (amc6821) Drop unnecessary enum chips
` [PATCH v2 09/11] hwmon: (amc6821) Convert to use regmap
` [PATCH v2 10/11] hwmon: (amc6821) Convert to with_info API
` [PATCH v2 11/11] hwmon: (amc6821) Add support for pwm1_mode attribute

[PATCH 0/6] misc: add amd side-band functionality
 2024-07-04 14:47 UTC  (17+ messages)
` [PATCH 1/6] hwmon/misc sbrmi: Move core sbrmi from hwmon to misc
` [PATCH 2/6] misc: sbrmi: Add platform device add to create platform device
` [PATCH 3/6] misc: sbrmi: Use regmap subsystem
` [PATCH 4/6] misc: sbrmi: Clear sbrmi status register bit SwAlertSts
` [PATCH 5/6] misc/hwmon: sbrmi: Add support for APML protocols
` [PATCH 6/6] misc: sbrmi: Add support for new revision

[PATCH] hwmon: (dell-smm) Simplify with cleanup.h
 2024-07-03 21:56 UTC  (5+ messages)

[groeck-staging:hwmon-next] BUILD SUCCESS cd228e7b65d43c441964a17f02c92f33d2c4af7b
 2024-07-03 20:26 UTC 

[PATCH v4 0/2] Add MPS MP5920 Host-Swap controller
 2024-07-03 15:49 UTC  (9+ messages)
  ` [PATCH v4 1/2] dt-bindings: hwmon: Add MPS mp5920
  ` [PATCH v4 2/2] hwmon: add MP5920 driver

[PATCH] hwmon: (adt7475) Fix default duty on fan is disabled
 2024-07-02 19:41 UTC  (4+ messages)

[PATCH 0/3] hwmon: constify struct regmap_config
 2024-07-02 18:31 UTC  (7+ messages)
` [PATCH 1/3] hwmon: (ina238) Constify "
` [PATCH 2/3] hwmon: (tmp513) "
` [PATCH 3/3] hwmon: (tps23861) "

[PATCH v3 0/2] Add MPS MP5920 Host-Swap controller
 2024-07-02 16:03 UTC  (10+ messages)
` [PATCH v3 1/2] dt-bindings: hwmon: Add MPS mp5920
` [PATCH v3 2/2] hwmon: add MP5920 driver

[groeck-staging:testing] BUILD SUCCESS b399a16d385bd153ec739b96205811f30a7f8f4e
 2024-07-02 13:43 UTC 

[groeck-staging:hwmon-staging] BUILD SUCCESS 4fd25249ded2103dd2df349e28cf9e7def297479
 2024-07-02 12:41 UTC 

[PATCH 00/10] hwmon: (amc6821) Various improvements
 2024-07-01 19:11 UTC  (37+ messages)
` [PATCH 01/10] hwmon: (amc6821) Stop accepting invalid pwm values
` [PATCH 02/10] hwmon: (amc6821) Make reading and writing fan speed limits consistent
` [PATCH 03/10] hwmon: (amc6821) Rename fan1_div to fan1_pulses
` [PATCH 04/10] hwmon: (amc6821) Add support for fan1_target and pwm1_enable mode 4
` [PATCH 05/10] hwmon: (amc2821) Reorder include files, drop unnecessary ones
` [PATCH 06/10] hwmon: (amc6821) Use tabs for column alignment in defines
` [PATCH 07/10] hwmon: (amc2821) Use BIT() and GENMASK()
` [PATCH 08/10] hwmon: (amc6821) Drop unnecessary enum chips
` [PATCH 09/10] hwmon: (amc6821) Convert to use regmap
` [PATCH 10/10] hwmon: (amc6821) Convert to with_info API

[PATCH v2 0/3] device property: introduce fwnode_for_each_available_child_node_scoped()
 2024-07-01  9:35 UTC  (6+ messages)
` [PATCH v2 3/3] hwmon: (ltc2992) Use fwnode_for_each_available_child_node_scoped()

[PATCH] hwmon: (jc42) Strengthen detect function
 2024-06-30 20:20 UTC 

[PATCH] hwmon: (jc24) Use common device ID for TSE2004 compliant sensors
 2024-06-30 16:45 UTC 

[PATCH] hwmon: (dell-smm) Add Dell OptiPlex 7060 to DMI table
 2024-06-30 16:13 UTC  (5+ messages)

[groeck-staging:testing] BUILD SUCCESS 6c05a1d1492ca810836af513366aba921fbee6a8
 2024-06-29 23:50 UTC 

[groeck-staging:hwmon-staging] BUILD SUCCESS 43e28e5ae31fecd473faa2d755b46042ee493246
 2024-06-29 23:36 UTC 

[PATCH v2 0/2] hwmon: iio: Add labels
 2024-06-28 19:08 UTC  (6+ messages)
` [PATCH v2 2/2] hwmon: iio: Add labels from IIO channels

[PATCH v5 0/2] hwmon: Add support for MPS mp2891 chip
 2024-06-28 17:28 UTC  (5+ messages)
` [PATCH v5 1/2] dt-bindings: hwmon: Add MPS mp2891
  ` [PATCH v5 2/2] hwmon: add MP2891 driver


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