public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/2] media: bcm2835-unicam: remove mentions to dropped driver
@ 2026-01-30 20:45 Gaston Gonzalez
  2026-01-30 20:45 ` [PATCH 1/2] media: bcm2835-unicam: remove obsolete comment Gaston Gonzalez
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gaston Gonzalez @ 2026-01-30 20:45 UTC (permalink / raw)
  To: kernel-list, mchehab, florian.fainelli, bcm-kernel-feedback-list,
	rjui, sbranden, linux-media, linux-rpi-kernel, linux-arm-kernel,
	linux-kernel
  Cc: gascoar

The driver bcm2835-camera was dropped in commit <90204a38a760>, but it is still
mentioned as a current driver in a comment and in Kconfig help text in
bcm2835-unicam driver.

Remove these two references to the dropped driver.

Gaston Gonzalez (2):
  media: bcm2835-unicam: remove obsolete comment
  media: bcm2835-unicam: remove reference to dropped driver in Kconfig

 drivers/media/platform/broadcom/Kconfig          | 5 -----
 drivers/media/platform/broadcom/bcm2835-unicam.c | 4 ----
 2 files changed, 9 deletions(-)

-- 
2.52.0



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

* [PATCH 1/2] media: bcm2835-unicam: remove obsolete comment
  2026-01-30 20:45 [PATCH 0/2] media: bcm2835-unicam: remove mentions to dropped driver Gaston Gonzalez
@ 2026-01-30 20:45 ` Gaston Gonzalez
  2026-01-30 20:45 ` [PATCH 2/2] media: bcm2835-unicam: remove reference to dropped driver in Kconfig Gaston Gonzalez
  2026-02-02  7:10 ` [PATCH 0/2] media: bcm2835-unicam: remove mentions to dropped driver Jai Luthra
  2 siblings, 0 replies; 4+ messages in thread
From: Gaston Gonzalez @ 2026-01-30 20:45 UTC (permalink / raw)
  To: kernel-list, mchehab, florian.fainelli, bcm-kernel-feedback-list,
	rjui, sbranden, linux-media, linux-rpi-kernel, linux-arm-kernel,
	linux-kernel
  Cc: gascoar

The bcm2835-camera driver was dropped in commit <90204a38a760>, but it still
mentioned as a current driver in a comment section. 

Remove the comment making reference to it.

Signed-off-by: Gaston Gonzalez <gascoar@gmail.com>
---
 drivers/media/platform/broadcom/bcm2835-unicam.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/media/platform/broadcom/bcm2835-unicam.c b/drivers/media/platform/broadcom/bcm2835-unicam.c
index f10064107d54..551c4e97af8c 100644
--- a/drivers/media/platform/broadcom/bcm2835-unicam.c
+++ b/drivers/media/platform/broadcom/bcm2835-unicam.c
@@ -14,10 +14,6 @@
  * and TI CAL camera interface driver by
  *    Benoit Parrot <bparrot@ti.com>
  *
- *
- * There are two camera drivers in the kernel for BCM283x - this one and
- * bcm2835-camera (currently in staging).
- *
  * This driver directly controls the Unicam peripheral - there is no
  * involvement with the VideoCore firmware. Unicam receives CSI-2 or CCP2 data
  * and writes it into SDRAM. The only potential processing options are to
-- 
2.52.0



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

