Linux Media Controller development
 help / color / mirror / Atom feed
* [PATCH 1/1] media: ipu6: Depend on AUXILIARY_BUS
       [not found] <202407161833.7BEFXejx-lkp@intel.com>
@ 2024-07-29  7:10 ` Sakari Ailus
  2024-07-29  7:37   ` Bingbu Cao
  0 siblings, 1 reply; 4+ messages in thread
From: Sakari Ailus @ 2024-07-29  7:10 UTC (permalink / raw)
  To: linux-media
  Cc: oe-kbuild-all, linux-kernel, Hans Verkuil, Andreas Helbech Kleist

Auxiliary bus is optional, it needs to be selected by its users. Just do
that.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202407161833.7BEFXejx-lkp@intel.com/
Fixes: c70281cc83d6 ("media: intel/ipu6: add Kconfig and Makefile")
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
 drivers/media/pci/intel/ipu6/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/media/pci/intel/ipu6/Kconfig b/drivers/media/pci/intel/ipu6/Kconfig
index b7ab24b89836..c5389005dc37 100644
--- a/drivers/media/pci/intel/ipu6/Kconfig
+++ b/drivers/media/pci/intel/ipu6/Kconfig
@@ -10,6 +10,7 @@ config VIDEO_INTEL_IPU6
 	select MEDIA_CONTROLLER
 	select VIDEOBUF2_DMA_CONTIG
 	select V4L2_FWNODE
+	select AUXILIARY_BUS
 	help
 	  This is the 6th Gen Intel Image Processing Unit, found in Intel SoCs
 	  and used for capturing images and video from camera sensors.
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] media: ipu6: Depend on AUXILIARY_BUS
  2024-07-29  7:10 ` [PATCH 1/1] media: ipu6: Depend on AUXILIARY_BUS Sakari Ailus
@ 2024-07-29  7:37   ` Bingbu Cao
  2024-07-29  7:50     ` Sakari Ailus
  0 siblings, 1 reply; 4+ messages in thread
From: Bingbu Cao @ 2024-07-29  7:37 UTC (permalink / raw)
  To: Sakari Ailus, linux-media
  Cc: oe-kbuild-all, linux-kernel, Hans Verkuil, Andreas Helbech Kleist

Sakari,

I also submitted one before :).
https://patchwork.kernel.org/project/linux-media/patch/20240717074050.4067898-1-bingbu.cao@intel.com/

On 7/29/24 3:10 PM, Sakari Ailus wrote:
> Auxiliary bus is optional, it needs to be selected by its users. Just do
> that.
> 
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202407161833.7BEFXejx-lkp@intel.com/
> Fixes: c70281cc83d6 ("media: intel/ipu6: add Kconfig and Makefile")
> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
> ---
>  drivers/media/pci/intel/ipu6/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/media/pci/intel/ipu6/Kconfig b/drivers/media/pci/intel/ipu6/Kconfig
> index b7ab24b89836..c5389005dc37 100644
> --- a/drivers/media/pci/intel/ipu6/Kconfig
> +++ b/drivers/media/pci/intel/ipu6/Kconfig
> @@ -10,6 +10,7 @@ config VIDEO_INTEL_IPU6
>  	select MEDIA_CONTROLLER
>  	select VIDEOBUF2_DMA_CONTIG
>  	select V4L2_FWNODE
> +	select AUXILIARY_BUS
>  	help
>  	  This is the 6th Gen Intel Image Processing Unit, found in Intel SoCs
>  	  and used for capturing images and video from camera sensors.
> 

-- 
Best regards,
Bingbu Cao

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] media: ipu6: Depend on AUXILIARY_BUS
  2024-07-29  7:37   ` Bingbu Cao
@ 2024-07-29  7:50     ` Sakari Ailus
  2024-07-29  8:01       ` Bingbu Cao
  0 siblings, 1 reply; 4+ messages in thread
From: Sakari Ailus @ 2024-07-29  7:50 UTC (permalink / raw)
  To: Bingbu Cao
  Cc: linux-media, oe-kbuild-all, linux-kernel, Hans Verkuil,
	Andreas Helbech Kleist

On Mon, Jul 29, 2024 at 03:37:03PM +0800, Bingbu Cao wrote:
> Sakari,
> 
> I also submitted one before :).
> https://patchwork.kernel.org/project/linux-media/patch/20240717074050.4067898-1-bingbu.cao@intel.com/

Oh well... I seem to have even read it earlier. I blame the holidays. ;)

I'll pick yours as it was there first.

-- 
Sakari Ailus

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] media: ipu6: Depend on AUXILIARY_BUS
  2024-07-29  7:50     ` Sakari Ailus
@ 2024-07-29  8:01       ` Bingbu Cao
  0 siblings, 0 replies; 4+ messages in thread
From: Bingbu Cao @ 2024-07-29  8:01 UTC (permalink / raw)
  To: Sakari Ailus
  Cc: linux-media, oe-kbuild-all, linux-kernel, Hans Verkuil,
	Andreas Helbech Kleist

On 7/29/24 3:50 PM, Sakari Ailus wrote:
> On Mon, Jul 29, 2024 at 03:37:03PM +0800, Bingbu Cao wrote:
>> Sakari,
>>
>> I also submitted one before :).
>> https://patchwork.kernel.org/project/linux-media/patch/20240717074050.4067898-1-bingbu.cao@intel.com/
> 
> Oh well... I seem to have even read it earlier. I blame the holidays. ;)
;)

> 
> I'll pick yours as it was there first.

Thanks.
> 

-- 
Best regards,
Bingbu Cao

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-07-29  8:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <202407161833.7BEFXejx-lkp@intel.com>
2024-07-29  7:10 ` [PATCH 1/1] media: ipu6: Depend on AUXILIARY_BUS Sakari Ailus
2024-07-29  7:37   ` Bingbu Cao
2024-07-29  7:50     ` Sakari Ailus
2024-07-29  8:01       ` Bingbu Cao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox