linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-03 19:51:41 to 2021-09-21 15:53:01 UTC [more...]

[PATCH] hwmon: Correct the error handling in w83793.c, w83791d.c, w83792d.c
 2021-09-21 15:51 UTC  (2+ messages)
` [PATCH v2 1/3] hwmon: (w83791d) Fix NULL pointer dereference by removing unnecessary structure field

[PATCH 0/3] occ: fsi and hwmon: Extract and provide the SBEFIFO FFDC
 2021-09-21 15:37 UTC  (10+ messages)
` [PATCH 1/3] fsi: occ: Use a large buffer for responses
` [PATCH 2/3] fsi: occ: Store the SBEFIFO FFDC in the user response buffer
` [PATCH 3/3] hwmon: (occ) Provide the SBEFIFO FFDC in binary sysfs

[PATCH 1/6] dt-bindings: hwmon: ti,tmp108: convert to dtschema
 2021-09-21 14:40 UTC  (10+ messages)
` [PATCH 2/6] dt-bindings: hwmon: ti,tmp102: add bindings and remove from trivial devices
` [PATCH 3/6] dt-bindings: hwmon: ibm,cffps: move to "
` [PATCH 4/6] dt-bindings: hwmon: lltc,ltc4151: convert to dtschema
` [PATCH 5/6] dt-bindings: hwmon: microchip,mcp3021: "
` [PATCH 6/6] dt-bindings: hwmon: sensirion,sht15: "

[PATCH 0/8] Add per channel properies support in tmp421
 2021-09-21 12:58 UTC  (27+ messages)
` [PATCH 1/8] dt-bindings: hwmon: add missing tmp421 binding
` [PATCH 2/8] hwmon: (tmp421) introduce MAX_CHANNELS define
` [PATCH 3/8] hwmon: (tmp421) introduce a channel struct
` [PATCH 4/8] hwmon: (tmp421) add support for defining labels from DT
  ` [RFC PATCH] hwmon: tmp421_probe_child_from_dt() can be static
` [PATCH 5/8] hwmon: (tmp421) support disabling channels from DT
` [PATCH 6/8] hwmon: (tmp421) support specifying n-factor via DT
` [PATCH 7/8] hwmon: (tmp421) really disable channels
  ` [RFC PATCH] hwmon: tmp421_disable_channels() can be static
` [PATCH 8/8] dt-bindings: hwmon: allow specifying channels for tmp421

[PATCH v2 1/2] dt-bindings: hwmon: Add nct7802 bindings
 2021-09-21  0:46 UTC  (2+ messages)
` [PATCH v2 2/2] hwmon: (nct7802) Make temperature sensors configurable

[PATCH v2 0/3] occ: fsi and hwmon: Extract and provide the SBEFIFO FFDC
 2021-09-20 18:41 UTC  (4+ messages)
` [PATCH v2 1/3] fsi: occ: Use a large buffer for responses
` [PATCH v2 2/3] fsi: occ: Store the SBEFIFO FFDC in the user response buffer
` [PATCH v2 3/3] hwmon: (occ) Provide the SBEFIFO FFDC in binary sysfs

[PATCH 1/6] dt-bindings: hwmon: lm70: move to trivial devices
 2021-09-20 18:21 UTC  (6+ messages)
` [PATCH 2/6] dt-bindings: hwmon: lm75: remove gmt,g751 from "
` [PATCH 3/6] dt-bindings: hwmon: dps650ab: move to "
` [PATCH 4/6] dt-bindings: hwmon: hih6130: "
` [PATCH 5/6] dt-bindings: hwmon: jedec,jc42: convert to dtschema
` [PATCH 6/6] dt-bindings: hwmon: jedec,jc42: add nxp,se97b

[PATCH v2 1/2] dt-bindings: hwmon: lm90: convert to dtschema
 2021-09-20 18:19 UTC  (2+ messages)
