]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe/i2c: Assert/Deassert I2C IRQ
authorRaag Jadav <raag.jadav@intel.com>
Fri, 13 Mar 2026 08:04:38 +0000 (13:34 +0530)
committerMatt Roper <matthew.d.roper@intel.com>
Mon, 16 Mar 2026 14:36:41 +0000 (07:36 -0700)
commit27a5e78a23dd36e487678aee92364fc9ef6d6871
tree0e6592d8ecfa37c623a1bb8a36d63e0e017643ea
parent192cb1f5cb1694c45b7cac14519d7bad65ba22f6
drm/xe/i2c: Assert/Deassert I2C IRQ

I2C IRQ is triggered using virtual wire. Assert/Deassert it in IRQ
handler to allow subsequent interrupt generation.

Signed-off-by: Raag Jadav <raag.jadav@intel.com>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://patch.msgid.link/20260313080438.4166251-1-raag.jadav@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
drivers/gpu/drm/xe/xe_i2c.c