aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885/cx23885-core.c
Commit message (Expand)AuthorAgeFilesLines
* [media] Revert "V4L/DVB: cx23885: Enable Message Signaled Interrupts(MSI)"Jarod Wilson2011-07-111-7/+2
* [media] use pci_dev->revisionBjørn Mork2011-05-201-1/+1
* [media] cx23885: disable MSI for NetUP cards, otherwise CI is not workingIgor M. Liplianin2011-03-211-0/+4
* [media] cx23885: implement num_fds_portb, num_fds_portc parameters for cx2388...Igor M. Liplianin2011-03-211-0/+6
* [media] cx23885: implement tuner_bus parameter for cx23885_board structureIgor M. Liplianin2011-03-211-2/+3
* [media] Initial commit to support NetUP Dual DVB-T/C CI RF cardIgor M. Liplianin2011-03-211-10/+12
* [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: cx23885: Move AV Core irq handling to a work handlerAndy Walls2010-08-081-9/+11
* V4L/DVB: cx23885: Protect PCI interrupt mask manipulations with a spinlockAndy Walls2010-08-081-7/+87
* V4L/DVB: cx23885: Add preliminary IR Rx support for the HVR-1250 and TeVii S470Andy Walls2010-08-081-4/+18
* V4L/DVB: v4l2_subdev: Move interrupt_service_routine ptr to v4l2_subdev_core_opsAndy Walls2010-08-081-1/+1
* V4L/DVB: cx23885: Enable Message Signaled Interrupts(MSI)Kusanagi Kouichi2010-08-021-2/+7
* V4L/DVB: videobuf: Remove the videobuf_sg_dma_map/unmap functionsLaurent Pinchart2010-08-021-1/+1
* V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart2009-12-161-11/+0
* V4L/DVB (13493): TeVii S470 and TBS 6920 fixesIgor M. Liplianin2009-12-051-0/+20
* V4L/DVB (13288): adding __init/__exit macros to various driversPeter Huewe2009-12-051-2/+2
* V4L/DVB (13238): v4l2_subdev: rename tuner s_standby operation to core s_powerLaurent Pinchart2009-12-051-1/+1
* V4L/DVB (13100): cx23885: Add IR input keypress handling and enable for the H...Andy Walls2009-12-051-0/+3
* V4L/DVB (13098): cx23885: Add integrated IR subdevice interrupt and notificat...Andy Walls2009-12-051-14/+60
* V4L/DVB (13086): cx23885: Add skeleton v4l2_subdev for the CX23888 integrated...Andy Walls2009-12-051-0/+20
* V4L/DVB (12956): Fix gpio mutex in NetUP Dual DVB-S2 CI card.Abylay Ospan2009-09-191-0/+1
* V4L/DVB (12307): cx23885: Modify hardware revision detection for newer siliconSteven Toth2009-09-121-3/+19
* V4L/DVB (12304): cx23885: Remove hardcoded gpio bits from the encoder driverSteven Toth2009-09-121-0/+8
* V4L/DVB (11766): cx23885: mark functions encoder_on_port[bc] as static inlineMichael Krufky2009-06-161-2/+2
* V4L/DVB (11765): cx23885: Add generic functions for driving GPIO'sSteven Toth2009-06-161-0/+82
* V4L/DVB (11666): cx23885: Don't assume GPIO interrupts are cam related.Steven Toth2009-06-161-3/+7
* V4L/DVB (11368): v4l2-subdev: move s_standby from core to tuner.Hans Verkuil2009-04-061-1/+1
* V4L/DVB (11297): cx23885: convert to v4l2_subdev.Hans Verkuil2009-03-301-1/+1
* V4L/DVB (11295): cx23885: convert to v4l2_device.Hans Verkuil2009-03-301-6/+11
* V4L/DVB (10987): cx23885: fix crash on non-netup cardsHans Verkuil2009-03-301-2/+8
* V4L/DVB (10805): Add support for NetUP Dual DVB-S2 CI cardIgor M. Liplianin2009-03-301-1/+19
* V4L/DVB (9265): videobuf: data storage optimisationDarron Broad2008-10-171-1/+1
* V4L/DVB (9251): cx23885: Checkpatch complianceSteven Toth2008-10-171-121/+146
* V4L/DVB (9231): cx23885: Define num_frontends as a function of the portSteven Toth2008-10-171-0/+7
* V4L/DVB (9230): cx23885: MFE related OOPS fixSteven Toth2008-10-171-0/+4
* V4L/DVB (8559): replace __FUNCTION__ with __func__Alexander Beregalov2008-10-121-1/+1
* V4L/DVB (8805): Steven Toth email address changeSteven Toth2008-09-031-2/+2
* V4L/DVB (8472): cx23885: SRAM changes for the 885 and 887 silicon parts.Steven Toth2008-07-261-2/+114
* V4L/DVB (8471): cx23885: Reallocated the sram to avoid concurrent VIDB/C issues.Steven Toth2008-07-261-6/+9
* V4L/DVB (8467): cx23885: Minor cleanup to the debuging output for a specific ...Steven Toth2008-07-261-2/+3
* V4L/DVB (8466): cx23885: Bugfix - DVB Transport cards using DVB port VIDB/TS1...Steven Toth2008-07-261-2/+16
* V4L/DVB (8465): cx23885: Ensure PAD_CTRL is always reset to a sensible defaultSteven Toth2008-07-261-0/+1
* V4L/DVB (8464): cx23885: Bugfix for concurrent use of /dev/video0 and /dev/vi...Steven Toth2008-07-261-2/+2
* V4L/DVB (8133): cx23885 endianness fixesAl Viro2008-07-201-5/+5
* V4L/DVB (7965): annotate bcx_riscmemAl Viro2008-06-051-4/+4
* V4L/DVB (7726): cx23885: Enable cx23417 support on the HVR1800Steven Toth2008-04-241-1/+44
* V4L/DVB (7725): cx23885: Add generic cx23417 hardware encoder supportSteven Toth2008-04-241-30/+133
* V4L/DVB (7648): cx23885: Load any module dependencies accordinglySteven Toth2008-04-241-1/+1
* V4L/DVB (7520): media/video/cx23885 replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-49/+49