` [PATCH v2 2/2] dt-bindings: hwmon: lm90: do not require VCC supply

[PATCH][next] hwmon: (mlxreg-fan): Fix out of bounds read on array fan->pwm
 2021-09-20 18:09 UTC 

[PATCH] hwmon: dell-smm-hwmon: fix unused variable error
 2021-09-20 17:57 UTC  (4+ messages)

[PATCH hwmon-next 1/1] hwmon: (mlxreg-fan) Fix defect reported by Coverity Scan for linux-next
 2021-09-20 17:41 UTC 

[PATCH] dt-bindings: hwmon: lm90: convert to dtschema
 2021-09-20 17:22 UTC  (2+ messages)

[PATCH] hwmon: dell-smm-hwmon: remove unused variable warning
 2021-09-20 14:19 UTC  (4+ messages)

[groeck-staging:watchdog-next] BUILD SUCCESS 1c2b67fd9b0336ecc29306709af06100f6f2b08e
 2021-09-19 13:46 UTC 

[groeck-staging:watchdog] BUILD SUCCESS be7a0fe727f9abd68a9db6da5b5f6e68419160b2
 2021-09-19  6:40 UTC 

[groeck-staging:hwmon] BUILD SUCCESS e6fab7af6ba1bc77c78713a83876f60ca7a4a064
 2021-09-19  2:08 UTC 

[groeck-staging:hwmon-next] BUILD SUCCESS cd0b8e410937d43a7b2c2e04cd39b5e48ed252fc
 2021-09-18 21:18 UTC 

[PATCH] hwmon: (dell-smm): make struct dell_smm_data *data __maybe_unused
 2021-09-18  5:13 UTC 

[PATCH v9 0/3] hwmon: Support access to the NCT677x via Asus WMI
 2021-09-17 22:09 UTC  (5+ messages)
` [PATCH v9 1/3] hwmon: (nct6775) Use superio_*() function pointers in sio_data
` [PATCH v9 2/3] hwmon: (nct6775) Use nct6775_*() function pointers in nct6775_data
` [PATCH v9 3/3] hwmon: (nct6775) Support access via Asus WMI

[PATCH v8 0/3] hwmon: Support access to the NCT677x via Asus WMI
 2021-09-17 21:48 UTC  (5+ messages)
` [PATCH v8 1/3] hwmon: (nct6775) Use superio_*() function pointers in sio_data
` [PATCH v8 2/3] hwmon: (nct6775) Use nct6775_*() function pointers in nct6775_data
` [PATCH v8 3/3] hwmon: (nct6775) Support access via Asus WMI

[PATCH v2 07/14] mailbox: pcc: Use PCC mailbox channel pointer instead of standard
 2021-09-17 13:33 UTC 

[PATCH] dt-bindings: hwmon: Add nct7802 bindings
 2021-09-17  3:29 UTC  (17+ messages)

[PATCH hwmon-next v3 1/1] hwmon: (mlxreg-fan) Extend driver to support multiply cooling devices
 2021-09-17  1:06 UTC 

[PATCH v6 0/3] hwmon: Support access to the NCT677x via Asus WMI
 2021-09-16 22:24 UTC  (8+ messages)
` [PATCH v7 "
` [PATCH v7 1/3] hwmon: (nct6775) Use superio_*() function pointers in sio_data
` [PATCH v7 2/3] hwmon: (nct6775) Use nct6775_*() function pointers in nct6775_data
` [PATCH v7 3/3] hwmon: (nct6775) Support access via Asus WMI

[PATCH hwmon-next v3 1/1] hwmon: (mlxreg-fan) Extend driver to support multiply cooling devices
 2021-09-16 21:31 UTC 

[PATCH hwmon-next v2 0/3] hwmon: (mlxreg-fan) Add support for multiply PWM and extend number of tachometers
 2021-09-16 20:19 UTC  (7+ messages)
` [PATCH hwmon-next v2 1/3] hwmon: (mlxreg-fan) Extend the maximum "
` [PATCH hwmon-next v2 2/3] hwmon: (mlxreg-fan) Extend driver to support multiply PWM
` [PATCH hwmon-next v2 3/3] hwmon: (mlxreg-fan) Extend driver to support multiply cooling devices

[PATCH hwmon v3 1/1] hwmon: (mlxreg-fan) Return non-zero value when fan current state is enforced from sysfs
 2021-09-16 20:13 UTC  (2+ messages)

[PATCH hwmon v2 1/1] hwmon: (mlxreg-fan) Return non-zero value when fan current state is enforced from sysfs
 2021-09-16 18:07 UTC  (2+ messages)

[PATCH hwmon-next 0/3] hwmon: (mlxreg-fan) Add support for multiply PWM and extend number of tachometers
 2021-09-16 13:44 UTC  (6+ messages)
` [PATCH hwmon-next 1/3] hwmon: (mlxreg-fan) Extend the maximum "
` [PATCH hwmon-next 2/3] hwmon: (mlxreg-fan) Extend driver to support multiply PWM
` [PATCH hwmon-next 3/3] hwmon: (mlxreg-fan) Extend driver to support multiply cooling devices

[PATCH hwmon 1/1] hwmon: (mlxreg-fan) Return non-zero value when fan current state is enforced from sysfs
 2021-09-16 13:32 UTC  (2+ messages)

[PATCH v6 0/3] hwmon: Support access to the NCT677x via Asus WMI
 2021-09-16 13:23 UTC  (7+ messages)
` [PATCH v6 1/3] hwmon: (nct6775) Use superio_*() function pointers in sio_data
` [PATCH v6 2/3] hwmon: (nct6775) Use nct6775_*() function pointers in nct6775_data
` [PATCH v6 3/3] hwmon: (nct6775) Support access via Asus WMI

[PATCH] hwmon: (dell-smm) Don't build the proc interface if there's no /proc
 2021-09-15 15:17 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH v5] hwmon: Add Maxim MAX6620 hardware monitoring driver
 2021-09-15 14:38 UTC 

