All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: bcm2835_defconfig: Enable BCM2835 MMAL-based V4L2 camera driver
@ 2018-11-14 21:11 Stefan Wahren
  2018-11-14 23:28 ` Eric Anholt
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Wahren @ 2018-11-14 21:11 UTC (permalink / raw)
  To: linux-arm-kernel

This enables the bcm2835-camera driver, which depends on bcm2835-vchiq.
After that we gain more test coverage (e.g. Kernel CI).

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
---
 arch/arm/configs/bcm2835_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Hi, i will submit a patch series to address those probing issues. But this is
independent from this patch.

diff --git a/arch/arm/configs/bcm2835_defconfig b/arch/arm/configs/bcm2835_defconfig
index bb6a35f..bd55a2b 100644
--- a/arch/arm/configs/bcm2835_defconfig
+++ b/arch/arm/configs/bcm2835_defconfig
@@ -91,6 +91,8 @@ CONFIG_THERMAL=y
 CONFIG_BCM2835_THERMAL=y
 CONFIG_WATCHDOG=y
 CONFIG_BCM2835_WDT=y
+CONFIG_MEDIA_SUPPORT=y
+CONFIG_MEDIA_CAMERA_SUPPORT=y
 CONFIG_DRM=y
 CONFIG_DRM_VC4=y
 CONFIG_FB_SIMPLE=y
@@ -129,6 +131,7 @@ CONFIG_DMADEVICES=y
 CONFIG_DMA_BCM2835=y
 CONFIG_STAGING=y
 CONFIG_SND_BCM2835=m
+CONFIG_VIDEO_BCM2835=m
 CONFIG_MAILBOX=y
 CONFIG_BCM2835_MBOX=y
 # CONFIG_IOMMU_SUPPORT is not set
-- 
2.7.4

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

* [PATCH] ARM: bcm2835_defconfig: Enable BCM2835 MMAL-based V4L2 camera driver
  2018-11-14 21:11 [PATCH] ARM: bcm2835_defconfig: Enable BCM2835 MMAL-based V4L2 camera driver Stefan Wahren
@ 2018-11-14 23:28 ` Eric Anholt
  2018-11-15 22:41   ` Stefan Wahren
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Anholt @ 2018-11-14 23:28 UTC (permalink / raw)
  To: linux-arm-kernel

Stefan Wahren <stefan.wahren@i2se.com> writes:

> This enables the bcm2835-camera driver, which depends on bcm2835-vchiq.
> After that we gain more test coverage (e.g. Kernel CI).
>
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> ---
>  arch/arm/configs/bcm2835_defconfig | 3 +++
>  1 file changed, 3 insertions(+)
>
> Hi, i will submit a patch series to address those probing issues. But this is
> independent from this patch.

Reviewed-by: Eric Anholt <eric@anholt.net>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20181114/2287ba60/attachment.sig>

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

* [PATCH] ARM: bcm2835_defconfig: Enable BCM2835 MMAL-based V4L2 camera driver
  2018-11-14 23:28 ` Eric Anholt
@ 2018-11-15 22:41   ` Stefan Wahren
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Wahren @ 2018-11-15 22:41 UTC (permalink / raw)
  To: linux-arm-kernel

> Eric Anholt <eric@anholt.net> hat am 15. November 2018 um 00:28 geschrieben:
> 
> 
> Stefan Wahren <stefan.wahren@i2se.com> writes:
> 
> > This enables the bcm2835-camera driver, which depends on bcm2835-vchiq.
> > After that we gain more test coverage (e.g. Kernel CI).
> >
> > Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> > ---
> >  arch/arm/configs/bcm2835_defconfig | 3 +++
> >  1 file changed, 3 insertions(+)
> >
> > Hi, i will submit a patch series to address those probing issues. But this is
> > independent from this patch.
> 
> Reviewed-by: Eric Anholt <eric@anholt.net>

Applied to bcm2835-defconfig-next

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

end of thread, other threads:[~2018-11-15 22:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-14 21:11 [PATCH] ARM: bcm2835_defconfig: Enable BCM2835 MMAL-based V4L2 camera driver Stefan Wahren
2018-11-14 23:28 ` Eric Anholt
2018-11-15 22:41   ` Stefan Wahren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.