summaryrefslogtreecommitdiffstats
path: root/drivers/serial/68328serial.h (unfollow)
Commit message (Expand)AuthorFilesLines
2007-10-22V4L/DVB (6352): ir-kbd-i2c: Missing break statementTrent Piepho1-0/+1
2007-10-22V4L/DVB (6350): V4L: possible leak in em28xx_init_isocFlorin Malita1-1/+2
2007-10-22V4L/DVB (6348): ivtv: undo video mute when closing the radioHans Verkuil1-0/+5
2007-10-22V4L/DVB (6347): ivtv: fix video mute when radio is usedHans Verkuil1-7/+10
2007-10-22V4L/DVB (6346): ivtvfb: YUV output size fix when ivtvfb is not loadedIan Armstrong1-66/+72
2007-10-22V4L/DVB (6345): ivtvfb: YUV handling of an image which is not visible in the ...Ian Armstrong2-10/+13
2007-10-22V4L/DVB (6343): ivtvfb: check return value of unregister_framebufferHans Verkuil1-1/+4
2007-10-22V4L/DVB (6342): ivtv: fix circular locking (bug 9037)Hans Verkuil3-47/+65
2007-10-22V4L/DVB (6341): ivtv: fix resizing MPEG1 streamsHans Verkuil1-5/+8
2007-10-22V4L/DVB (6340): ivtvfb: screen mode change sometimes goes wrongIan Armstrong1-11/+3
2007-10-22V4L/DVB (6339): ivtv: set the video color to black instead of green when capt...Hans Verkuil1-1/+2
2007-10-22V4L/DVB (6338): ivtv: fix incorrect EBUSY returnHans Verkuil1-0/+1
2007-10-22V4L/DVB (6336): cx8802: Plug memory leak when unregistering a driverTrent Piepho1-0/+2
2007-10-22V4L/DVB (6335): cx8802: Replace list_for_each+list_entry with list_for_each_e...Trent Piepho1-56/+29
2007-10-22V4L/DVB (6334): cx88: Change (struct cx8802_dev)->drvlist to a list_head and ...Trent Piepho2-34/+34
2007-10-22V4L/DVB (6333): cx88: Change void* card_priv to struct vp3054_i2c_stateTrent Piepho3-10/+15
2007-10-22V4L/DVB (6332): cx88: Only include the blackbird fields if blackbird is selectedTrent Piepho2-6/+12
2007-10-22V4L/DVB (6330): V4L: saa7134: Fix interaction between tvaudio thread and the ...Maxim Levitsky2-7/+24
2007-10-22V4L/DVB (6329): Additional Fixes for saa7134 suspend/resumeMaxim Levitsky5-22/+57
2007-10-22V4L/DVB (6328): ivtv: fix NULL dereferenceAdrian Bunk1-1/+1
2007-10-22V4L/DVB (6326): tuner-core.c: fe_has_signal() can return uninitialized valueMichael Krufky1-1/+1
2007-10-22V4L/DVB (6325): Double-free in cx23885_initdevFlorin Malita1-5/+1
2007-10-22V4L/DVB (6324): fix videobuf_cgmbuf exportPekka Enberg1-1/+1
2007-10-22V4L/DVB (6323): V4L: cinergyT2, remove bad usage of ERESTARTSYSJiri Slaby1-13/+29
2007-10-22V4L/DVB (6321): Remove obsolete VIDIOC_S/G_MPEGCOMP ioctlsHans Verkuil7-319/+0
2007-10-22V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab35-96/+10
2007-10-22V4L/DVB (6319): radio-gemtek: fix 'VID_HARDWARE_GEMTEK' undeclaredPekka Seppänen1-1/+0
2007-10-22V4L/DVB (6187): cx88-alsa: Add TLV supportTrent Piepho1-0/+6
2007-10-22V4L/DVB (6185): cx88-alsa: Add mute controls, change control namesTrent Piepho1-13/+67
2007-10-21NFS: Fix a typo in nfs_call_unlink()Trond Myklebust1-1/+1
2007-10-21NFSv2: Ensure that the directory metadata gets revalidated on file createTrond Myklebust1-0/+1
2007-10-21nobh: nobh_write_end fixNick Piggin1-2/+1
2007-10-21Blackfin arch: update boards filesBryan Wu1-1/+1
2007-10-21Blackfin arch: dma add some API and cleanup bf54x DMA definitionBryan Wu6-6/+34
2007-10-21Blackfin arch: cleanup and promote the general purpose timers api to a core b...Mike Frysinger6-211/+484
2007-10-21Blackfin arch: add a cheesy install targetMike Frysinger2-0/+60
2007-10-21Blackfin arch: add functions for converting between sclks and usecsMike Frysinger2-1/+15
2007-10-21Blackfin arch: add assembly function for doing 64bit unsigned divisionMike Frysinger2-1/+376
2007-10-21Blackfin arch: -mno-fdpic worksMike Frysinger1-0/+2
2007-10-21Blackfin arch: use "char bfin_board_name[]" rather than "char *bfin_board_nam...Mike Frysinger16-25/+25
2007-10-21Blackfin arch: Fixing Bug: balance calls to get_task_mm with corresponding mm...Bernd Schmidt1-0/+2
2007-10-21Blackfin serial driver Kconfig: depend on DMA not being enabled rather than a...Mike Frysinger1-1/+1
2007-10-21Blackfin arch: Fix bug: missing CHIPID register field definition of BF54xBryan Wu1-0/+4
2007-10-21Blackfin arch: Fix up /proc/cpuinfo so it is like everyone elseRobin Getz1-39/+61
2007-10-21Blackfin arch: Optimization - no need to make additional math hereMichael Hennerich1-3/+3
2007-10-21Blackfin arch: force irq_flags into the .data sectionMike Frysinger2-2/+14
2007-10-21Blackfin arch BF548 defconfig: enable watchdog by defaultMike Frysinger1-1/+8
2007-10-21Blackfin arch: add new processor ADSP-BF52x arch/mach supportMichael Hennerich29-37/+4590
2007-10-21[PATCH] audit: watching subtreesAl Viro10-10/+1310
2007-10-21[PATCH] new helper - inotify_evict_watch()Al Viro2-0/+9