hwmon: (dimmtemp) Support more than 32 DIMMs
authorPatrick Rudolph <patrick.rudolph@9elements.com>
Tue, 11 Jul 2023 15:21:43 +0000 (17:21 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 21 Aug 2023 13:04:29 +0000 (06:04 -0700)
commit46290c6bc0b102dc30250ded4f359174a384c957
treed454f25df78191429a50efb1d3dbba29b77f3c13
parent170fea88170796562a95e561a486f8403cfc747d
hwmon: (dimmtemp) Support more than 32 DIMMs

This patch introduces support for handling more than 32 DIMMs by
utilizing bitmap operations. The changes ensure that the driver can
handle a higher number of DIMMs efficiently.

Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Link: https://lore.kernel.org/r/20230711152144.755177-1-Naresh.Solanki@9elements.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/peci/dimmtemp.c