[media] marvell-cam: Separate out the Marvell camera core
authorJonathan Corbet <corbet@lwn.net>
Sat, 11 Jun 2011 17:46:43 +0000 (14:46 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 27 Jul 2011 20:53:00 +0000 (17:53 -0300)
commitabfa3df36c01a32b081fb448750181af76eb9d55
tree65a28797a78898f5feb073068161cd708288a7ca
parentf8fc729870ee82662ae6e3a713d59b2fbf3b04c6
[media] marvell-cam: Separate out the Marvell camera core

There will eventually be multiple users of the core camera controller, so
separate it from the bus/platform/i2c stuff.  I've tried to do the minimal
set of changes to get the driver functioning in this configuration; I did
clean up a bunch of old checkpatch gripes in the process.  This driver
works like the old one did on OLPC XO 1 systems.

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/marvell-ccic/Makefile
drivers/media/video/marvell-ccic/cafe-driver.c [new file with mode: 0644]
drivers/media/video/marvell-ccic/cafe_ccic-regs.h [deleted file]
drivers/media/video/marvell-ccic/cafe_ccic.c [deleted file]
drivers/media/video/marvell-ccic/mcam-core.c [new file with mode: 0644]
drivers/media/video/marvell-ccic/mcam-core.h [new file with mode: 0644]
This page took 0.02574 seconds and 5 git commands to generate.