Linux Hardware Monitor development
 help / color / mirror / Atom feed
* [PATCH 0/2] hwmon: Add PEC attribute support to hardware monitoring core
@ 2024-05-29 18:01 Guenter Roeck
  2024-05-29 18:01 ` [PATCH 1/2] " Guenter Roeck
  2024-05-29 18:01 ` [PATCH 2/2] hwmon: (lm90) Convert to use PEC support from hwmon core Guenter Roeck
  0 siblings, 2 replies; 7+ messages in thread
From: Guenter Roeck @ 2024-05-29 18:01 UTC (permalink / raw)
  To: linux-hwmon; +Cc: Radu Sabau, Guenter Roeck

Several hardware monitoring chips optionally support Packet Error Checking
(PEC). For some chips, PEC support can be enabled simply by setting
I2C_CLIENT_PEC in the i2c client data structure. Others require chip
specific code to enable or disable PEC support.

Introduce hwmon_chip_pec and HWMON_C_PEC to simplify adding configurable
PEC support for hardware monitoring drivers. A driver can set HWMON_C_PEC
in its chip information data to indicate PEC support. If a chip requires
chip specific code to enable or disable PEC support, the driver only needs
to implement support for the hwmon_chip_pec attribute to its write
function.

The hardware monitoring core does not depend on the I2C subsystem after
this change. However, the I2C subsystem needs to be reachable. This
requires a new HWMON dependency to ensure that HWMON can only be built
as module if I2C is built as module. This should not make a practical
difference.

The first patch of the series introduces PEC support to the harwdare
monitoring core. The second patch converts to lm90 driver to use the
new infrastructure.

Tested with ADM7421A using lm90 driver and Devantech USB-ISS.

---

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-05-30  6:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-29 18:01 [PATCH 0/2] hwmon: Add PEC attribute support to hardware monitoring core Guenter Roeck
2024-05-29 18:01 ` [PATCH 1/2] " Guenter Roeck
2024-05-30  6:37   ` Nuno Sá
2024-05-30  6:51     ` Guenter Roeck
2024-05-29 18:01 ` [PATCH 2/2] hwmon: (lm90) Convert to use PEC support from hwmon core Guenter Roeck
2024-05-30  6:38   ` Nuno Sá
2024-05-30  6:53     ` Guenter Roeck

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