Skip to content

Commit

Permalink
[media] marvell-cam: Separate out the Marvell camera core
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jonathan Corbet authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent f8fc729 commit abfa3df
Show file tree
Hide file tree
Showing 6 changed files with 2,571 additions and 2,433 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/marvell-ccic/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
obj-$(CONFIG_VIDEO_CAFE_CCIC) += cafe_ccic.o
cafe_ccic-y := cafe-driver.o mcam-core.o
Loading

0 comments on commit abfa3df

Please sign in to comment.