[media] marvell-cam: Move cafe-ccic into its own directory
authorJonathan Corbet <corbet@lwn.net>
Sat, 11 Jun 2011 17:46:42 +0000 (17:46 +0000)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 27 Jul 2011 20:53:00 +0000 (17:53 -0300)
commitf8fc729870ee82662ae6e3a713d59b2fbf3b04c6
tree84c00d006269c28e0799a2ca6c2823b81cb1e3d2
parentbd7319dc325ac327ddb3777564361bd4186ecdb6
[media] marvell-cam: Move cafe-ccic into its own directory

This driver will soon become a family of drivers, so let's give it its own
place to live.  This move requires putting ov7670.h into include/media, but
there are no code changes.

Cc: Daniel Drake <dsd@laptop.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/Kconfig
drivers/media/video/Makefile
drivers/media/video/cafe_ccic-regs.h [deleted file]
drivers/media/video/cafe_ccic.c [deleted file]
drivers/media/video/marvell-ccic/Kconfig [new file with mode: 0644]
drivers/media/video/marvell-ccic/Makefile [new file with mode: 0644]
drivers/media/video/marvell-ccic/cafe_ccic-regs.h [new file with mode: 0644]
drivers/media/video/marvell-ccic/cafe_ccic.c [new file with mode: 0644]
drivers/media/video/ov7670.c
drivers/media/video/ov7670.h [deleted file]
include/media/ov7670.h [new file with mode: 0644]
This page took 0.026558 seconds and 5 git commands to generate.