Re: [PATCH v6 2/3] hwmon: (ads7871) Convert to hwmon_device_register_with_info
From: Guenter Roeck
Date: Sat May 02 2026 - 14:19:05 EST
On Sat, May 02, 2026 at 07:38:43AM +0530, Tabrez Ahmed wrote:
> Convert the ads7871 driver from the legacy hwmon_device_register() to the
> modern hwmon_device_register_with_info() API. This migration simplifies
> the driver by using the structured hwmon_channel_info approach and
> prepares the codebase for the transition to a shared DMA-safe buffer.
> While at it, fix checkpatch violations.
>
> Signed-off-by: Tabrez Ahmed <tabreztalks@xxxxxxxxx>
Applied.
Thanks,
Guenter