* [PATCH 2/2] media: bcm2835-unicam: remove reference to dropped driver in Kconfig
  2026-01-30 20:45 [PATCH 0/2] media: bcm2835-unicam: remove mentions to dropped driver Gaston Gonzalez
  2026-01-30 20:45 ` [PATCH 1/2] media: bcm2835-unicam: remove obsolete comment Gaston Gonzalez
@ 2026-01-30 20:45 ` Gaston Gonzalez
  2026-02-02  7:10 ` [PATCH 0/2] media: bcm2835-unicam: remove mentions to dropped driver Jai Luthra
  2 siblings, 0 replies; 4+ messages in thread
From: Gaston Gonzalez @ 2026-01-30 20:45 UTC (permalink / raw)
  To: kernel-list, mchehab, florian.fainelli, bcm-kernel-feedback-list,
	rjui, sbranden, linux-media, linux-rpi-kernel, linux-arm-kernel,
	linux-kernel
  Cc: gascoar

The bcm2835-camera driver was dropped in commit <90204a38a760>.
Remove the paragraph in Kconfig making reference to it.

Signed-off-by: Gaston Gonzalez <gascoar@gmail.com>
---
 drivers/media/platform/broadcom/Kconfig | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/drivers/media/platform/broadcom/Kconfig b/drivers/media/platform/broadcom/Kconfig
index 32b76ebfcd9a..93ba565d9a02 100644
--- a/drivers/media/platform/broadcom/Kconfig
+++ b/drivers/media/platform/broadcom/Kconfig
@@ -14,10 +14,5 @@ config VIDEO_BCM2835_UNICAM
 	  This is a V4L2 driver that controls the CSI-2 receiver directly,
 	  independently from the VC4 firmware.
 
-	  This driver is mutually exclusive with the use of bcm2835-camera. The
-	  firmware will disable all access to the peripheral from within the
-	  firmware if it finds a DT node using it, and bcm2835-camera will
-	  therefore fail to probe.
-
 	  To compile this driver as a module, choose M here. The module will be
 	  called bcm2835-unicam.
-- 
2.52.0



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

* Re: [PATCH 0/2] media: bcm2835-unicam: remove mentions to dropped driver
  2026-01-30 20:45 [PATCH 0/2] media: bcm2835-unicam: remove mentions to dropped driver Gaston Gonzalez
  2026-01-30 20:45 ` [PATCH 1/2] media: bcm2835-unicam: remove obsolete comment Gaston Gonzalez
  2026-01-30 20:45 ` [PATCH 2/2] media: bcm2835-unicam: remove reference to dropped driver in Kconfig Gaston Gonzalez
@ 2026-02-02  7:10 ` Jai Luthra
  2 siblings, 0 replies; 4+ messages in thread
From: Jai Luthra @ 2026-02-02  7:10 UTC (permalink / raw)
  To: Gaston Gonzalez, bcm-kernel-feedback-list, florian.fainelli,
	kernel-list, linux-arm-kernel, linux-kernel, linux-media,
	linux-rpi-kernel, mchehab, rjui, sbranden
  Cc: gascoar

Hi Gaston,

Quoting Gaston Gonzalez (2026-01-31 02:15:39)
> The driver bcm2835-camera was dropped in commit <90204a38a760>, but it is still
> mentioned as a current driver in a comment and in Kconfig help text in
> bcm2835-unicam driver.

My bad, I missed the non-code mentions of bcm2835-camera while dropping it.

For the series:

Reviewed-by: Jai Luthra <jai.luthra@ideasonboard.com>

> 
> Remove these two references to the dropped driver.
> 
> Gaston Gonzalez (2):
>   media: bcm2835-unicam: remove obsolete comment
>   media: bcm2835-unicam: remove reference to dropped driver in Kconfig
> 
>  drivers/media/platform/broadcom/Kconfig          | 5 -----
>  drivers/media/platform/broadcom/bcm2835-unicam.c | 4 ----
>  2 files changed, 9 deletions(-)
> 
> -- 
> 2.52.0
> 
> 

Thanks,
    Jai


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

end of thread, other threads:[~2026-02-02  7:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-30 20:45 [PATCH 0/2] media: bcm2835-unicam: remove mentions to dropped driver Gaston Gonzalez
2026-01-30 20:45 ` [PATCH 1/2] media: bcm2835-unicam: remove obsolete comment Gaston Gonzalez
2026-01-30 20:45 ` [PATCH 2/2] media: bcm2835-unicam: remove reference to dropped driver in Kconfig Gaston Gonzalez
2026-02-02  7:10 ` [PATCH 0/2] media: bcm2835-unicam: remove mentions to dropped driver Jai Luthra

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