index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
meye.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[media] v4l2-ioctl: add priority handling support
Hans Verkuil
2011-03-22
1
-1
/
+2
*
[media] BKL: trivial ioctl -> unlocked_ioctl video driver conversions
Hans Verkuil
2010-12-01
1
-7
/
+7
*
V4L/DVB: meye: remove last V4L1 remnants from the code and add v4l2_device
Hans Verkuil
2010-05-18
1
-37
/
+41
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
kfifo: fix warn_unused_result
Stefani Seibold
2009-12-22
1
-2
/
+3
*
kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...
Stefani Seibold
2009-12-22
1
-8
/
+8
*
kfifo: move out spinlock
Stefani Seibold
2009-12-22
1
-15
/
+20
*
kfifo: move struct kfifo in place
Stefani Seibold
2009-12-22
1
-25
/
+23
*
V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments
Laurent Pinchart
2009-12-16
1
-1
/
+0
*
headers: remove sched.h from interrupt.h
Alexey Dobriyan
2009-10-11
1
-0
/
+1
*
const: mark struct vm_struct_operations
Alexey Dobriyan
2009-09-27
1
-1
/
+1
*
V4L/DVB (12204): bttv and meye: Use PCI_VDEVICE
Joe Perches
2009-09-12
1
-2
/
+1
*
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
2009-04-07
1
-1
/
+1
*
V4L/DVB (11270): meye: Remove buffer type checks from XXX_fmt_vid_cap, XXXbuf
Trent Piepho
2009-03-30
1
-26
/
+3
*
V4L/DVB (10820): meye: Don't need to zero ioctl parameter fields
Trent Piepho
2009-03-30
1
-12
/
+0
*
V4L/DVB (10794): v4l2: Move code to zero querybuf output struct to v4l2_ioctl
Trent Piepho
2009-03-30
1
-4
/
+0
*
V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.
Hans Verkuil
2009-01-02
1
-1
/
+1
*
V4L/DVB (10135): v4l2: introduce v4l2_file_operations.
Hans Verkuil
2009-01-02
1
-7
/
+3
*
V4L/DVB (8780): v4l: replace the last uses of video_exclusive_open/release
Hans Verkuil
2008-10-12
1
-11
/
+5
*
V4L/DVB (8748): V4L: fix return value of meye probe callback
Henrik Kretzschmar
2008-10-12
1
-1
/
+1
*
V4L/DVB (8613): v4l: move BKL down to the driver level.
Hans Verkuil
2008-10-12
1
-1
/
+6
*
V4L/DVB (8749): Fix error code, when camera is not turned on by sonypi
Mauro Carvalho Chehab
2008-09-03
1
-1
/
+1
*
V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_device
Hans Verkuil
2008-07-27
1
-1
/
+0
*
V4L/DVB (8483): Remove obsolete owner field from video_device struct.
Hans Verkuil
2008-07-26
1
-1
/
+0
*
V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops st...
Hans Verkuil
2008-07-26
1
-7
/
+11
*
V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common....
Hans Verkuil
2008-07-23
1
-0
/
+1
*
V4L/DVB (8428): videodev: rename 'dev' to 'parent'
Hans Verkuil
2008-07-23
1
-1
/
+1
*
V4L/DVB (7949): videodev: renamed the vidioc_*_fmt_* callbacks
Hans Verkuil
2008-07-20
1
-8
/
+10
*
V4L/DVB (7666): meye: Replace meye_do_ioctl to use video_ioctl2
Douglas Schilling Landgraf
2008-04-24
1
-710
/
+655
*
V4L/DVB (7402): add macro validation for v4l_compat_ioctl32
Douglas Schilling Landgraf
2008-04-24
1
-0
/
+2
*
V4L/DVB (7204): remove V4L2_CID_SHARPNESS from meye.h and report private cont...
Brandon Philips
2008-04-24
1
-1
/
+9
*
V4L/DVB (7094): static memory
Douglas Schilling Landgraf
2008-04-24
1
-1
/
+1
*
V4L/DVB (6617): drivers/media/video: Add missing "space"
Joe Perches
2008-01-25
1
-1
/
+1
*
V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 field
Mauro Carvalho Chehab
2007-10-22
1
-1
/
+0
*
Convert files to UTF-8 and some cleanups
Jan Engelhardt
2007-10-19
1
-1
/
+1
*
PCI: Change all drivers to use pci_device->revision
Auke Kok
2007-07-11
1
-3
/
+1
*
meye: make meye use sony-laptop instead of sonypi
malattia@linux.it
2007-04-28
1
-31
/
+31
*
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-14
1
-1
/
+0
*
[PATCH] mark struct file_operations const 4
Arjan van de Ven
2007-02-12
1
-1
/
+1
*
V4L/DVB (4964): VIDEO_PALETTE_YUYV and VIDEO_PALETTE_YUV422 are the same palette
audetto@tiscali.it
2006-12-27
1
-2
/
+2
*
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2006-10-05
1
-1
/
+1
*
[PATCH] irq-flags: media: Use the new IRQF_ constants
Thomas Gleixner
2006-07-02
1
-1
/
+1
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
V4L/DVB (4068): Removed all references to kernel stuff from videodev.h and vi...
Mauro Carvalho Chehab
2006-06-25
1
-0
/
+1
*
V4L/DVB (4036): Fix some compilation warnings
Mauro Carvalho Chehab
2006-06-25
1
-2
/
+2
*
V4L/DVB (3318b): sem2mutex: drivers/media/, #2
Ingo Molnar
2006-02-07
1
-56
/
+56
*
V4L (926_2): Moves compat32 functions from fs to v4l subsystem
Arnd Bergmann
2006-01-09
1
-0
/
+1
*
[PATCH] meye: use dma-mapping constants
Tobias Klauser
2005-09-07
1
-1
/
+2
*
[PATCH] fix u32 vs. pm_message_t in drivers/media
Pavel Machek
2005-04-16
1
-1
/
+1
*
Linux-2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+2041