Skip to content

Commit

Permalink
V4L/DVB (7578a): V4L: V4L2 soc_camera driver for PXA270
Browse files Browse the repository at this point in the history
This patch adds a driver for the Quick Capture Interface on the PXA270.
It is based on the original driver from Intel, but has been re-worked
multiple times since then, now it also supports the V4L2 API. This patch 
depends on a complementary patch, submitted to the ARM tree, providing 
PXA270 camera platform bindings.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@pengutronix.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent e55222e commit 3bc4384
Show file tree
Hide file tree
Showing 3 changed files with 945 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -845,4 +845,11 @@ config SOC_CAMERA
over a bus like PCI or USB. For example some i2c camera connected
directly to the data bus of an SoC.

config VIDEO_PXA27x
tristate "PXA27x Quick Capture Interface driver"
depends on VIDEO_DEV && PXA27x
select SOC_CAMERA
---help---
This is a v4l2 driver for the PXA27x Quick Capture Interface

endif # VIDEO_CAPTURE_DRIVERS
1 change: 1 addition & 0 deletions drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ obj-$(CONFIG_VIDEO_IVTV) += ivtv/
obj-$(CONFIG_VIDEO_VIVI) += vivi.o
obj-$(CONFIG_VIDEO_CX23885) += cx23885/

obj-$(CONFIG_VIDEO_PXA27x) += pxa_camera.o
obj-$(CONFIG_SOC_CAMERA) += soc_camera.o

EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
Expand Down
Loading

0 comments on commit 3bc4384

Please sign in to comment.