summaryrefslogtreecommitdiff
path: root/drivers/media/video/cx23885
AgeCommit message (Expand)AuthorFilesLines
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan2-0/+2
2009-07-05V4L/DVB (12166): cx23885: add FIXME comment above set_frontend overrideMichael Krufky2-0/+3
2009-07-05V4L/DVB (12165): cx23885: override set_frontend to allow rf input path switch...Michael Krufky2-0/+31
2009-06-23V4L/DVB (11909): cx23885: Use v4l bounding/alignment functionTrent Piepho1-9/+2
2009-06-23V4L/DVB (12116): cx23885: ensure correct IF freq is used on HVR1200 & HVR1700Michael Krufky1-0/+10
2009-06-23V4L/DVB (12098): Create table for customize stv0900 ts registers.Igor M. Liplianin1-2/+15
2009-06-23V4L/DVB (12095): Change lnbh24 configure bits for NetUP card.Igor M. Liplianin1-2/+4
2009-06-16V4L/DVB (12004): poll method lose race conditionFigo.zhang1-4/+10
2009-06-16V4L/DVB (11880): cx23885: support for card Mygica X8506 DMB-THDavid Wong3-1/+57
2009-06-16V4L/DVB (11858): cx23885: fix tda10048 IF frequencies for the Hauppauge WinTV...Michael Krufky1-1/+3
2009-06-16V4L/DVB (11855): cx23885: Ensure we specify I/F's for all bandwidthsSteven Toth1-1/+3
2009-06-16V4L/DVB (11853): minor have assigned value twicefigo.zhang1-1/+0
2009-06-16V4L/DVB (11844): ir-kbd-i2c: Switch to the new-style device binding modelJean Delvare1-0/+12
2009-06-16V4L/DVB (11773): cx23885: clean up struct names for Hauppauge WinTV-HVR127X d...Michael Krufky1-6/+6
2009-06-16V4L/DVB (11772): cx23885: update model matrix for "k2c2" retail boardsMichael Krufky1-0/+36
2009-06-16V4L/DVB (11771): cx23885: add DVB-T tuning support for Hauppauge WinTV-HVR1210Michael Krufky3-2/+43
2009-06-16V4L/DVB (11770): cx23885: add ATSC/QAM tuning support for Hauppauge WinTV-HVR...Michael Krufky3-0/+34
2009-06-16V4L/DVB (11769): cx23885: add ATSC/QAM tuning support for Hauppauge WinTV-HVR...Michael Krufky3-2/+17
2009-06-16V4L/DVB (11768): cx23885: add ATSC/QAM tuning support for Hauppauge WinTV-HVR...Michael Krufky2-0/+35
2009-06-16V4L/DVB (11767): cx23885: Add preliminary support for the HVR1270Steven Toth2-0/+22
2009-06-16V4L/DVB (11766): cx23885: mark functions encoder_on_port[bc] as static inlineMichael Krufky1-2/+2
2009-06-16V4L/DVB (11765): cx23885: Add generic functions for driving GPIO'sSteven Toth2-0/+98
2009-06-16V4L/DVB: cx23885/cymax2: binary/logical &/&& typoRoel Kluin1-1/+1
2009-06-16V4L/DVB (11698): cx23885: For tda10048 boards ensure we specify the I/FSteven Toth1-1/+3
2009-06-16V4L/DVB (11666): cx23885: Don't assume GPIO interrupts are cam related.Steven Toth1-3/+7
2009-05-09V4L/DVB (11664): cx23885: Frontend wasn't locking on HVR-1500Steven Toth1-1/+1
2009-04-29V4L/DVB (11626): cx23885: Two fixes for DViCO FusionHDTV DVB-T Dual ExpressChristopher Pascoe2-2/+3
2009-04-06V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil1-6/+2
2009-04-06V4L/DVB (11377): v4l: increase version numbers of drivers converted to v4l2_s...Hans Verkuil1-1/+1
2009-04-06V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg t...Hans Verkuil2-3/+6
2009-04-06V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil1-1/+1
2009-04-06V4L/DVB (11369): v4l2-subdev: add load_fw and use that instead of abusing cor...Hans Verkuil1-1/+1
2009-04-06V4L/DVB (11368): v4l2-subdev: move s_standby from core to tuner.Hans Verkuil2-2/+2
2009-03-30V4L/DVB (11297): cx23885: convert to v4l2_subdev.Hans Verkuil7-95/+47
2009-03-30V4L/DVB (11296): cx23885: bugfix error message if firmware is not foundSteven Toth1-1/+1
2009-03-30V4L/DVB (11295): cx23885: convert to v4l2_device.Hans Verkuil4-13/+25
2009-03-30V4L/DVB (11268): cx23885-417: Don't need to zero ioctl parameter fieldsTrent Piepho1-23/+4
2009-03-30V4L/DVB (11127): Kconfig: replace all occurrences of CUSTOMIZE to CUSTOMISEMauro Carvalho Chehab1-5/+5
2009-03-30V4L/DVB (11056): Bug fix in NetUP: restore high address lines in CIAbylay Ospan1-1/+1
2009-03-30V4L/DVB (10987): cx23885: fix crash on non-netup cardsHans Verkuil2-3/+13
2009-03-30V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 driversMauro Carvalho Chehab1-5/+0
2009-03-30V4L/DVB (10897): Fix Kbuild MEDIA_TUNER_CUSTOMIZE dependenciesMauro Carvalho Chehab1-4/+4
2009-03-30V4L/DVB (10838): get rid of the other occurrences of DVB_FE_CUSTOMIZE typoMauro Carvalho Chehab1-4/+4
2009-03-30V4L/DVB (10836): Kconfig: replace DVB_FE_CUSTOMIZE to DVB_FE_CUSTOMISEMauro Carvalho Chehab1-4/+4
2009-03-30V4L/DVB (10835): Kconfig: Add some missing selects for a required frontendsMauro Carvalho Chehab1-0/+2
2009-03-30V4L/DVB (10805): Add support for NetUP Dual DVB-S2 CI cardIgor M. Liplianin7-3/+186
2009-03-30V4L/DVB (10798): Add CIMax(R) SP2 Common Interface code for NetUP Dual DVB-S2...Abylay Ospan2-0/+519
2009-03-30V4L/DVB (10797): Add EEPROM code for NetUP Dual DVB-S2 CI card.Abylay Ospan2-0/+149
2009-03-30V4L/DVB (10796): Add init code for NetUP Dual DVB-S2 CI cardAbylay Ospan2-0/+150
2009-03-30V4L/DVB (10544): v4l2-common: add comments warning that about the sort orderHans Verkuil1-0/+1