aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+0
2010-12-31[media] cx23885, cimax2.c: Fix case of two CAM insertion irqIgor M. Liplianin1-8/+16
2010-12-30[media] v4l: fix handling of v4l2_input.capabilitiesHans Verkuil1-1/+0
2010-12-29[media] support of GoTView PCI-E X5 3D Hybrid in cx23885Alexey Chernov2-0/+34
2010-12-29[media] V4L: remove V4L1 compatibility modeHans Verkuil1-32/+0
2010-12-29[media] rc: Rename remote controller type to rc_type instead of ir_typeMauro Carvalho Chehab1-2/+2
2010-12-29[media] rc: rename the remaining things to rc_coreMauro Carvalho Chehab4-4/+4
2010-12-29[media] ir-core: make struct rc_dev the primary interfaceDavid Härdeman2-36/+31
2010-12-24media/video: don't use flush_scheduled_work()Tejun Heo1-2/+0
2010-11-22[media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functionsLaurent Pinchart2-3/+3
2010-11-08[media] v4l: kill the BKLArnd Bergmann2-13/+1
2010-10-28Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds6-13/+13
2010-10-25[media] IR: initialize ir_raw_event in few more driversMaxim Levitsky1-0/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-22[media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev*Laurent Pinchart2-4/+4
2010-10-21[media] drivers/media/video/cx23885/cx23885-core.c: fix cx23885_dev_checkrevision()Andrew Morton1-0/+1
2010-10-21V4L/DVB: videobuf: add queue argument to videobuf_waiton()Hans Verkuil1-1/+1
2010-10-21V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil3-3/+3
2010-10-21V4L/DVB: media: cx23885: use '%pM' format to print MAC addressAndy Shevchenko1-4/+1
2010-10-21V4L/DVB: drivers/media/video: Adjust confusing if indentationJulia Lawall1-1/+2
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-08-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds1-1/+1
2010-08-12V4L/DVB: Fix IR_CORE dependenciesMauro Carvalho Chehab1-1/+1
2010-08-11V4L/DVB: Use custom I2C probing function mechanismJean Delvare1-11/+4
2010-08-08V4L/DVB: cx23885, cx25840: Change IR measurment records to use struct ir_raw_eventAndy Walls2-42/+49
2010-08-08V4L/DVB: cx23885, cx25840: Report the actual length of an IR Rx timeout eventAndy Walls2-12/+8
2010-08-08V4L/DVB: cx23885, cx25840: Report IR max pulse width regardless of mod/demod useAndy Walls1-12/+14
2010-08-08V4L/DVB: cx23885: Change Kconfig dependencies to new IR_CORE functionsAndy Walls1-1/+1
2010-08-08V4L/DVB: cx23885: Require user to explicitly enable CX2388[57] IR via module paramAndy Walls1-2/+19
2010-08-08V4L/DVB: cx23885: Move AV Core irq handling to a work handlerAndy Walls6-15/+97
2010-08-08V4L/DVB: cx23885: Protect PCI interrupt mask manipulations with a spinlockAndy Walls5-22/+103
2010-08-08V4L/DVB: cx23885: Add preliminary IR Rx support for the HVR-1250 and TeVii S470Andy Walls4-10/+111
2010-08-08V4L/DVB: cx23885: Add a v4l2_subdev group id for the CX2388[578] integrated AV coreAndy Walls2-2/+6
2010-08-08V4L/DVB: v4l2_subdev: Move interrupt_service_routine ptr to v4l2_subdev_core_opsAndy Walls2-3/+2
2010-08-08V4L/DVB: cx23885: For CX23888 IR, configure the IO pin mux IR pins explcitlyAndy Walls1-0/+31
2010-08-08V4L/DVB: v4l2_subdev, cx23885: Differentiate IR carrier sense and I/O pin inversionAndy Walls2-9/+25
2010-08-08V4L/DVB: cx23885: Add a VIDIOC_LOG_STATUS ioctl function for analog video devicesAndy Walls1-0/+16
2010-08-08V4L/DVB: cx23885: Add correct detection of the HVR-1250 model 79501Andy Walls1-0/+10
2010-08-08V4L/DVB: cx23885: i2c_wait_done returns 0 or 1, don't check for < 0 return valueJean Delvare1-12/+3
2010-08-08V4L/DVB: cx23885: Check for slave nack on all transactionsJean Delvare1-0/+8
2010-08-08V4L/DVB: cx23885: Return -ENXIO on slave nackJean Delvare1-2/+2
2010-08-02V4L/DVB: cx23885: Enable Message Signaled Interrupts(MSI)Kusanagi Kouichi1-2/+7
2010-08-02V4L/DVB: cx23885: add support for new model revisions of the HVR12xx board familyMichael Krufky1-0/+40
2010-08-02V4L/DVB: cx23885: Convert cx23885-input to use new in kernel IR pulse decodersAndy Walls3-226/+116
2010-08-02V4L/DVB: cx23885: Convert from struct card_ir to struct cx23885_ir_input for IR RxAndy Walls2-10/+31
2010-08-02V4L/DVB: videobuf: Remove the videobuf_sg_dma_map/unmap functionsLaurent Pinchart1-1/+1
2010-08-02V4L/DVB: Fix kernel Oops when number of NetUP Dual DVB-S2-CI cards more than DVB_MAX_ADAPTERS limitAbylay Ospan1-1/+1
2010-06-01V4L/DVB: cx18, cx23885, v4l2 doc, MAINTAINERS: Update Andy Walls' email addressAndy Walls8-8/+8
2010-06-01V4L/DVB: FusionHDTV: Use quick reads for I2C IR device probingJean Delvare1-1/+11
2010-06-01V4L/DVB: cx23885: convert to s_mbus_fmtHans Verkuil1-1/+4