lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 10 Jun 2023 14:59:06 +0100
From:   Mark Brown <broonie@...nel.org>
To:     Jean Delvare <jdelvare@...e.com>,
        Guenter Roeck <linux@...ck-us.net>
Cc:     linux-hwmon@...r.kernel.org, linux-kernel@...r.kernel.org,
        Mark Brown <broonie@...nel.org>
Subject: [PATCH 0/5] hwmon: Update single register drivers to use maple
 tree register cache

A number of hwmon drivers only support single register I/O and therefore
gain no benefit from using the more modern maple tree register cache
over the rbtree cache, convert them to maple tree.

Signed-off-by: Mark Brown <broonie@...nel.org>
---
Mark Brown (5):
      hwmon: (lm75) Use maple tree register cache
      hwmon: (lm95245) Use maple tree register cache
      hwmon: (tmp102) Use maple tree register cache
      hwmon: (tmp108) Use maple tree register cache
      hwmon: (tmp464) Use maple tree register cache

 drivers/hwmon/lm75.c    | 2 +-
 drivers/hwmon/lm95245.c | 2 +-
 drivers/hwmon/tmp102.c  | 2 +-
 drivers/hwmon/tmp108.c  | 2 +-
 drivers/hwmon/tmp464.c  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
---
base-commit: 9561de3a55bed6bdd44a12820ba81ec416e705a7
change-id: 20230609-hwmon-maple-89029163bed2

Best regards,
-- 
Mark Brown <broonie@...nel.org>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