[PATCH v5 1/2] hwmon: (nct6775) Use sio_data in superio_*()
 2021-09-13 21:47 UTC  (3+ messages)

[hwmon:watchdog-next] BUILD SUCCESS 21fd745d6045898489ea7ded8906309b941e5fcd
 2021-09-13 20:06 UTC 

[hwmon:watchdog] BUILD SUCCESS 436d0ac41af86f342f8ca31ae5c79d9f7e584c09
 2021-09-13 20:05 UTC 

[hwmon:hwmon] BUILD SUCCESS 23c69b90365c8280b627aa969393d828ff47ac14
 2021-09-13 15:49 UTC 

[hwmon:hwmon-next] BUILD SUCCESS f2a787937ec93b0bd81751d32f03ba7cf9a275d2
 2021-09-13 15:49 UTC 

[PATCH v5] hwmon: Add Maxim MAX6620 hardware monitoring driver
 2021-09-13 13:40 UTC 

[PATCH v5 2/2] hwmon: (nct6775) Support access via Asus WMI
 2021-09-12 22:20 UTC 

[PATCH v5 0/2] hwmon: Support access to the NCT677x via Asus WMI
 2021-09-12 21:25 UTC  (3+ messages)
` [PATCH v5 1/2] hwmon: (nct6775) Use sio_data in superio_*()
` [PATCH v5 2/2] hwmon: (nct6775) Support access via Asus WMI

[PATCH v4 0/2] hwmon: (nct6775) Support access via Asus WMI
 2021-09-12 21:02 UTC  (3+ messages)
` [PATCH v4 1/2] hwmon: (nct6775) Use sio_data in superio_*()
` [PATCH v4 2/2] hwmon: (nct6775) Support access via Asus WMI

[PATCH v3 0/2] hwmon: (nct6775) Support access via Asus WMI
 2021-09-12 15:14 UTC  (5+ messages)
` [PATCH v3 1/2] hwmon: (nct6775) Use sio_data in superio_*()
` [PATCH v3 2/2] hwmon: (nct6775) Support access via Asus WMI

[PATCH] hwmon: (nct6775) Support access via Asus WMI
 2021-09-12 14:43 UTC  (10+ messages)
` [PATCH 1/3] hwmon: (nct6775) Use sio_data in superio_* (v2)
  ` [PATCH 2/3] hwmon: (nct6775) Use superio function pointers (v2)
  ` [PATCH 3/3] hwmon: (nct6775) Support access via Asus WMI (v2)

[hwmon:watchdog-next] BUILD SUCCESS 73f91cb3556726c38d236a9c9c3d36da06413da6
 2021-09-12  4:25 UTC 

[hwmon:watchdog] BUILD SUCCESS d7be450435347c51ab5753480121f0475f1a8b02
 2021-09-11 19:13 UTC 

[PATCH] hwmon: (nct7802) Make RTD modes configurable
 2021-09-10 21:42 UTC  (3+ messages)

nct7802 mode selection for RTD1,2,3 via device tree?
 2021-09-10 15:54 UTC  (5+ messages)

[PATCH 1/3] x86/amd_nb: Add support for HSMP mailbox access
 2021-09-10  9:57 UTC  (4+ messages)

[PATCH AUTOSEL 5.10 122/176] hwmon: (pmbus/ibm-cffps) Fix write bits for LED control
 2021-09-09 11:50 UTC 

[PATCH AUTOSEL 5.13 152/219] hwmon: (pmbus/ibm-cffps) Fix write bits for LED control
 2021-09-09 11:45 UTC 

[PATCH AUTOSEL 5.14 172/252] hwmon: (pmbus/ibm-cffps) Fix write bits for LED control
 2021-09-09 11:39 UTC 

[PATCH v4] hwmon: Add Maxim MAX6620 hardware monitoring driver
 2021-09-07 17:16 UTC  (2+ messages)

[PATCH] hwmon: (raspberrypi) Use generic notification mechanism
 2021-09-05 20:33 UTC  (2+ messages)

[PATCH RESEND] hwmon: (i5500_temp) Convert to devm_hwmon_device_register_with_info
 2021-09-04 15:05 UTC  (2+ messages)

[PATCH v2 23/52] dt-bindings: hwmon: Add IIO HWMON binding
 2021-09-04 15:03 UTC  (2+ messages)

[hwmon:hwmon] BUILD SUCCESS 15d4ec3b12b54ff069016f15c8e66aa727f6d890
 2021-09-03 19:50 UTC 


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).