]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
hwmon: (spd5118) Support 16-bit addressing for NVMEM accesses
authorGuenter Roeck <linux@roeck-us.net>
Fri, 14 Jun 2024 22:13:46 +0000 (15:13 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 23 Apr 2025 14:18:27 +0000 (07:18 -0700)
commitbe82d39c537e884e490a79bcc38a3be8d9e8b0a9
treed5bb2c3c663c5bad37d3064ef308e1d052d91ff6
parentae28532aff1f7912c1d118b4257c095ce62f1cb0
hwmon: (spd5118) Support 16-bit addressing for NVMEM accesses

I3C uses 16-bit register addresses. Setting the page through the legacy
mode access pointer in the legacy mode device configuration register (MR11)
is not needed. This is similar to 16-bit addressing in legacy mode.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/spd5118.c