Hi Raag, I completely forgot the enum for the clients that you proposed off-list. Sorry about that. I'll add it in v2.
On Mon, Jun 22, 2026 at 01:47:57PM +0200, Heikki Krogerus wrote: > Hi, > > This includes support for the SMBus alerts, and special handling for the > IC_ENABLE register. > > Thanks, > > Heikki Krogerus (2): > drm/xe/i2c: Handler for SMBus Alerts > drm/xe/mcu_i2c: Take over control of the controller enabling > > drivers/gpu/drm/xe/Makefile | 1 + > drivers/gpu/drm/xe/xe_i2c.c | 86 ++++++++++++++++++++++++++++--- > drivers/gpu/drm/xe/xe_i2c.h | 16 ++++++ > drivers/gpu/drm/xe/xe_i2c_smbus.c | 59 +++++++++++++++++++++ > 4 files changed, 154 insertions(+), 8 deletions(-) > create mode 100644 drivers/gpu/drm/xe/xe_i2c_smbus.c thanks, -- heikki
