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-prev] [day] [month] [year] [list]
Message-ID: <a6c54c30-bafa-49fd-99c2-e5e31013bcc1@roeck-us.net>
Date: Mon, 17 Mar 2025 11:23:24 -0700
From: Guenter Roeck <linux@...ck-us.net>
To: Andrei Lalaev <andrey.lalaev@...il.com>
Cc: krzk@...nel.org, robh@...nel.org, christophe.jaillet@...adoo.fr,
	jdelvare@...e.com, linux-hwmon@...r.kernel.org,
	linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
	conor+dt@...nel.org
Subject: Re: [PATCH RESEND v3 1/2] hwmon: add driver for HTU31

On Mon, Feb 17, 2025 at 06:10:55AM +0100, Andrei Lalaev wrote:
> Add base support for HTU31 temperature and humidity sensor.
> 
> Besides temperature and humidity values, the driver also exports a 24-bit
> heater control to sysfs and serial number to debugfs.
> 
> Signed-off-by: Andrei Lalaev <andrey.lalaev@...il.com>

Applied, after fixing:

CHECK: Alignment should match open parenthesis
#493: FILE: drivers/hwmon/htu31.c:254:
+	seq_printf(seq_file, "%X%X%X\n", data->serial_number[0],
+					 data->serial_number[1],

Guenter

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