summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
...
| * V4L/DVB (6334): cx88: Change (struct cx8802_dev)->drvlist to a list_head and ...Trent Piepho2007-10-222-34/+34
| * V4L/DVB (6333): cx88: Change void* card_priv to struct vp3054_i2c_stateTrent Piepho2007-10-223-10/+15
| * V4L/DVB (6332): cx88: Only include the blackbird fields if blackbird is selectedTrent Piepho2007-10-222-6/+12
| * V4L/DVB (6330): V4L: saa7134: Fix interaction between tvaudio thread and the ...Maxim Levitsky2007-10-222-7/+24
| * V4L/DVB (6329): Additional Fixes for saa7134 suspend/resumeMaxim Levitsky2007-10-225-22/+57
| * V4L/DVB (6328): ivtv: fix NULL dereferenceAdrian Bunk2007-10-221-1/+1
| * V4L/DVB (6326): tuner-core.c: fe_has_signal() can return uninitialized valueMichael Krufky2007-10-221-1/+1
| * V4L/DVB (6325): Double-free in cx23885_initdevFlorin Malita2007-10-221-5/+1
| * V4L/DVB (6324): fix videobuf_cgmbuf exportPekka Enberg2007-10-221-1/+1
| * V4L/DVB (6323): V4L: cinergyT2, remove bad usage of ERESTARTSYSJiri Slaby2007-10-221-13/+29
| * V4L/DVB (6321): Remove obsolete VIDIOC_S/G_MPEGCOMP ioctlsHans Verkuil2007-10-225-223/+0
| * V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab2007-10-2232-52/+10
| * V4L/DVB (6319): radio-gemtek: fix 'VID_HARDWARE_GEMTEK' undeclaredPekka Seppänen2007-10-221-1/+0
| * V4L/DVB (6187): cx88-alsa: Add TLV supportTrent Piepho2007-10-221-0/+6
| * V4L/DVB (6185): cx88-alsa: Add mute controls, change control namesTrent Piepho2007-10-221-13/+67
* | [SG] Update drivers to use sg helpersJens Axboe2007-10-223-6/+9
|/
* more UTF-8 conversionsMarcin Garski2007-10-192-4/+4
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-197-8/+8
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-194-14/+14
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-2/+2
* get rid of input BIT* duplicate definesJiri Slaby2007-10-195-7/+7
* remove asm/bitops.h includesJiri Slaby2007-10-191-1/+1
* Replace __attribute_pure__ with __pureRalf Baechle2007-10-181-1/+1
* freezer: introduce freezer-friendly waiting macrosRafael J. Wysocki2007-10-181-1/+2
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-161-1/+1
* signedness: module_param_array nump argumentAl Viro2007-10-143-6/+6
* cx23885: Drop empty i2c algorithm control callbackJean Delvare2007-10-131-7/+0
* i2c: Remove NOP i2c_algorithm.algo_control() methodsDavid Brownell2007-10-136-48/+0
* v4l: copy_to_user() is not a good method nameAl Viro2007-10-133-3/+3
* cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman2007-10-121-4/+1
* Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-111-1/+8
|\
| * [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-1/+8
* | V4L/DVB (6316): Change list_for_each+list_entry to list_for_each_entryTrent Piepho2007-10-109-55/+20
* | V4L/DVB (6315): pvrusb2: Change list_for_each+list_entry to list_for_each_entryTrent Piepho2007-10-102-38/+17
* | V4L/DVB (6314): saa7134: Replace list_for_each+list_entry with list_for_each_...Trent Piepho2007-10-104-64/+35
* | V4L/DVB (6313): ivtv: Replace list_for_each+list_entry with list_for_each_entryTrent Piepho2007-10-101-20/+6
* | V4L/DVB (6312): cx88: Replace list_for_each+list_entry with list_for_each_entryTrent Piepho2007-10-103-15/+5
* | V4L/DVB (6311): dvb: Replace list_for_each+list_entry with list_for_each_entryTrent Piepho2007-10-102-23/+9
* | V4L/DVB (6308): V4L: zc0301, remove bad usage of ERESTARTSYSJiri Slaby2007-10-101-1/+1
* | V4L/DVB (6307): V4L: w9968cf, remove bad usage of ERESTARTSYSJiri Slaby2007-10-101-1/+1
* | V4L/DVB (6306): Few clenups for saa7134 resume codeMaxim Levitsky2007-10-103-20/+22
* | V4L/DVB (6305): V4L: videobuf-core.c avoid NULL dereferences in videobuf-coreBrandon Philips2007-10-103-5/+17
* | V4L/DVB (6301): pvrusb: Update DEBUGIFC sysfs to kernel 2.6.13+Trent Piepho2007-10-101-5/+11
* | V4L/DVB (6300): CodingStyle cleanupTrent Piepho2007-10-101-1/+2
* | V4L/DVB (6299): dvb: Add dependencies for VIDEOBUF_DVBTrent Piepho2007-10-101-0/+2
* | V4L/DVB (6297): cx23885: remove wrong Kconfig selection of VIDEOBUFMichael Krufky2007-10-101-1/+0
* | V4L/DVB (6296): dib0700: add support for AverMedia DVB-T Express cardJoachim Steiger2007-10-102-1/+7
* | V4L/DVB (6295): saa7134: add autodetection for KWorld ATSC-115Eric Sandeen2007-10-101-1/+7
* | V4L/DVB (6293): V4L: convert struct class_device to struct deviceKay Sievers2007-10-109-334/+379
OpenPOWER on IntegriCloud