aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cafe_ccic.c
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2009-12-161-1/+0
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friendsHans Verkuil2009-09-191-1/+1
* V4L/DVB (12343): Stop defining I2C adapter IDs nobody usesJean Delvare2009-09-121-1/+0
* V4L/DVB (11680): cafe_ccic: use = instead of == for setting a value at a varMauro Carvalho Chehab2009-05-091-1/+1
* V4L/DVB (11679): cafe_ccic: fix sensor detectionHans Verkuil2009-05-091-0/+1
* V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg t...Hans Verkuil2009-04-061-1/+1
* V4L/DVB (11267): cafe_ccic: Remove buffer type check from XXXbufTrent Piepho2009-03-301-12/+2
* V4L/DVB (11120): cafe_ccic: stick in a comment with a request for test resultsHans Verkuil2009-03-301-0/+6
* V4L/DVB (11118): cafe_ccic: replace debugfs with g/s_register ioctls.Hans Verkuil2009-03-301-130/+46
* V4L/DVB (11115): cafe_ccic: use v4l2_subdev to talk to the ov7670 sensor.Hans Verkuil2009-03-301-74/+32
* V4L/DVB (11114): cafe_ccic: convert to v4l2_device.Hans Verkuil2009-03-301-104/+54
* i2c: Drop I2C_CLASS_CAM_DIGITALJean Delvare2009-01-071-1/+0
* V4L/DVB (10141): v4l2: debugging API changed to match against driver name ins...Hans Verkuil2009-01-021-3/+4
* V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil2009-01-021-5/+4
* V4L/DVB (9355): de-BKL cafe_ccic.cJonathan Corbet2008-11-111-5/+1
* V4L/DVB (9327): v4l: use video_device.num instead of minor in video%dHans Verkuil2008-10-211-2/+2
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2008-10-131-1/+5
|\
| * V4L/DVB (8613): v4l: move BKL down to the driver level.Hans Verkuil2008-10-121-1/+5
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-10-131-0/+1
|\|
| * V4L/DVB (8960): drivers/media/video/cafe_ccic.c needs mm.hAndrew Morton2008-10-041-0/+1
* | Define and use PCI_DEVICE_ID_MARVELL_88ALP01_CCIC for CAFÉ camera driverDavid Woodhouse2008-09-041-10/+3
|/
* V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil2008-07-271-2/+0
* V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops st...Hans Verkuil2008-07-261-11/+14
* V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common....Hans Verkuil2008-07-231-0/+1
* V4L/DVB (8428): videodev: rename 'dev' to 'parent'Hans Verkuil2008-07-231-1/+1
* V4L/DVB (7949): videodev: renamed the vidioc_*_fmt_* callbacksHans Verkuil2008-07-201-9/+9
* V4L/DVB (7094): static memoryDouglas Schilling Landgraf2008-04-241-2/+2
* V4L/DVB (6395): cafe_ccic: Add a pointer to the data sheetJonathan Corbet2007-11-041-0/+3
* V4L/DVB (6394): Fix a cafe_ccic resume bugJonathan Corbet2007-11-041-0/+3
* V4L/DVB (6252): Adapt drivers to use the newer videobuf modulesMauro Carvalho Chehab2007-10-091-1/+1
* V4L/DVB (6235): cafe_ccic: default to allocating DMA buffers at probe timeAndres Salomon2007-10-091-9/+9
* V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab2007-10-091-1/+0
* V4L/DVB (6028): Turn an unnecessary mdelay() into msleep().Marcelo Tosatti2007-08-201-1/+1
* V4L/DVB (6027): Get rid of an ill-behaved msleep in i2c writeJonathan Corbet2007-08-201-1/+21
* V4L/DVB (6026): Avoid powering up the camera on resumeChris Ball2007-08-201-1/+10
* V4L/DVB (5690): Cafe_ccic: Properly power down the sensorJonathan Corbet2007-05-221-1/+17
* V4L/DVB (5557): Cafe_ccic: check return value of pci_enable_deviceTrent Piepho2007-04-271-1/+5
* V4L/DVB (5469a): Copyright and maintainer tweaksJonathan Corbet2007-04-271-0/+1
* V4L/DVB (5467): Add suspend/resume support to the Cafe CCICJonathan Corbet2007-04-271-1/+44
* V4L/DVB (5466): Fix up some Cafe CCIC delay issuesJonathan Corbet2007-04-271-6/+13
* V4L/DVB (5465): Remove an obsolete PCI IDJonathan Corbet2007-04-271-1/+0
* V4L/DVB (5464): Set the PCI device in the V4L2 deviceJonathan Corbet2007-04-271-0/+1
* V4L/DVB (5306): Add support for VIDIOC_G_CHIP_IDENTHans Verkuil2007-04-271-2/+6
* V4L/DVB (5258): Cafe_ccic: fix compiler warningJean Delvare2007-03-011-3/+1
* V4L/DVB (5198): Cafe_ccic.c fix warningJonathan Corbet2007-02-211-1/+1
* i2c: Declare more i2c_adapter parent devicesJean Delvare2007-02-131-0/+1
* [PATCH] mark struct file_operations const 4Arjan van de Ven2007-02-121-3/+3
* V4L/DVB (4991): Cafe_ccic.c: fix NULL dereferenceAdrian Bunk2006-12-271-1/+1
* V4L/DVB (4909): Add s/g_parm to cafe_ccicJonathan Corbet2006-12-101-1/+33