Re: [PATCH v4 3/8] hwmon/misc: amd-sbi: Move sbtsi register transfer to core abstraction
From: Guenter Roeck
Date: Fri Jul 10 2026 - 10:33:22 EST
On 7/10/26 04:16, Akshay Gupta wrote:
From: Prathima <Prathima.Lk@xxxxxxx>
Move the I2C read/write byte operations from the sbtsi hwmon driver into
a common sbtsi_xfer() function in tsi-core.c.
This decouples the hwmon sensor driver from the underlying bus transport,
preparing for I3C support in a subsequent patch.
This patch does not introduce any functional changes. The updates are
limited to code organization/cleanup and should not affect the runtime
behavior of the driver
Reviewed-by: Akshay Gupta <Akshay.Gupta@xxxxxxx>
Signed-off-by: Prathima <Prathima.Lk@xxxxxxx>
Acked-by: Guenter Roeck <linux@xxxxxxxxxxxx>