summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2
Commit message (Expand)AuthorAgeFilesLines
...
* V4L/DVB (11205): pvrusb2: Remove ancient IVTV specific ioctl functionsMike Isely2009-03-301-4/+0
* V4L/DVB (11204): pvrusb2: Remove old i2c layer; we use v4l2-subdev nowMike Isely2009-03-3020-2074/+3
* V4L/DVB (11203): pvrusb2: Implement better reporting on attached sub-devicesMike Isely2009-03-301-29/+86
* V4L/DVB (11202): pvrusb2: Fix slightly mis-leading header in debug interface ...Mike Isely2009-03-301-1/+1
* V4L/DVB (11201): pvrusb2: Fix space-after-comma idiocyMike Isely2009-03-301-1/+1
* V4L/DVB (11200): pvrusb2: Make a bunch of dvb config structures const (trivial)Mike Isely2009-03-303-7/+7
* V4L/DVB (11199): pvrusb2: Convert all device definitions to use new sub-devic...Mike Isely2009-03-301-45/+41
* V4L/DVB (11198): pvrusb2: Define default I2C address for CS53L32A sub-deviceMike Isely2009-03-301-0/+1
* V4L/DVB (11197): pvrusb2: Fix incorrectly named sub-device IDMike Isely2009-03-302-2/+2
* V4L/DVB (11196): pvrusb2: Define default I2C addresses for msp3400 and saa711...Mike Isely2009-03-301-0/+2
* V4L/DVB (11195): pvrusb2: Issue required core init broadcast to all sub-devicesMike Isely2009-03-301-0/+2
* V4L/DVB (11194): pvrusb2: Implement mechanism to force a full sub-device updateMike Isely2009-03-306-13/+17
* V4L/DVB (11193): pvrusb2: Correct some trace print inaccuraciesMike Isely2009-03-301-1/+2
* V4L/DVB (11192): pvrusb2: Implement trace print for stream on / off actionMike Isely2009-03-301-0/+2
* V4L/DVB (11191): pvrusb2: Define default I2C address for cx25840 sub-deviceMike Isely2009-03-301-0/+1
* V4L/DVB (11190): pvrusb2: Broadcast tuner type change to sub-devicesMike Isely2009-03-301-1/+17
* V4L/DVB (11189): pvrusb2: Deal with space-after-comma coding style idiocyMike Isely2009-03-301-1/+1
* V4L/DVB (11188): pvrusb2: Sub-device update must happen BEFORE state dirty bi...Mike Isely2009-03-301-3/+3
* V4L/DVB (11187): pvrusb2: Allow sub-devices to insert correctlyMike Isely2009-03-301-0/+2
* V4L/DVB (11186): pvrusb2: Fix bugs involved in listing of sub-devicesMike Isely2009-03-301-5/+11
* V4L/DVB (11185): pvrusb2: Fix uninitialized counterMike Isely2009-03-301-1/+1
* V4L/DVB (11184): pvrusb2: Define default i2c address for wm8775 sub-deviceMike Isely2009-03-301-0/+1
* V4L/DVB (11183): pvrusb2: Implement more sub-device loading trace and improve...Mike Isely2009-03-301-2/+24
* V4L/DVB (11182): pvrusb2: Tie in cx25840 sub-device supportMike Isely2009-03-303-8/+51
* V4L/DVB (11181): pvrusb2: Fix silly 80 column issueMike Isely2009-03-301-1/+2
* V4L/DVB (11180): pvrusb2: Tie in msp3400 sub-device supportMike Isely2009-03-303-10/+41
* V4L/DVB (11179): pvrusb2: make sub-device specific update function names uniformMike Isely2009-03-303-3/+3
* V4L/DVB (11178): pvrusb2: Make audio sample rate update into a sub-device bro...Mike Isely2009-03-302-18/+20
* V4L/DVB (11177): pvrusb2: Tie in saa7115 sub-device handlingMike Isely2009-03-303-10/+58
* V4L/DVB (11176): pvrusb2: Tie in wm8775 sub-device handlingMike Isely2009-03-304-1/+33
* V4L/DVB (11175): pvrusb2: Implement sub-device specific update frameworkMike Isely2009-03-301-1/+18
* V4L/DVB (11174): pvrusb2: Implement reporting of connected sub-devicesMike Isely2009-03-301-0/+23
* V4L/DVB (11173): pvrusb2: Fix backwards function header commentsMike Isely2009-03-301-6/+6
* V4L/DVB (11172): pvrusb2: Cause overall initialization to fail if sub-driver(...Mike Isely2009-03-301-15/+17
* V4L/DVB (11171): pvrusb2: Tie in sub-device decoder start/stopMike Isely2009-03-301-26/+39
* V4L/DVB (11170): pvrusb2: Clean-up / placeholders inserted for additional dev...Mike Isely2009-03-302-2/+2
* V4L/DVB (11169): pvrusb2: Note who our video decoder sub-device is, and set i...Mike Isely2009-03-302-0/+29
* V4L/DVB (11168): pvrusb2: Define value for a null sub-device IDMike Isely2009-03-301-0/+1
* V4L/DVB (11167): pvrusb2: Tie in various v4l2 operations into the sub-device ...Mike Isely2009-03-302-4/+99
* V4L/DVB (11166): pvrusb2: Implement status fetching from sub-devicesMike Isely2009-03-302-8/+14
* V4L/DVB (11165): pvrusb2: Tie in debug register access to sub-devicesMike Isely2009-03-301-1/+4
* V4L/DVB (11164): pvrusb2: Tie-in sub-device log requestsMike Isely2009-03-301-0/+1
* V4L/DVB (11163): pvrusb2: Lay foundation for triggering sub-device updatesMike Isely2009-03-301-7/+18
* V4L/DVB (11162): pvrusb2: Tie up loose ends with v4l2-subdev setupMike Isely2009-03-301-5/+14
* V4L/DVB (11161): pvrusb2: Set i2c autoprobing to be off by defaultMike Isely2009-03-301-1/+2
* V4L/DVB (11160): pvrusb2: whitespace tweaksMike Isely2009-03-302-1/+3
* V4L/DVB (11159): pvrusb2: Providing means to stop tracking an old i2c moduleMike Isely2009-03-303-23/+64
* V4L/DVB (11158): pvrusb2: New device attribute mechanism to specify sub-devicesMike Isely2009-03-303-4/+144
* V4L/DVB (11157): pvrusb2: whitespace trivial tweaksMike Isely2009-03-305-0/+8
* V4L/DVB (11156): pvrusb2: Changes to further isolate old i2c layerMike Isely2009-03-303-9/+19