index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
em28xx
/
em28xx-video.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-2
/
+2
2011-03-22
[media] em28xx: properly handle subdev controls
Mauro Carvalho Chehab
1
-3
/
+28
2011-03-22
[media] em28xx: Fix return value for s_ctrl
Mauro Carvalho Chehab
1
-1
/
+1
2011-01-07
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-21
/
+9
2011-01-03
[media] em28xx: radio_fops should also use unlocked_ioctl
Hans Verkuil
1
-1
/
+1
2010-12-30
[media] em28xx: fix incorrect s_ctrl error code and wrong call to res_free
Hans Verkuil
1
-5
/
+9
2010-12-29
[media] V4L: remove V4L1 compatibility mode
Hans Verkuil
1
-16
/
+0
2010-10-21
V4L/DVB: em28xx: fix a compilation warning
Mauro Carvalho Chehab
1
-1
/
+0
2010-10-21
V4L/DVB: em28xx: the default std was not passed on to the subdevs
Hans Verkuil
1
-0
/
+1
2010-10-21
V4L/DVB: em28xx: remove BKL
Hans Verkuil
1
-82
/
+10
2010-10-21
V4L/DVB: videobuf: add ext_lock argument to the queue init functions
Hans Verkuil
1
-2
/
+2
2010-10-21
V4L/DVB: drivers/media/video/em28xx: Remove potential NULL dereference
Julia Lawall
1
-1
/
+2
2010-08-02
V4L/DVB: Fix case where fields were not at the correct start location
Devin Heitmueller
1
-2
/
+2
2010-05-19
V4L/DVB: em28xx: g_tuner must set type field
Hans Verkuil
1
-0
/
+1
2010-05-19
V4L/DVB: em28xx: switch to new vbi subdev ops
Hans Verkuil
1
-2
/
+2
2010-05-18
V4L/DVB: em28xx: rework buffer pointer tracking for offset to start of video
Devin Heitmueller
1
-22
/
+39
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-26
V4L/DVB (13932): em28xx: add PAL support for VBI
Devin Heitmueller
1
-20
/
+38
2009-12-16
V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments
Laurent Pinchart
1
-4
/
+0
2009-12-16
V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor number
Laurent Pinchart
1
-3
/
+3
2009-12-16
V4L/DVB (13554a): v4l: Use the video_drvdata function in drivers
Laurent Pinchart
1
-7
/
+16
2009-12-16
V4L/DVB (13553): v4l: Use the video_is_registered function in device drivers
Laurent Pinchart
1
-3
/
+3
2009-12-16
V4L/DVB (13550): v4l: Use the new video_device_node_name function
Laurent Pinchart
1
-10
/
+10
2009-12-05
em28xx: don't reduce scale to half size for em2800
Mauro Carvalho Chehab
1
-6
/
+0
2009-12-05
V4L/DVB (13238): v4l2_subdev: rename tuner s_standby operation to core s_power
Laurent Pinchart
1
-1
/
+1
2009-09-19
V4L/DVB (12881): em28xx: fix codingstyle issues in em28xx-video.c
Devin Heitmueller
1
-18
/
+21
2009-09-19
V4L/DVB (12750): em28xx: fix unused variable warning
Devin Heitmueller
1
-1
/
+0
2009-09-19
V4L/DVB (12749): em28xx: remove unneeded code that set VINCTRL register
Devin Heitmueller
1
-3
/
+0
2009-09-19
V4L/DVB (12748): em28xx: implement g_std v4l call
Devin Heitmueller
1
-3
/
+18
2009-09-19
V4L/DVB (12747): em28xx: only advertise VBI capability if supported
Devin Heitmueller
1
-1
/
+3
2009-09-19
V4L/DVB (12746): em28xx: do not create /dev/vbiX device if VBI not supported
Devin Heitmueller
1
-9
/
+16
2009-09-19
V4L/DVB (12744): em28xx: restructure fh/dev locking to handle both video and vbi
Devin Heitmueller
1
-88
/
+94
2009-09-19
V4L/DVB (12743): em28xx: fix mmap_mapper with vbi
Devin Heitmueller
1
-1
/
+4
2009-09-19
V4L/DVB (12742): em28xx: add raw VBI support for NTSC
Devin Heitmueller
1
-24
/
+266
2009-09-19
V4L/DVB (12741): em28xx: make video isoc stream work when VBI is enabled
Devin Heitmueller
1
-4
/
+123
2009-09-12
V4L/DVB (12408): em28xx: Implement g/s_register via address match
Mauro Carvalho Chehab
1
-4
/
+6
2009-09-12
V4L/DVB (12376): em28xx: fix V4L2 API compliance: don't expose audio inputs f...
Mauro Carvalho Chehab
1
-1
/
+9
2009-09-12
V4L/DVB (12345): em28xx: fix audio VIDIOC_S_CTRL adjustments on devices witho...
Mauro Carvalho Chehab
1
-3
/
+17
2009-09-12
V4L/DVB (12274): em28xx-video: better implement ac97 control ioctls
Mauro Carvalho Chehab
1
-49
/
+68
2009-09-12
V4L/DVB (12273): em28xx-video: rename ac97 audio controls to better document it
Mauro Carvalho Chehab
1
-11
/
+11
2009-08-14
V4L/DVB (12406): em28xx: fix: don't do image interlacing on webcams
Mauro Carvalho Chehab
1
-9
/
+31
2009-08-14
V4L/DVB (12400): em28xx: Allow changing fps on webcams
Mauro Carvalho Chehab
1
-0
/
+37
2009-07-24
V4L/DVB (12239): em28xx: fix webcam scaling
Mauro Carvalho Chehab
1
-13
/
+3
2009-07-24
V4L/DVB (12233): em28xx: rename is_27xx to is_webcam
Mauro Carvalho Chehab
1
-2
/
+2
2009-07-06
V4L/DVB (12171): em28xx: fix webcam usage with different output formats
Mauro Carvalho Chehab
1
-23
/
+23
2009-07-05
V4L/DVB (12169): em28xx-video: fix VIDIOC_G_FMT and VIDIOC_ENUMFMT with webcams
Mauro Carvalho Chehab
1
-30
/
+49
2009-07-05
V4L/DVB (12139): em28xx: add other video formats
Mauro Carvalho Chehab
1
-1
/
+18
2009-06-23
V4L/DVB (11912): em28xx: Use v4l bounding/alignment function
Trent Piepho
1
-26
/
+12
2009-04-07
V4L/DVB (11380): v4l2-subdev: change s_routing prototype
Hans Verkuil
1
-13
/
+6
2009-04-07
V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.
Hans Verkuil
1
-1
/
+1
[next]