aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2005-01-09Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman4-14/+14
2005-01-09Merge bk://kernel.bkbits.net/gregkh/linux/pci-2.6Linus Torvalds1-2/+2
2005-01-09Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-2/+2
2005-01-09[PATCH] Fix gcc 4 compilation in bttvAndi Kleen1-1/+0
2005-01-07[PATCH] bttv-driver.c: make some variables staticAdrian Bunk2-6/+3
2005-01-07[PATCH] DVB av7110_hw.c: remove unused functionsAdrian Bunk1-15/+0
2005-01-07[PATCH] media/video/ir-kbd-i2c.c: remove an unused functionAdrian Bunk1-10/+0
2005-01-07[PATCH] small drivers/media/radio/ cleanupsAdrian Bunk7-12/+12
2005-01-07[PATCH] MODULE_PARM conversionsAndrew Morton40-80/+81
2005-01-07[PATCH] MODULE_PARM conversionsAndrew Morton1-1/+1
2005-01-07[PATCH] drivers/media/video: the easy cleanupsGerd Knorr15-48/+40
2005-01-07[PATCH] zoran_device.c: make zr36057_init_vfe staticGerd Knorr2-2/+4
2005-01-07[PATCH] media/video/msp3400.c: remove unused struct d1Gerd Knorr1-8/+0
2005-01-07[PATCH] zoran_driver.c: make zoran_num_formats staticGerd Knorr3-3/+1
2005-01-07[PATCH] bttv help fixOlsimar1-1/+1
2005-01-07[PATCH] bttv-risc.c: make some functions staticGerd Knorr2-20/+4
2005-01-07[PATCH] bttv-i2c.c: make two functions staticGerd Knorr2-4/+2
2005-01-07[PATCH] media/video module_param conversionJan Dittmer2-8/+8
2005-01-07[PATCH] Lock initializer unifying: media driversThomas Gleixner9-13/+13
2005-01-06mergeGreg Kroah-Hartman4-14/+14
2005-01-04[PATCH] zr36067 driver - reduce stack size usageRonald Bultje1-7/+7
2005-01-04[PATCH] zr36067 driver - ppc/be portRonald Bultje2-36/+51
2005-01-04[PATCH] zr36067 driver - correct jpeg app/com markersRonald Bultje6-67/+165
2004-12-28[PATCH] av7110_hw __user annotations fixAlexander Viro1-1/+1
2004-12-28[PATCH] dib3000 portability fixAlexander Viro1-1/+1
2004-12-28[PATCH] tda80xx.c portability fixAlexander Viro1-1/+1
2004-12-28[PATCH] cinergy __user annotationsAlexander Viro1-4/+4
2004-12-21Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-2/+2
2004-12-21Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman4-14/+14
2004-12-21PCI: fix bttv-driver "cleanup" that called an incorrect function.Greg Kroah-Hartman1-1/+1
2004-12-21[PATCH] PCI: fix sparse warnings in drivers/net/* and bttvPavel Machek1-2/+2
2004-12-20USB: change wMaxPacketSize field in struct usb_config_descriptor to be __le16Greg Kroah-Hartman1-1/+1
2004-12-19USB: convert the idVendor, idProduct, bcdDevice and bcdUSB fields to __le16Greg Kroah-Hartman3-13/+13
2004-12-16[PATCH] dvb: Kconfig help typo fixOlaf Hering1-1/+1
2004-12-14[PATCH] enable meye even when CONFIG_HIGHMEM64G=yStelian Pop3-15/+20
2004-12-12[PATCH] fix dvb-net OopsJohannes Stezenbach1-4/+13
2004-12-12[PATCH] dvb: av7110 driver updateMichael Hunold10-140/+467
2004-12-12[PATCH] dvb: frontend updateMichael Hunold6-145/+181
2004-12-12[PATCH] dvb: dvb-core updateMichael Hunold3-393/+433
2004-12-12[PATCH] dvb: update dib-usb driverMichael Hunold11-235/+1750
2004-12-12[PATCH] dvb: B2C2 driver splitupMichael Hunold5-25/+829
2004-12-12[PATCH] dvb: saa7146 driver + misc updatesMichael Hunold6-17/+48
2004-12-12[PATCH] gcc4 fixesPawel Sikora1-1/+1
2004-12-07[PATCH] msp3400 quick fixGerd Knorr1-1/+4
2004-12-07[PATCH] dvb: follow changes in dvb-ttpci and budget driversMichael Hunold13-419/+2457
2004-12-07[PATCH] dvb: remove dead filesMichael Hunold5-3962/+0
2004-12-07[PATCH] dvb: core changesMichael Hunold11-635/+518
2004-12-07[PATCH] dvb: dibusb driver updateMichael Hunold2-317/+597
2004-12-07[PATCH] dvb: Cinergy T2 updateMichael Hunold2-190/+347
2004-12-07[PATCH] dvb: follow frontend changes in driversMichael Hunold13-1722/+2166
2004-12-07[PATCH] dvb: saa7146 changesMichael Hunold6-114/+100
2004-12-07[PATCH] dvb: frontend driver refactoringMichael Hunold45-7153/+9033
2004-12-07[PATCH] dvb: collateral frontend changesMichael Hunold16-115/+98
2004-12-01[PATCH] media: Update drivers/media/video/arv.cHirokazu Takata1-128/+166
2004-11-28[PATCH] v4l: fix permissions on module parameters exported via sysfsDmitry Torokhov1-8/+8
2004-11-27[PATCH] iomem annotations and isa_-ectomy: media/video/pms.cAlexander Viro1-3/+11
2004-11-21[PATCH] tuner updateGerd Knorr2-4/+13
2004-11-21[PATCH] v4l: more modparamGerd Knorr2-15/+15
2004-11-21[PATCH] v4l: disable unused function.Gerd Knorr1-1/+3
2004-11-21[PATCH] video-buf oops/crash fixesGerd Knorr3-8/+8
2004-11-20[PATCH] zoran fixAlexander Viro1-5/+5
2004-11-20[PATCH] more C99 initializersAlexander Viro2-4/+4
2004-11-20[PATCH] misc __user annotationsAlexander Viro3-4/+4
2004-11-19[PATCH] drivers/media annotationsAlexander Viro10-22/+22
2004-11-19[PATCH] 64bit portability fixesAlexander Viro3-3/+4
2004-11-18[PATCH] sonypi: return an error from sonypi_camera_command() if the camera is...Stelian Pop2-2/+8
2004-11-11mergeGreg Kroah-Hartman1-4/+1
2004-11-10[PATCH] media/video/bw-qcam.c: remove an unused functionGerd Knorr1-5/+0
2004-11-10[PATCH] v4l: msp3400 fixGerd Knorr1-1/+3
2004-11-10[PATCH] v4l: v4l1-compat modparamGerd Knorr1-1/+1
2004-11-10[PATCH] v4l: ir-common modparamGerd Knorr1-3/+3
2004-11-10[PATCH] v4l: tuner modparamGerd Knorr2-12/+12
2004-11-10[PATCH] v4l: saa7146 updateGerd Knorr3-28/+31
2004-11-10[PATCH] v4l: cx88 updateGerd Knorr13-420/+346
2004-11-10[PATCH] v4l: saa7134 updateGerd Knorr15-650/+1070
2004-11-10[PATCH] v4l: bttv updateGerd Knorr8-192/+102
2004-11-10[PATCH] v4l: add video-buf-dvb.cGerd Knorr3-0/+254
2004-11-10[PATCH] v4l: yet another video-buf interface updateGerd Knorr1-66/+67
2004-11-10[PATCH] zr36120.c: Convert pci_find_device to pci_dev_presentHanna V. Linder1-4/+1
2004-11-09[PATCH] wierd typosAndries E. Brouwer1-1/+1
2004-11-07[PATCH] fix bttv oops in btcx_riscmem_freePeter Osterlund1-1/+1
2004-11-07[PATCH] meye: cache the camera settings in the driverStelian Pop1-16/+15
2004-11-07[PATCH] meye: bump up the version numberStelian Pop1-1/+1
2004-11-07[PATCH] meye: whitespace and coding style cleanupsStelian Pop2-328/+322
2004-11-07[PATCH] meye: add v4l2 supportStelian Pop2-5/+560
2004-11-07[PATCH] meye: the driver is no longer experimental and depends on PCIStelian Pop1-2/+2
2004-11-07[PATCH] meye: cleanup init/exit pathsStelian Pop1-57/+47
2004-11-07[PATCH] meye: implement non blocking access using poll()Stelian Pop1-0/+21
2004-11-07[PATCH] meye: do lock properly when waiting for buffersStelian Pop1-2/+13
2004-11-07[PATCH] meye: picture depth is in bits not in bytesStelian Pop1-2/+2
2004-11-07[PATCH] meye: replace homebrew queue with kfifoStelian Pop2-118/+97
2004-11-07[PATCH] meye: module related fixesStelian Pop2-39/+25
2004-11-07[PATCH] v4l: keep tvaudio driver away from saa7146Michael Hunold1-0/+4
2004-11-07[PATCH] v4l: mxb driver and i2c helper cleanupMichael Hunold5-382/+331
2004-11-01[PATCH] saa7111.c: fix VIDEO_MODE_SECAMRussell King1-1/+1
2004-10-27[PATCH] bttv subdev fixGerd Knorr1-3/+7
2004-10-27[PATCH] v4l: config cleanupsGerd Knorr2-14/+15
2004-10-27[PATCH] v4l: videodev whitespace cleanupGerd Knorr2-24/+24
2004-10-27[PATCH] v4l: videobuf whitespace cleanupGerd Knorr1-16/+16
2004-10-27[PATCH] v4l: tuner updateGerd Knorr2-70/+130
2004-10-27[PATCH] v4l: msp3400 updateGerd Knorr2-372/+690
2004-10-27[PATCH] v4l: IR whitespace cleanupGerd Knorr1-3/+5
2004-10-27[PATCH] v4l: i2c whitespace cleanupGerd Knorr4-101/+101
2004-10-27[PATCH] v4l: bttv whitespace cleanupGerd Knorr11-215/+214
2004-10-27[PATCH] v4l: bttv IR input updateGerd Knorr2-29/+125
2004-10-27[PATCH] vmalloc_to_page helperArjan van de Ven2-2/+2
2004-10-27Fix kbuild problem with O=Linus Torvalds1-1/+1
2004-10-26[PATCH] DVB: misc. updates to frontend driversMichael Hunold3-178/+351
2004-10-26[PATCH] DVB: revamp dibusb driverMichael Hunold5-212/+432
2004-10-26[PATCH] DVB: add new driverMichael Hunold5-1/+875
2004-10-26[PATCH] DVB: misc. updates to the dvb-coreMichael Hunold7-30/+37
2004-10-26[PATCH] DVB: rework debugging in av7110Michael Hunold13-246/+222
2004-10-25[PATCH] cpia.c rmmod deadlock fixPeter Pregler1-10/+1
2004-10-24Merge pobox.com:/garz/repo/netdev-2.6/set-configJeff Garzik1-9/+0
2004-10-20[PATCH] cx88: discarded referenceRandy Dunlap1-1/+1
2004-10-20[PATCH] bt878: discarded referenceRandy Dunlap1-1/+1
2004-10-20[PATCH] saa7134: discarded referenceRandy Dunlap1-1/+1
2004-10-20[PATCH] skystar2 iomem annotationsAlexander Viro1-8/+7
2004-10-20[PATCH] v4l: missing bitsAndrew Morton12-81/+335
2004-10-19[PATCH] bttv IRQ fixMatthieu Castet1-0/+1
2004-10-19[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>Adrian Bunk3-6/+3
2004-10-19[PATCH] drivers: remove unused MOD_{DEC,INC}_USE_COUNTMaximilian Attems2-27/+0
2004-10-19[PATCH] vm: convert users of remap_page_range() under drivers/ and net/ to us...William Lee Irwin III5-48/+19
2004-10-19[PATCH] module_parm_array fixupsAndrew Morton2-5/+5
2004-10-19[PATCH] V4L: follow changes in saa7146Michael Hunold4-10/+29
2004-10-19[PATCH] DVB: frontend updatesMichael Hunold16-52/+65
2004-10-19[PATCH] DVB: misc driver updatesMichael Hunold18-398/+537
2004-10-19[PATCH] DVB: new driver for mobile USB Budget DVB-T devicesMichael Hunold6-12/+965
2004-10-19[PATCH] DVB: add frontend #2Michael Hunold3-0/+1516
2004-10-19[PATCH] DVB: add frontendMichael Hunold4-0/+1980
2004-10-19[PATCH] DVB: frontend conversion #4Michael Hunold2-277/+294
2004-10-19[PATCH] DVB: frontend conversion #3Michael Hunold5-292/+600
2004-10-19[PATCH] DVB: frontend conversion #2Michael Hunold5-867/+1168
2004-10-19[PATCH] DVB: frontend conversionMichael Hunold4-1076/+1303
2004-10-19[PATCH] DVB: core updateMichael Hunold15-737/+382
2004-10-19[PATCH] DVB: skystar2 dvb bt8xx updateMichael Hunold7-327/+231
2004-10-19[PATCH] DVB: documentation updateMichael Hunold3-14/+14
2004-10-19[PATCH] DVB: update saa7146Michael Hunold5-48/+52
2004-10-19[PATCH] v4l: msp3400 cleanupGerd Knorr1-4/+2
2004-10-19[PATCH] DVB/V4L dependency fixGerd Knorr1-0/+10
2004-10-19[PATCH] v4l: cx88 driver updateGerd Knorr13-995/+3528
2004-10-19[PATCH] v4l: bttv driver updateGerd Knorr12-208/+303
2004-10-19[PATCH] v4l: adapt saa7146 to video-buf changes.Gerd Knorr3-12/+21
2004-10-19[PATCH] v4l: avoid using struct file ptrs in video-bufGerd Knorr1-49/+52
2004-10-19[PATCH] v4l: tuner updateGerd Knorr1-3/+43
2004-10-18Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman7-12/+9
2004-10-18[PATCH] janitor: drivers/media: replace schedule_timeout() with msleep()Maximilian Attems9-41/+23
2004-10-18[PATCH] janitor: kill KERNEL_VERSION duplicate in videocodec.cMaximilian Attems1-5/+0
2004-10-18[PATCH] m32r: AR camera driverHirokazu Takata3-1/+894
2004-10-05[PATCH] PCI: remove driver private PCI state, 1 arg for pci_{save,restore}_stateRoger Luethi6-9/+6
2004-10-05[PATCH] PCI: remove pci_find_class() usage from all drivers/ filesGreg Kroah-Hartman1-3/+3
2004-10-05Merge bk://kernel.bkbits.net/acme/sk_buff-2.6David S. Miller1-1/+1
2004-10-05[PATCH] more new struct initializersAlexander Viro2-17/+16
2004-10-05[SKBUFF] introduce eth_hdr(skb)Arnaldo Carvalho de Melo1-1/+1
2004-10-04[PATCH] Fix error path in Video4Linux dpc7146 driverMichael Hunold1-0/+1
2004-09-25[PATCH] bttv: fix DMA setup bug in latest updatePeter Osterlund1-2/+3
2004-09-22[PATCH] bttv bugfixGerd Knorr1-5/+5
2004-09-02[PATCH] radio/radio-sf16fmr2: replace schedule_timeout() with msleep()Maximilian Attems1-14/+1
2004-09-02[PATCH] radio/radio-sf16fmi: replace schedule_timeout() with msleep()Maximilian Attems1-4/+2
2004-09-02[PATCH] saa7146_i2c.c: use msleep()Maximilian Attems1-14/+7
2004-09-02[PATCH] radio/radio-maxiradio: replace schedule_timeout() with msleep()Maximilian Attems1-8/+1
2004-09-02[PATCH] radio/miropcm20-rds: replace schedule_timeout() with msleep()Maximilian Attems1-2/+2
2004-09-02[PATCH] radio/radio-aimslab: replace while/schedule() with msleep()Maximilian Attems1-6/+1
2004-09-02[PATCH] radio/radio-cadet: replace schedule_timeout() with msleep()Maximilian Attems1-4/+2
2004-09-02[PATCH] radio/radio-maestro: replace schedule_timeout() with msleep()Maximilian Attems1-35/+15
2004-09-02[PATCH] Disable colour conversion in the CPiA Video Camera driverLuca Risolia1-8/+30
2004-09-02[PATCH] v4l: saa7134 driver updateGerd Knorr8-39/+175
2004-09-02[PATCH] v4l: bttv driver update.Gerd Knorr7-9/+144
2004-09-02[PATCH] v4l: i2c tuner modules updateGerd Knorr2-10/+78
2004-09-02[PATCH] v4l: i2c cleanupsGerd Knorr5-20/+18
2004-08-30[PATCH] stv0299 device naming fixJacek Poplawski1-1/+1
2004-08-30[PATCH] v4l/bttv: add sanity check (bug #3309)Gerd Knorr1-0/+2
2004-08-30[PATCH] zr36067 driver - correct subfrequency carrierRonald Bultje1-0/+28
2004-08-30[PATCH] zr36067 driver - use msleep() instead of schedule_timeout()Ronald Bultje1-2/+1
2004-08-30[PATCH] zr36067 driver - correct i2c-algo-bit dependency in KconfigRonald Bultje1-1/+1
2004-08-29[netdev] Remove no-op in-driver implementations of ->set_config()Jeff Garzik1-9/+0
2004-08-27[PATCH] 64bit portability fixes (pointer-to-int stuff)Alexander Viro2-5/+5
2004-08-27[PATCH] 64bit cleanup in bt878 and btaudioAlexander Viro1-1/+1
2004-08-26[PATCH] dvb pci_enable_device() fixBjorn Helgaas1-3/+7
2004-08-25[PATCH] more size_t portability fixesAlexander Viro3-4/+4
2004-08-25[PATCH] removed bogus casts of SPIN_LOCK_UNLOCKEDAlexander Viro1-1/+1
2004-08-23[PATCH] Add pci dependencies to drivers/media/dvb/ttpci/KconfigCornelia Huck1-4/+4
2004-08-23Merge bk://kernel.bkbits.net/gregkh/linux/pci-2.6Linus Torvalds6-11/+4
2004-08-22Merge bk://linux-sam.bkbits.net/kbuildLinus Torvalds1-1/+1
2004-08-22[PATCH] radio-maestro.c: gcc-3.5 fixesAdrian Bunk1-2/+2
2004-08-22[PATCH] gcc-3.5 fixesAndi Kleen1-1/+1
2004-08-22[PATCH] gcc-3.5 fixesAndi Kleen1-2/+0
2004-08-22[PATCH] gcc-3.5 fixesAndi Kleen1-2/+0
2004-08-22[PATCH] gcc-3.5 fixesAndi Kleen1-3/+0
2004-08-22Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-1/+1
2004-08-15Merge mars.ravnborg.org:/home/sam/bk/kbuild-mmSam Ravnborg1-1/+1
2004-08-11kbuild: Replace host-progs with hostprogs-ySam Ravnborg1-1/+1
2004-08-10[PATCH] Remove spaces from Skystar2 pci_driver.name fieldDeepak Saxena1-1/+1
2004-08-09[PATCH] boolean typo in DVBDave Jones1-1/+1
2004-08-01[PATCH] DVB: "errno" undefinedArnd Bergmann3-17/+12
2004-07-28[PATCH] depends on PCI: Technisat Skystar2 PCIGeert Uytterhoeven1-1/+1
2004-07-28[PATCH] depends on PCI: Guillemot MAXI Radio FM 2000Geert Uytterhoeven1-1/+1
2004-07-28[PATCH] dvb_usercopy() fixJohannes Stezenbach1-1/+5
2004-07-28[PATCH] DVB major numberAlan Cox1-1/+1
2004-07-26[PATCH] zoran switched to seq_fileAlexander Viro1-78/+26