Re: [PATCH 1/3] i3c: master: enable driver_override for I3C
From: Guenter Roeck
Date: Fri Sep 11 2026 - 17:36:42 EST
On Fri, Sep 11, 2026 at 02:09:33PM -0700, Meagan Lloyd wrote:
> Opt-in to driver_override sysfs functionality for I3C subsystem.
>
> Update some I3C drivers that are assuming that if their .probe is
> invoked that the bus match function already checked the ID table. Go
> ahead and verify in .probe that i3c_device_match_id() returns a valid
> match before using the i3c_device_id pointer.
>
> Signed-off-by: Meagan Lloyd <meaganlloyd@xxxxxxxxxxxxxxxxxxx>
> Assisted-by: Claude:claude-opus-4.8 copilot
> ---
> drivers/hwmon/lm75.c | 7 ++++++-
> drivers/hwmon/tmp108.c | 2 ++
Separate patches for each hwmon driver, please. Each patch should use the
standard prefix used in hwmon drivers.
Thanks,
Guenter