]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
media: i2c: change lt6911uxe irq_gpio name to "hpd"
authorDongcheng Yan <dongcheng.yan@intel.com>
Fri, 25 Apr 2025 10:43:31 +0000 (18:43 +0800)
committerHans Verkuil <hverkuil@xs4all.nl>
Tue, 6 May 2025 11:06:29 +0000 (13:06 +0200)
commit20244cbafbd6c8486347bb82d972f6e2d2d5a201
treebf08ad7fe56ddb8f519db4f705e10c3b367d705f
parent6be2439fd7d0dc40a2597641d25e3cc9e1e6a30e
media: i2c: change lt6911uxe irq_gpio name to "hpd"

Lt6911uxe is used in IPU6 / x86 platform, worked with an out-of-tree
int3472 patch and upstream intel/ipu6 before. It is only used on ACPI
platforms till now and there are no devicetree bindings for this
driver.

The upstream int3472 driver uses "hpd" instead of "readystat" now.
this patch updates the irq_gpio name to "hpd" accordingly, so that
mere users can now use the upstream version directly without relying
on out-of-tree int3472 pin support.

The new name "hpd" (Hotplug Detect) aligns with common naming
conventions used in other drivers(like adv7604) and documentation.

Fixes: e49563c3be09d4 ("media: i2c: add lt6911uxe hdmi bridge driver")
Cc: stable@vger.kernel.org
Signed-off-by: Dongcheng Yan <dongcheng.yan@intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/i2c/lt6911uxe.c