aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/davinci (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-22[media] vpif_capture: Don't use module names to load I2C modulesLaurent Pinchart1-1/+1
2010-10-22[media] vpif_display: Don't use module names to load I2C modulesLaurent Pinchart1-1/+1
2010-10-22[media] vpfe_capture: Don't use module names to load I2C modulesLaurent Pinchart1-1/+1
2010-10-21V4L/DVB: videobuf: add ext_lock argument to the queue init functions (part 2)Hans Verkuil3-3/+5
2010-10-21V4L/DVB: vpif_cap: don't ignore return code of videobuf_poll_stream()Mats Randgaard1-3/+1
2010-10-21V4L/DVB: vpif_cap/disp: Replaced kmalloc with kzallocMats Randgaard2-5/+5
2010-10-21V4L/DVB: vpif_cap/disp: Removed section mismatch warningMats Randgaard2-2/+2
2010-10-21V4L/DVB: drivers/media/video: Adjust confusing if indentationJulia Lawall2-2/+4
2010-10-21V4L/DVB: vpfe_capture: convert to new mediabus APIHans Verkuil1-15/+21
2010-08-02V4L/DVB: vpfe_capture: Create separate Kconfig file for davinci devicesVaibhav Hiremath1-0/+93
2010-05-19V4L/DVB: v4l2-common: simplify prio utility functionsHans Verkuil3-7/+7
2010-05-19V4L/DVB: davinci: don't return under lock on error pathDan Carpenter1-1/+2
2010-05-18V4L/DVB: V4L: vpfe_capture: Add support for USERPTR mode of operationVaibhav Hiremath1-14/+28
2010-05-18V4L/DVB: V4L: dm644x_ccdc: Add Suspend/Resume SupportVaibhav Hiremath2-1/+115
2010-05-18V4L/DVB: V4L: vpfe_capture: Return 0 from suspend/resumeVaibhav Hiremath1-8/+4
2010-05-18V4L/DVB: V4L: dm644x_ccdc: Add 10bit BT supportVaibhav Hiremath2-3/+21
2010-05-18V4L/DVB: V4L: vpfe_capture: Add call back function for interrupt clear for vpfe_cfgVaibhav Hiremath1-4/+20
2010-05-18V4L/DVB: V4L: dm644x_ccdc: Debug register read prints removedVaibhav Hiremath1-1/+0
2010-05-18V4L/DVB: drivers/media/video: move dereference after NULL testJulia Lawall1-1/+1
2010-05-18V4L/DVB: Fix bad whitespacingMauro Carvalho Chehab1-1/+1
2010-05-06V4L/DVB: V4L - vpfe capture - fix for kernel crashMuralidharan Karicheri1-13/+20
2010-05-06V4L/DVB: V4L: vpfe_capture - free ccdc_lock when memory allocation failsMurali Karicheri1-2/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-0/+4
2010-02-26V4L/DVB: V4L - vpfe capture - build environment for isif driverMurali Karicheri1-0/+1
2010-02-26V4L/DVB: V4L - vpfe capture - vpss driver enhancements for DM365Murali Karicheri1-54/+235
2010-02-26V4L/DVB: V4L - vpfe capture - source for ISIF driver on DM365Murali Karicheri1-0/+1172
2010-02-26V4L/DVB: V4L - vpfe capture - header files for ISIF driverMurali Karicheri1-0/+269
2010-02-26V4L/DVB: vpfe-capture: converting dm644x ccdc driver to a platform driverMuralidharan Karicheri1-136/+225
2010-02-26V4L/DVB: vpfe-capture - converting dm355 ccdc driver to a platform driverMuralidharan Karicheri1-153/+257
2010-02-26V4L/DVB: vpfe_capture: remove clock and platform codeMuralidharan Karicheri1-118/+13
2009-12-16V4L/DVB: Davinci VPFE Capture: remove unused #include <linux/version.h>Huang Weiyi1-1/+0
2009-12-16V4L/DVB (13607): vpif: move vpif_remove to .devexitUwe Kleine-König1-1/+1
2009-12-16V4L/DVB (13606): vpfe_capture: move vpfe_remove to .devexitUwe Kleine-König1-1/+1
2009-12-16V4L/DVB (13604): vpss: move vpss_remove to .devexitUwe Kleine-König1-1/+1
2009-12-16V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2-2/+0
2009-12-16V4L/DVB (13553): v4l: Use the video_is_registered function in device driversLaurent Pinchart1-1/+1
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan2-2/+2
2009-12-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds1-5/+42
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina3-6/+6
2009-12-05V4L/DVB (13469): Davinci VPFE Capture: Add support for Control ioctlsVaibhav Hiremath1-0/+38
2009-12-05V4L/DVB (13466): Davinci VPFE Capture:Replaced IRQ_VDINT1 with vpfe_dev->ccdc_irq1Vaibhav Hiremath1-1/+1
2009-12-05V4L/DVB (13465): Davinci VPFE Capture: Take i2c adapter id through platform dataVaibhav Hiremath1-2/+1
2009-12-05V4L/DVB (13463): Davinci VPFE Capture: Specify device pointer in videobuf_queue_dma_contig_initVaibhav Hiremath1-1/+1
2009-12-05V4L/DVB (13288): adding __init/__exit macros to various driversPeter Huewe2-4/+4
2009-12-05V4L/DVB (13285): vpfe_capture: keep index within bound in vpfe_cropcap()Roel Kluin1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2-2/+2
2009-11-26V4L/DVB (13371): davinci: remove stray duplicate config pointerHans Verkuil1-1/+0
2009-11-09media/video: add __init/__exit macros to various driversPeter Huewe2-4/+4
2009-09-19V4L/DVB (12906d): V4L : vpif updates for DM6467 vpif capture driverMuralidharan Karicheri2-26/+98
2009-09-19V4L/DVB (12906c): V4L : vpif capture driver for DM6467Muralidharan Karicheri2-0/+2333