summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885
Commit message (Expand)AuthorAgeFilesLines
* [media] cx23885: Remove unused 'err:' labels to quiet compiler warningAndy Walls2011-03-021-2/+0
* [media] cx23885: Revert "Check for slave nack on all transactions"Andy Walls2011-03-021-8/+0
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-071-2/+0
|\
| * media/video: don't use flush_scheduled_work()Tejun Heo2010-12-241-2/+0
* | [media] cx23885, cimax2.c: Fix case of two CAM insertion irqIgor M. Liplianin2010-12-311-8/+16
* | [media] v4l: fix handling of v4l2_input.capabilitiesHans Verkuil2010-12-301-1/+0
* | [media] support of GoTView PCI-E X5 3D Hybrid in cx23885Alexey Chernov2010-12-292-0/+34
* | [media] V4L: remove V4L1 compatibility modeHans Verkuil2010-12-291-32/+0
* | [media] rc: Rename remote controller type to rc_type instead of ir_typeMauro Carvalho Chehab2010-12-291-2/+2
* | [media] rc: rename the remaining things to rc_coreMauro Carvalho Chehab2010-12-294-4/+4
* | [media] ir-core: make struct rc_dev the primary interfaceDavid Härdeman2010-12-292-36/+31
* | [media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functionsLaurent Pinchart2010-11-222-3/+3
|/
* [media] v4l: kill the BKLArnd Bergmann2010-11-082-13/+1
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-286-13/+13
|\
| * [media] IR: initialize ir_raw_event in few more driversMaxim Levitsky2010-10-251-0/+1
| * [media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev*Laurent Pinchart2010-10-222-4/+4
| * [media] drivers/media/video/cx23885/cx23885-core.c: fix cx23885_dev_checkrevi...Andrew Morton2010-10-211-0/+1
| * V4L/DVB: videobuf: add queue argument to videobuf_waiton()Hans Verkuil2010-10-211-1/+1
| * V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil2010-10-213-3/+3
| * V4L/DVB: media: cx23885: use '%pM' format to print MAC addressAndy Shevchenko2010-10-211-4/+1
| * V4L/DVB: drivers/media/video: Adjust confusing if indentationJulia Lawall2010-10-211-1/+2
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\ \ | |/ |/|
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-131-1/+1
|\ \
| * | V4L/DVB: Fix IR_CORE dependenciesMauro Carvalho Chehab2010-08-121-1/+1
| |/
* / V4L/DVB: Use custom I2C probing function mechanismJean Delvare2010-08-111-11/+4
|/
* V4L/DVB: cx23885, cx25840: Change IR measurment records to use struct ir_raw_...Andy Walls2010-08-082-42/+49
* V4L/DVB: cx23885, cx25840: Report the actual length of an IR Rx timeout eventAndy Walls2010-08-082-12/+8
* V4L/DVB: cx23885, cx25840: Report IR max pulse width regardless of mod/demod useAndy Walls2010-08-081-12/+14
* V4L/DVB: cx23885: Change Kconfig dependencies to new IR_CORE functionsAndy Walls2010-08-081-1/+1
* V4L/DVB: cx23885: Require user to explicitly enable CX2388[57] IR via module ...Andy Walls2010-08-081-2/+19
* V4L/DVB: cx23885: Move AV Core irq handling to a work handlerAndy Walls2010-08-086-15/+97
* V4L/DVB: cx23885: Protect PCI interrupt mask manipulations with a spinlockAndy Walls2010-08-085-22/+103
* V4L/DVB: cx23885: Add preliminary IR Rx support for the HVR-1250 and TeVii S470Andy Walls2010-08-084-10/+111
* V4L/DVB: cx23885: Add a v4l2_subdev group id for the CX2388[578] integrated A...Andy Walls2010-08-082-2/+6
* V4L/DVB: v4l2_subdev: Move interrupt_service_routine ptr to v4l2_subdev_core_opsAndy Walls2010-08-082-3/+2
* V4L/DVB: cx23885: For CX23888 IR, configure the IO pin mux IR pins explcitlyAndy Walls2010-08-081-0/+31
* V4L/DVB: v4l2_subdev, cx23885: Differentiate IR carrier sense and I/O pin inv...Andy Walls2010-08-082-9/+25
* V4L/DVB: cx23885: Add a VIDIOC_LOG_STATUS ioctl function for analog video dev...Andy Walls2010-08-081-0/+16
* V4L/DVB: cx23885: Add correct detection of the HVR-1250 model 79501Andy Walls2010-08-081-0/+10
* V4L/DVB: cx23885: i2c_wait_done returns 0 or 1, don't check for < 0 return valueJean Delvare2010-08-081-12/+3
* V4L/DVB: cx23885: Check for slave nack on all transactionsJean Delvare2010-08-081-0/+8
* V4L/DVB: cx23885: Return -ENXIO on slave nackJean Delvare2010-08-081-2/+2
* V4L/DVB: cx23885: Enable Message Signaled Interrupts(MSI)Kusanagi Kouichi2010-08-021-2/+7
* V4L/DVB: cx23885: add support for new model revisions of the HVR12xx board fa...Michael Krufky2010-08-021-0/+40
* V4L/DVB: cx23885: Convert cx23885-input to use new in kernel IR pulse decodersAndy Walls2010-08-023-226/+116
* V4L/DVB: cx23885: Convert from struct card_ir to struct cx23885_ir_input for ...Andy Walls2010-08-022-10/+31
* V4L/DVB: videobuf: Remove the videobuf_sg_dma_map/unmap functionsLaurent Pinchart2010-08-021-1/+1
* V4L/DVB: Fix kernel Oops when number of NetUP Dual DVB-S2-CI cards more than ...Abylay Ospan2010-08-021-1/+1
* V4L/DVB: cx18, cx23885, v4l2 doc, MAINTAINERS: Update Andy Walls' email addressAndy Walls2010-06-018-8/+8