aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/msp3400.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-10V4L/DVB (6289): Remove reference to dead CONFIG_UST and ust.h headerRobert P. J. Day1-5/+0
2007-10-10V4L/DVB (6287): Fix DMA Scatter/Gather constructorMauro Carvalho Chehab1-1/+1
2007-10-10V4L/DVB (6286): Add support for MSI TV @nywhere A/D NBMauro Carvalho Chehab2-2/+8
2007-10-10V4L/DVB (6285): Remove pointless kmalloc() return value cast in Zoran PCI controller driverJesper Juhl1-4/+1
2007-10-10V4L/DVB (6284): cx23885: Update to new videobuf codeTrent Piepho2-6/+8
2007-10-10V4L/DVB (6283): videobuf: Remove references to old Kconfig option nameTrent Piepho4-8/+6
2007-10-10V4L/DVB (6279): en_50221: convert to kthread APIChristoph Hellwig1-68/+16
2007-10-10V4L/DVB (6278): Buf: fix typo that caused data loss when readng streams from deviceMaxim Levitsky1-1/+1
2007-10-10V4L/DVB (6277): vivi cleanup: remove the unused varsMauro Carvalho Chehab1-5/+0
2007-10-10V4L/DVB (6276): V4L: videobuf-core.c lock before streaming checkBrandon Philips1-3/+5
2007-10-10V4L/DVB (6275): V4L: vivi.c remove the "resource" lockingBrandon Philips1-44/+4
2007-10-10V4L/DVB (6274): V4L: vivi.c replace logic in vivi_poll with videobuf_poll_streamBrandon Philips1-17/+2
2007-10-10V4L/DVB (6273): V4L: vivi.c vidioc_try_fmt_cap() negotiate a valid fieldBrandon Philips1-2/+1
2007-10-10V4L/DVB (6272): V4L: properly fix support for capturing interlaced video in saa7134Maxim Levitsky3-10/+16
2007-10-10V4L/DVB (6271): V4L: Add basic support for suspend/resume for saa7134Maxim Levitsky5-95/+244
2007-10-10V4L/DVB (6270): V4L: Honor dev->ctl_invert when setting up the decoder in saa7134Maxim Levitsky1-2/+6
2007-10-10V4L/DVB (6269): V4L: Fix a "scheduling while atomic" bug in saa7134Maxim Levitsky1-0/+4
2007-10-10V4L/DVB (6268): V4L: Fix a lock inversion in generic videobuf codeMaxim Levitsky2-5/+34
2007-10-10V4L/DVB (6266): videobuf cleanup: mmap check is common to all videobuf. Make it at coreMauro Carvalho Chehab6-52/+20
2007-10-10V4L/DVB (6265): Prevent for calling mmap_free without an allocated bufferMauro Carvalho Chehab1-0/+3
2007-10-10V4L/DVB (6264): Make the vertical lines to moveMauro Carvalho Chehab1-6/+11
2007-10-10V4L/DVB (6263): Fix buffer release codeMauro Carvalho Chehab1-1/+3
2007-10-10V4L/DVB (6262): An allocation error message were being printed as a debug msgMauro Carvalho Chehab1-2/+1
2007-10-10V4L/DVB (6261): Cleans mem->vmalloc after vfreeMauro Carvalho Chehab1-0/+1
2007-10-10V4L/DVB (6260): Fix Kconfig dependencyMauro Carvalho Chehab4-5/+5
2007-10-10V4L/DVB (6259): Fix vivi poll() methodMauro Carvalho Chehab1-3/+2
2007-10-10V4L/DVB (6257): Rename video-buf-dvb to videobuf-dvb to be consistent with the other patchesMauro Carvalho Chehab5-4/+4
2007-10-09V4L/DVB (6256): Remove the obsolete video-buf moduleMauro Carvalho Chehab2-1713/+0
2007-10-09V4L/DVB (6255): Convert vivi to use videobuf-vmallocMauro Carvalho Chehab1-29/+15
2007-10-09V4L/DVB (6254): Add videobuf-vmallocMauro Carvalho Chehab5-1/+434
2007-10-09V4L/DVB (6253): Convert vivi to use the newer videobuf-dma-sg moduleMauro Carvalho Chehab1-33/+20
2007-10-09V4L/DVB (6252): Adapt drivers to use the newer videobuf modulesMauro Carvalho Chehab34-130/+125
2007-10-09V4L/DVB (6251): Replace video-buf to a more generic approachMauro Carvalho Chehab4-0/+2126
2007-10-09V4L/DVB (6250): bw-qcam use data_reverse instead of manually poking the control register fixBrett Warden1-4/+4
2007-10-09V4L/DVB (6249): Add Typhoon Tv-Tuner PCI to bttv-cards.cSascha Sommer3-0/+20
2007-10-09V4L/DVB (6247): Fix bug #8689: Fixes IR stop/start during suspend/resumeMauro Carvalho Chehab4-2/+13
2007-10-09V4L/DVB (6246): GemTek Radio card - Control WordTrent Piepho1-80/+44
2007-10-09V4L/DVB (6245): GemTek Radio card - frequency calculationTrent Piepho1-9/+12
2007-10-09V4L/DVB (6244): [PATCH 1/2] GemTek Radio cardPekka Seppanen1-189/+462
2007-10-09V4L/DVB (6243): [PATCH 2/2] GemTek Radio cardPekka Seppanen1-4/+20
2007-10-09V4L/DVB (6241): fix typo in DVB_PLL Kconfig help textMichael Krufky1-1/+1
2007-10-09V4L/DVB (6238): bw-qcam: use data_reverse instead of manually poking the control registerBrett Warden1-2/+16
2007-10-09V4L/DVB (6237): Oops in pwc v4l driverOliver Neukum1-24/+72
2007-10-09V4L/DVB (6235): cafe_ccic: default to allocating DMA buffers at probe timeAndres Salomon1-9/+9
2007-10-09V4L/DVB (6232): dvb-pll: report whether input rf will be autoselected or set via insmod optionMichael Krufky1-1/+14
2007-10-09V4L/DVB (6231): dvb-pll: always show pll name if forced via insmod optionMichael Krufky1-1/+1
2007-10-09V4L/DVB (6230): dvb-pll: add module option to force dvb-pll desc id (for debug use only)Michael Krufky1-1/+13
2007-10-09V4L/DVB (6229): dvb-pll: increase DVB_PLL_MAX to 64Michael Krufky1-1/+1
2007-10-09V4L/DVB (6228): dvb-pll: add module option to specify rf inputMichael Krufky1-29/+53
2007-10-09V4L/DVB (6227): dvb-pll: store instance ID in dvb_pll_priv structureMichael Krufky1-0/+14