summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-2214-4/+23
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-1513-4/+20
| * lirc: make chardev nonseekableArnd Bergmann2010-09-162-0/+3
* | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-227-58/+19
|\ \
| * | BKL: introduce CONFIG_BKL.Arnd Bergmann2010-10-211-0/+1
| * | dabusb: remove the BKLArnd Bergmann2010-10-191-15/+3
| * | dvb-core: kill the big kernel lockArnd Bergmann2010-10-194-40/+11
| * | dvb/bt8xx: kill the big kernel lockArnd Bergmann2010-10-191-3/+4
| |/
* | v4l1: fix 32-bit compat microcode loading translationLinus Torvalds2010-10-151-11/+21
* | V4L/DVB: v4l: radio: si470x: fix unneeded free_irq() callMarek Szyprowski2010-09-301-1/+1
* | V4L/DVB: v4l: videobuf: prevent passing a NULL to dma_free_coherent()Pawel Osciak2010-09-301-2/+4
* | V4L/DVB: ir-core: Fix null dereferences in the protocols sysfs interfaceBrian Rogers2010-09-301-6/+11
* | V4L/DVB: v4l: s5p-fimc: Fix 3-planar formats handling and pixel offset error ...Sylwester Nawrocki2010-09-271-50/+37
* | V4L/DVB: v4l: s5p-fimc: Fix return value on probe() failurePawel Osciak2010-09-271-1/+3
* | V4L/DVB: uvcvideo: Restrict frame rates for Chicony CNF7129 webcamLaurent Pinchart2010-09-272-0/+16
* | V4L/DVB: uvcvideo: Fix support for Medion Akoya All-in-one PC integrated webcamLaurent Pinchart2010-09-271-0/+9
* | V4L/DVB: ivtvfb: prevent reading uninitialized stack memoryDan Rosenberg2010-09-271-0/+2
* | V4L/DVB: cx25840: Fix typo in volume control initialization: 65335 vs. 65535Andy Walls2010-09-271-1/+1
* | V4L/DVB: v4l: mem2mem_testdev: add missing release for video_devicePawel Osciak2010-09-271-0/+1
* | V4L/DVB: v4l: mem2mem_testdev: fix errorenous comparisonPawel Osciak2010-09-271-1/+1
* | V4L/DVB: mt9v022.c: Fixed compilation warningIonut Gabriel Popescu2010-09-271-3/+0
* | V4L/DVB: mt9m111: added current colorspace at g_fmtMichael Grzeschik2010-09-271-0/+1
* | V4L/DVB: mt9m111: cropcap and s_crop check if type is VIDEO_CAPTUREMichael Grzeschik2010-09-271-1/+6
* | V4L/DVB: mx2_camera: fix a race causing NULL dereferenceBaruch Siach2010-09-271-0/+4
* | V4L/DVB: gspca - sn9c20x: Bad transfer size of Bayer imagesJean-François Moine2010-09-271-2/+1
* | V4L/DVB: videobuf-dma-sg: set correct size in last sg elementHans Verkuil2010-09-271-4/+7
* | V4L/DVB: cx231xx: Avoid an OOPS when card is unknown (card=0)Mauro Carvalho Chehab2010-09-271-6/+8
* | V4L/DVB: dvb: fix smscore_getbuffer() logicRichard Zidlicky2010-09-271-19/+12
* | V4L/DVB: dib7000p: add disable sample and hold, and diversity delay parameterOlivier Grenie2010-09-273-1/+8
* | V4L/DVB: dib7770: enable the current mirrorOlivier Grenie2010-09-273-1/+57
* | V4L/DVB: IR: extend MCE keymapMaxim Levitsky2010-09-271-0/+3
* | V4L/DVB: IR: fix keys beeing stuck down foreverMaxim Levitsky2010-09-271-1/+1
* | V4L/DVB: IR: fix duty cycle capabilityMaxim Levitsky2010-09-271-1/+1
* | V4L/DVB: rc-core: increase repeat timeMauro Carvalho Chehab2010-09-272-3/+7
* | V4L/DVB: Don't identify PV SBTVD Hybrid as a DibCom deviceMauro Carvalho Chehab2010-09-273-1/+5
* | V4L/DVB: mceusb: add two new ASUS device IDsJarod Wilson2010-09-271-0/+4
* | V4L/DVB: gspca - main: Fix a crash of some webcams on ARM archJason Wang2010-09-271-0/+1
* | V4L/DVB: Fix regression for BeholdTV ColumbusDmitri Belimov2010-09-271-5/+5
* | V4L/DVB: saa7164: move dereference under NULL checkDan Carpenter2010-09-271-2/+3
* | V4L/DVB: pvrusb2: remove unneeded NULL checksDan Carpenter2010-09-271-3/+3
* | V4L/DVB: opera1: remove unneeded NULL checkDan Carpenter2010-09-271-3/+1
* | V4L/DVB: IR: ir-raw-event: null pointer dereferenceDan Carpenter2010-09-271-1/+3
* | V4L/DVB: unlock on error pathDan Carpenter2010-09-271-1/+2
* | V4L/DVB: cx88: Kconfig: Remove EXPERIMENTAL dependency from VIDEO_CX88_ALSAlawrence rust2010-09-271-1/+1
|/
* V4L/DVB: mantis: Fix IR_CORE dependencyIngo Molnar2010-08-241-1/+1
* v4l: Remove reference to bkl ioctl in compat ioctl handlingFrederic Weisbecker2010-08-141-6/+1
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-1315-14/+22
|\
| * V4L/DVB: v4l2-ctrls.c: needs to include slab.hRandy Dunlap2010-08-121-0/+1
| * V4L/DVB: fix Kconfig to depends on VIDEO_IRMauro Carvalho Chehab2010-08-1210-10/+10
| * V4L/DVB: Fix IR_CORE dependenciesMauro Carvalho Chehab2010-08-124-4/+11
OpenPOWER on IntegriCloud