]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: i2c: add lt6911uxe hdmi bridge driver
authorDongcheng Yan <dongcheng.yan@intel.com>
Thu, 6 Mar 2025 06:04:27 +0000 (14:04 +0800)
committerHans Verkuil <hverkuil@xs4all.nl>
Thu, 6 Mar 2025 16:28:24 +0000 (17:28 +0100)
commite49563c3be09d4639ccff8ca68ef63b6f6c8456d
treeef020e109111aa542368264b6b2322d99975a32b
parent36cef585e2a31e4ddf33a004b0584a7a572246de
media: i2c: add lt6911uxe hdmi bridge driver

Lontium LT9611UXE is a HDMI to MIPI CSI-2 bridge. The device supports
modes up to 4k@60fps, obtains the video information and switches the
current mode once the video signal changes.

Signed-off-by: Dongcheng Yan <dongcheng.yan@intel.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
[hverkuil: fix smatch warning: missing error code 'ret']
[hverkuil: fix coccinelle IRQF_ONESHOT warning]
drivers/media/i2c/Kconfig
drivers/media/i2c/Makefile
drivers/media/i2c/lt6911uxe.c [new file with mode: 0644]