aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885/cx23885-core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* V4L/DVB (7374): Fix left-overs from the videobuf-dma-sg.c conversion to gener...Guennadi Liakhovetski2008-04-241-1/+1
* V4L/DVB (7464): Convert driver to use a single SRAM memory mapSteven Toth2008-04-011-133/+1
* V4L/DVB (7014): cx23885: dprintk macro cleanupSteven Toth2008-01-251-3/+5
* V4L/DVB (7007): cx23885: Add basic video support for the HVR1800Steven Toth2008-01-251-26/+159
* V4L/DVB (7006): cx23885: Track the board clock frequency and allow overridesSteven Toth2008-01-251-0/+8
* V4L/DVB (7005): cx23885: SRAM reallocation prior to analog video implementationSteven Toth2008-01-251-20/+20
* V4L/DVB (7003): cx23885: Add support for device revision detectionSteven Toth2008-01-251-0/+40
* V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to V...Brandon Philips2008-01-251-9/+9
* V4L/DVB (6575): cx23885/: cleanupsAdrian Bunk2008-01-251-72/+23
* V4L/DVB (6325): Double-free in cx23885_initdevFlorin Malita2007-10-221-5/+1
* V4L/DVB (6316): Change list_for_each+list_entry to list_for_each_entryTrent Piepho2007-10-101-4/+1
* V4L/DVB (6284): cx23885: Update to new videobuf codeTrent Piepho2007-10-101-4/+6
* V4L/DVB (6199): cx23885: Changes to allow demodulators on each transport busSteven Toth2007-10-091-183/+141
* V4L/DVB (6196): cx23885: add support for DViCO FusionHDTV 5 ExpressMichael Krufky2007-10-091-0/+26
* V4L/DVB (6195): Changes to support MPEG TS on VIDBSteven Toth2007-10-091-63/+79
* V4L/DVB (6194): Changes to support interrupts on VIDBSteven Toth2007-10-091-5/+54
* V4L/DVB (6192): Ensure start_dma() is capable of starting dma on port VIDBSteven Toth2007-10-091-3/+6
* V4L/DVB (6191): Removed a redundant switch()Steven Toth2007-10-091-12/+1
* V4L/DVB (6173): cx23885: Minor cleanup and important NMI comment placed in codeSteven Toth2007-10-091-2/+6
* V4L/DVB (6171): cx23885: Cleaning up definesSteven Toth2007-10-091-19/+0
* V4L/DVB (6170): cx23885: General cleanup of old codeSteven Toth2007-10-091-38/+2
* V4L/DVB (6168): cx23885: Added HVR1250 ATSC supportSteven Toth2007-10-091-0/+7
* V4L/DVB (6167): cx23885: Changed PCI quirks to after bridge detechSteven Toth2007-10-091-6/+4
* V4L/DVB (6166): cx23885: Ensure pci_quirks is called after board identificationSteven Toth2007-10-091-2/+2