* [PATCH] media: i2c: lt6911uxe: add two selects to Kconfig
@ 2025-03-19 10:36 Hans Verkuil
2025-04-25 9:34 ` Yan, Dongcheng
0 siblings, 1 reply; 3+ messages in thread
From: Hans Verkuil @ 2025-03-19 10:36 UTC (permalink / raw)
To: Linux Media Mailing List; +Cc: Arnd Bergmann, Yan, Dongcheng
In order to get the v4l2_subdev functions you need to select
MEDIA_CONTROLLER and VIDEO_V4L2_SUBDEV_API.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202503151002.HacBN2LO-lkp@intel.com/
Fixes: e49563c3be09 ("media: i2c: add lt6911uxe hdmi bridge driver")
---
drivers/media/i2c/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig
index b06365d02ef1..e45ba127069f 100644
--- a/drivers/media/i2c/Kconfig
+++ b/drivers/media/i2c/Kconfig
@@ -1152,6 +1152,8 @@ config VIDEO_LT6911UXE
depends on ACPI && VIDEO_DEV && I2C
select V4L2_FWNODE
select V4L2_CCI_I2C
+ select MEDIA_CONTROLLER
+ select VIDEO_V4L2_SUBDEV_API
help
This is a Video4Linux2 sensor-level driver for the Lontium
LT6911UXE HDMI to MIPI CSI-2 bridge.
--
2.47.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] media: i2c: lt6911uxe: add two selects to Kconfig
2025-04-25 9:34 ` Yan, Dongcheng
@ 2025-04-25 9:34 ` Bingbu Cao
0 siblings, 0 replies; 3+ messages in thread
From: Bingbu Cao @ 2025-04-25 9:34 UTC (permalink / raw)
To: Yan, Dongcheng, Hans Verkuil, Linux Media Mailing List
Cc: Arnd Bergmann, Yan, Dongcheng
On 4/25/25 5:34 PM, Yan, Dongcheng wrote:
> Hi bingbu,
>
> Hans Verkuil has submitted a fix patch.
> And I saw it has merged into linux-next:
> <https://web.git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/tree/drivers/media/i2c/Kconfig>
Ack, thanks.
>
> Thanks,
> Dongcheng
>
> On 3/19/2025 6:36 PM, Hans Verkuil wrote:
>> In order to get the v4l2_subdev functions you need to select
>> MEDIA_CONTROLLER and VIDEO_V4L2_SUBDEV_API.
>>
>> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
>> Reported-by: kernel test robot <lkp@intel.com>
>> Closes: https://lore.kernel.org/oe-kbuild-all/202503151002.HacBN2LO-lkp@intel.com/
>> Fixes: e49563c3be09 ("media: i2c: add lt6911uxe hdmi bridge driver")
>> ---
>> drivers/media/i2c/Kconfig | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig
>> index b06365d02ef1..e45ba127069f 100644
>> --- a/drivers/media/i2c/Kconfig
>> +++ b/drivers/media/i2c/Kconfig
>> @@ -1152,6 +1152,8 @@ config VIDEO_LT6911UXE
>> depends on ACPI && VIDEO_DEV && I2C
>> select V4L2_FWNODE
>> select V4L2_CCI_I2C
>> + select MEDIA_CONTROLLER
>> + select VIDEO_V4L2_SUBDEV_API
>> help
>> This is a Video4Linux2 sensor-level driver for the Lontium
>> LT6911UXE HDMI to MIPI CSI-2 bridge.
>
--
Best regards,
Bingbu Cao
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] media: i2c: lt6911uxe: add two selects to Kconfig
2025-03-19 10:36 [PATCH] media: i2c: lt6911uxe: add two selects to Kconfig Hans Verkuil
@ 2025-04-25 9:34 ` Yan, Dongcheng
2025-04-25 9:34 ` Bingbu Cao
0 siblings, 1 reply; 3+ messages in thread
From: Yan, Dongcheng @ 2025-04-25 9:34 UTC (permalink / raw)
To: Hans Verkuil, Linux Media Mailing List, Bingbu Cao
Cc: Arnd Bergmann, Yan, Dongcheng
Hi bingbu,
Hans Verkuil has submitted a fix patch.
And I saw it has merged into linux-next:
<https://web.git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/tree/drivers/media/i2c/Kconfig>
Thanks,
Dongcheng
On 3/19/2025 6:36 PM, Hans Verkuil wrote:
> In order to get the v4l2_subdev functions you need to select
> MEDIA_CONTROLLER and VIDEO_V4L2_SUBDEV_API.
>
> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202503151002.HacBN2LO-lkp@intel.com/
> Fixes: e49563c3be09 ("media: i2c: add lt6911uxe hdmi bridge driver")
> ---
> drivers/media/i2c/Kconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig
> index b06365d02ef1..e45ba127069f 100644
> --- a/drivers/media/i2c/Kconfig
> +++ b/drivers/media/i2c/Kconfig
> @@ -1152,6 +1152,8 @@ config VIDEO_LT6911UXE
> depends on ACPI && VIDEO_DEV && I2C
> select V4L2_FWNODE
> select V4L2_CCI_I2C
> + select MEDIA_CONTROLLER
> + select VIDEO_V4L2_SUBDEV_API
> help
> This is a Video4Linux2 sensor-level driver for the Lontium
> LT6911UXE HDMI to MIPI CSI-2 bridge.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-04-25 9:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-19 10:36 [PATCH] media: i2c: lt6911uxe: add two selects to Kconfig Hans Verkuil
2025-04-25 9:34 ` Yan, Dongcheng
2025-04-25 9:34 ` Bingbu Cao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox