summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/davinci
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB: videobuf: add ext_lock argument to the queue init functions (part 2)Hans Verkuil2010-10-213-3/+5
* V4L/DVB: vpif_cap: don't ignore return code of videobuf_poll_stream()Mats Randgaard2010-10-211-3/+1
* V4L/DVB: vpif_cap/disp: Replaced kmalloc with kzallocMats Randgaard2010-10-212-5/+5
* V4L/DVB: vpif_cap/disp: Removed section mismatch warningMats Randgaard2010-10-212-2/+2
* V4L/DVB: drivers/media/video: Adjust confusing if indentationJulia Lawall2010-10-212-2/+4
* V4L/DVB: vpfe_capture: convert to new mediabus APIHans Verkuil2010-10-211-15/+21
* V4L/DVB: vpfe_capture: Create separate Kconfig file for davinci devicesVaibhav Hiremath2010-08-021-0/+93
* V4L/DVB: v4l2-common: simplify prio utility functionsHans Verkuil2010-05-193-7/+7
* V4L/DVB: davinci: don't return under lock on error pathDan Carpenter2010-05-191-1/+2
* V4L/DVB: V4L: vpfe_capture: Add support for USERPTR mode of operationVaibhav Hiremath2010-05-181-14/+28
* V4L/DVB: V4L: dm644x_ccdc: Add Suspend/Resume SupportVaibhav Hiremath2010-05-182-1/+115
* V4L/DVB: V4L: vpfe_capture: Return 0 from suspend/resumeVaibhav Hiremath2010-05-181-8/+4
* V4L/DVB: V4L: dm644x_ccdc: Add 10bit BT supportVaibhav Hiremath2010-05-182-3/+21
* V4L/DVB: V4L: vpfe_capture: Add call back function for interrupt clear for vp...Vaibhav Hiremath2010-05-181-4/+20
* V4L/DVB: V4L: dm644x_ccdc: Debug register read prints removedVaibhav Hiremath2010-05-181-1/+0
* V4L/DVB: drivers/media/video: move dereference after NULL testJulia Lawall2010-05-181-1/+1
* V4L/DVB: Fix bad whitespacingMauro Carvalho Chehab2010-05-181-1/+1
* V4L/DVB: V4L - vpfe capture - fix for kernel crashMuralidharan Karicheri2010-05-061-13/+20
* V4L/DVB: V4L: vpfe_capture - free ccdc_lock when memory allocation failsMurali Karicheri2010-05-061-2/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-304-0/+4
* V4L/DVB: V4L - vpfe capture - build environment for isif driverMurali Karicheri2010-02-261-0/+1
* V4L/DVB: V4L - vpfe capture - vpss driver enhancements for DM365Murali Karicheri2010-02-261-54/+235
* V4L/DVB: V4L - vpfe capture - source for ISIF driver on DM365Murali Karicheri2010-02-261-0/+1172
* V4L/DVB: V4L - vpfe capture - header files for ISIF driverMurali Karicheri2010-02-261-0/+269
* V4L/DVB: vpfe-capture: converting dm644x ccdc driver to a platform driverMuralidharan Karicheri2010-02-261-136/+225
* V4L/DVB: vpfe-capture - converting dm355 ccdc driver to a platform driverMuralidharan Karicheri2010-02-261-153/+257
* V4L/DVB: vpfe_capture: remove clock and platform codeMuralidharan Karicheri2010-02-261-118/+13
* V4L/DVB: Davinci VPFE Capture: remove unused #include <linux/version.h>Huang Weiyi2009-12-161-1/+0
* V4L/DVB (13607): vpif: move vpif_remove to .devexitUwe Kleine-König2009-12-161-1/+1
* V4L/DVB (13606): vpfe_capture: move vpfe_remove to .devexitUwe Kleine-König2009-12-161-1/+1
* V4L/DVB (13604): vpss: move vpss_remove to .devexitUwe Kleine-König2009-12-161-1/+1
* V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2009-12-162-2/+0
* V4L/DVB (13553): v4l: Use the video_is_registered function in device driversLaurent Pinchart2009-12-161-1/+1
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-152-2/+2
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-12-091-5/+42
|\
| * V4L/DVB (13469): Davinci VPFE Capture: Add support for Control ioctlsVaibhav Hiremath2009-12-051-0/+38
| * V4L/DVB (13466): Davinci VPFE Capture:Replaced IRQ_VDINT1 with vpfe_dev->ccdc...Vaibhav Hiremath2009-12-051-1/+1
| * V4L/DVB (13465): Davinci VPFE Capture: Take i2c adapter id through platform dataVaibhav Hiremath2009-12-051-2/+1
| * V4L/DVB (13463): Davinci VPFE Capture: Specify device pointer in videobuf_que...Vaibhav Hiremath2009-12-051-1/+1
| * V4L/DVB (13288): adding __init/__exit macros to various driversPeter Huewe2009-12-052-4/+4
| * V4L/DVB (13285): vpfe_capture: keep index within bound in vpfe_cropcap()Roel Kluin2009-12-051-1/+1
* | Merge branch 'for-next' into for-linusJiri Kosina2009-12-073-6/+6
|\ \ | |/ |/|
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-042-2/+2
| * media/video: add __init/__exit macros to various driversPeter Huewe2009-11-092-4/+4
* | V4L/DVB (13371): davinci: remove stray duplicate config pointerHans Verkuil2009-11-261-1/+0
|/
* V4L/DVB (12906d): V4L : vpif updates for DM6467 vpif capture driverMuralidharan Karicheri2009-09-192-26/+98
* V4L/DVB (12906c): V4L : vpif capture driver for DM6467Muralidharan Karicheri2009-09-192-0/+2333
* V4L/DVB (12906b): V4L : vpif capture - Kconfig and Makefile changesMuralidharan Karicheri2009-09-191-0/+2
* V4L/DVB (12906a): V4L : vpif display updates to support vpif captureMuralidharan Karicheri2009-09-191-36/+13
* V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friendsHans Verkuil2009-09-191-2/+2
OpenPOWER on IntegriCloud