Re: [PATCH v2 11/13] hwmon: spd5118: Remove 16-bit addressing

From: Guenter Roeck

Date: Thu Apr 09 2026 - 10:14:26 EST


On 4/9/26 03:57, Akhil R wrote:
The intent of introducing 16-bit addressing was to support I3C, but it
turns out to be that I3C do not require to read the Legacy Mode register
nor any specific encoding for page translation. The testing of 16-bit
code was limited and there are no known users for this feature. Remove
the sections which are there to support 16-bit addressing and prepare the
driver to support I3C appropriately.

Signed-off-by: Akhil R <akhilrajeev@xxxxxxxxxx>
Suggested-by: Guenter Roeck <linux@xxxxxxxxxxxx>

Acked-by: Guenter Roeck <linux@xxxxxxxxxxxx>