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
/
pvrusb2
/
pvrusb2-v4l2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-07
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2011-11-01
drivers/media: Add module.h to all files using it implicitly
Paul Gortmaker
1
-0
/
+1
2011-10-08
[media] pvrusb2: initialize standards mask before detecting standard
Mauro Carvalho Chehab
1
-0
/
+1
2011-10-08
[media] pvrusb2: implement VIDIOC_QUERYSTD
Mauro Carvalho Chehab
1
-0
/
+7
2011-07-28
[media] return -ENOTTY for unsupported ioctl's at legacy drivers
Mauro Carvalho Chehab
1
-6
/
+1
2011-07-28
[media] pvrusb2: Use LINUX_VERSION_CODE for VIDIOC_QUERYCAP
Mauro Carvalho Chehab
1
-1
/
+1
2011-03-22
[media] pvrusb2: Remove dead code
Mike Isely
1
-2
/
+0
2010-12-29
[media] V4L: remove V4L1 compatibility mode
Hans Verkuil
1
-2
/
+2
2010-06-01
V4L/DVB: pvrusb2: Fix kernel oops at device unregistration
Mike Isely
1
-3
/
+12
2010-05-19
V4L/DVB: v4l2-common: simplify prio utility functions
Hans Verkuil
1
-3
/
+3
2010-05-19
V4L/DVB: pvrusb2-v4l2: Rename dev_info to pdi
Joe Perches
1
-11
/
+11
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-16
V4L/DVB (13550): v4l: Use the new video_device_node_name function
Laurent Pinchart
1
-17
/
+4
2009-12-05
V4L/DVB (13222): pvrusb2: Make more info available to udev
Mike Isely
1
-1
/
+14
2009-06-17
V4L/DVB (11747): pvrusb2: Bump up version advertised through v4l interface
Mike Isely
1
-1
/
+1
2009-06-17
V4L/DVB: cleanup redundant tests on unsigned
Roel Kluin
1
-2
/
+2
2009-03-30
V4L/DVB (11205): pvrusb2: Remove ancient IVTV specific ioctl functions
Mike Isely
1
-4
/
+0
2009-03-30
V4L/DVB (10298): remove err macro from few usb devices
Mauro Carvalho Chehab
1
-5
/
+7
2009-03-30
V4L/DVB (10236): pvrusb2: Stop advertising VBI capability - it isn't there
Mike Isely
1
-1
/
+1
2009-01-02
V4L/DVB (10141): v4l2: debugging API changed to match against driver name ins...
Hans Verkuil
1
-3
/
+3
2009-01-02
V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.
Hans Verkuil
1
-8
/
+8
2009-01-02
V4L/DVB (10135): v4l2: introduce v4l2_file_operations.
Hans Verkuil
1
-5
/
+4
2008-12-29
V4L/DVB (9503): v4l: remove inode argument from video_usercopy
Hans Verkuil
1
-10
/
+3
2008-10-21
V4L/DVB (9330): Get rid of inode parameter at v4l_compat_translate_ioctl()
Mauro Carvalho Chehab
1
-3
/
+8
2008-10-21
V4L/DVB (9327): v4l: use video_device.num instead of minor in video%d
Hans Verkuil
1
-3
/
+3
2008-10-12
V4L/DVB (8900): pvrusb2: Implement cropping pass through
Mike Isely
1
-0
/
+86
2008-10-12
V4L/DVB (8898): pvrusb2: Be able to programmatically retrieve a control's def...
Mike Isely
1
-3
/
+5
2008-10-12
V4L/DVB (8894): pvrusb2: Remove BKL
Mike Isely
1
-6
/
+0
2008-10-12
V4L/DVB (8613): v4l: move BKL down to the driver level.
Hans Verkuil
1
-0
/
+6
2008-07-27
V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_device
Hans Verkuil
1
-4
/
+0
2008-07-26
V4L/DVB (8483): Remove obsolete owner field from video_device struct.
Hans Verkuil
1
-1
/
+0
2008-07-24
V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common....
Hans Verkuil
1
-0
/
+1
2008-07-20
V4L/DVB (7936): pvrusb2: Remove svn Id keyword from all sources
Mike Isely
1
-1
/
+0
2008-04-29
media: fix integer as NULL pointer warnings
Harvey Harrison
1
-1
/
+1
2008-04-24
V4L/DVB (7723): pvrusb2: Clean up input selection list generation in V4L inte...
Mike Isely
1
-32
/
+37
2008-04-24
V4L/DVB (7719): pvrusb2: Implement input selection enforcement
Mike Isely
1
-27
/
+25
2008-04-24
V4L/DVB (7321): pvrusb2: Rework context handling and initialization
Mike Isely
1
-60
/
+55
2008-04-24
V4L/DVB (7300): pvrusb2: v4l2 implementation fixes for input selection
Mike Isely
1
-13
/
+57
2008-04-24
V4L/DVB (7298): pvrusb2: Account for dtv choice (a bit) in v4l2 implementation
Mike Isely
1
-0
/
+1
2008-01-26
V4L/DVB (6695): pvrusb2: Implement functions to pass descriptive hardware info
Mike Isely
1
-0
/
+1
2008-01-26
V4L/DVB (6691): pvrusb2: Rework pipeline state control
Mike Isely
1
-4
/
+2
2007-10-22
V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 field
Mauro Carvalho Chehab
1
-3
/
+0
2007-04-27
V4L/DVB (5507): Pvrusb2: Gather USB bus address info and report it
Mike Isely
1
-0
/
+2
2007-03-15
[PATCH] misc NULL noise
Al Viro
1
-3
/
+3
2007-03-01
V4L/DVB (5304): Improve chip matching in v4l2_register
Hans Verkuil
1
-2
/
+2
2007-02-21
V4L/DVB (5175): Pvrusb2: VIDIOC_DBG_[S|G]_REGISTER fixups
Mike Isely
1
-4
/
+0
2007-02-21
V4L/DVB (5169): Pvrusb2: Use macro names for FX2 commands
Michael Krufky
1
-2
/
+1
2007-02-21
V4L/DVB (5146): Make VIDIOC_INT_[SG]_REGISTER ioctls no longer internal only
Trent Piepho
1
-5
/
+9
2007-02-21
V4L/DVB (5117): Fix: VIDIOC_G_TUNER were returning an endless number of tuners
Mauro Carvalho Chehab
1
-0
/
+4
2007-02-21
V4L/DVB (5095): Pvrusb2: Allow VIDIOC_S_FMT with -1 for resolution values
Pantelis Koukousoulas
1
-3
/
+9
[next]