index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
uvc
/
uvc_v4l2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-19
[media] uvcvideo: Implement compat_ioctl32 for custom ioctls
Laurent Pinchart
1
-0
/
+205
2012-03-19
[media] uvcvideo: Return -ENOTTY in case of unknown ioctl
Laurent Pinchart
1
-1
/
+1
2011-12-11
[media] uvcvideo: Fix integer overflow in uvc_ioctl_ctrl_map()
Haogang Chen
1
-0
/
+9
2011-12-11
[media] uvcvideo: Use videobuf2-vmalloc
Laurent Pinchart
1
-18
/
+2
2011-09-24
[media] uvcvideo: Remove deprecated UVCIOC ioctls
Laurent Pinchart
1
-52
/
+2
2011-07-30
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2011-07-28
[media] return -ENOTTY for unsupported ioctl's at legacy drivers
Mauro Carvalho Chehab
1
-1
/
+1
2011-07-28
[media] uvcvideo: Use LINUX_VERSION_CODE for VIDIOC_QUERYCAP
Mauro Carvalho Chehab
1
-1
/
+1
2011-07-27
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-05-20
[media] uvcvideo: Add support for NOMMU arch
Bob Liu
1
-0
/
+17
2011-05-20
[media] uvcvideo: Make the API public
Laurent Pinchart
1
-6
/
+7
2011-05-20
[media] uvcvideo: Deprecate UVCIOC_CTRL_{ADD,MAP_OLD,GET,SET}
Laurent Pinchart
1
-2
/
+21
2011-05-20
[media] uvcvideo: Add UVCIOC_CTRL_QUERY ioctl
Martin Rubli
1
-3
/
+16
2010-12-29
[media] V4L: remove V4L1 compatibility mode
Hans Verkuil
1
-5
/
+2
2010-12-02
[media] uvcvideo: Convert to unlocked_ioctl
Laurent Pinchart
1
-1
/
+1
2010-12-02
[media] uvcvideo: Lock stream mutex when accessing format-related information
Laurent Pinchart
1
-23
/
+55
2010-12-02
[media] uvcvideo: Move mmap() handler to uvc_queue.c
Laurent Pinchart
1
-66
/
+1
2010-12-02
[media] uvcvideo: Move mutex lock/unlock inside uvc_free_buffers
Laurent Pinchart
1
-2
/
+0
2010-12-02
[media] uvcvideo: Lock controls mutex when querying menus
Laurent Pinchart
1
-35
/
+1
2010-10-21
[media] uvcvideo: Remove sysadmin requirements for UVCIOC_CTRL_MAP
Martin Rubli
1
-6
/
+0
2010-10-21
[media] uvcvideo: Hardcode the index/selector relationship for XU controls
Laurent Pinchart
1
-33
/
+13
2010-10-21
[media] uvcvideo: Update e-mail address and copyright notices
Laurent Pinchart
1
-2
/
+2
2010-08-02
V4L/DVB: drivers/media: Remove unnecessary casts of private_data
Joe Perches
1
-4
/
+4
2010-08-02
V4L/DVB: uvcvideo: Don't use stack-based buffers for USB transfers
Laurent Pinchart
1
-0
/
+3
2010-08-02
V4L/DVB: uvcvideo: Support menu controls in the control mapping API
Laurent Pinchart
1
-23
/
+69
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: uvcvideo: Check uvc_ctrl_begin return value in VIDIOC_S_CTRL
Laurent Pinchart
1
-1
/
+1
2010-02-26
V4L/DVB: uvcvideo: Clamp control values to the minimum and maximum values
Laurent Pinchart
1
-0
/
+2
2009-12-05
V4L/DVB (13506): uvcvideo: Factorize common field in uvc_entity structure
Laurent Pinchart
1
-3
/
+3
2009-12-05
V4L/DVB (13503): uvcvideo: Merge iterms, oterms and units linked lists
Laurent Pinchart
1
-3
/
+7
2009-12-05
V4L/DVB (13310): uvcvideo: Return -EINVAL instead of -ENODEV in read()
Laurent Pinchart
1
-1
/
+1
2009-12-05
V4L/DVB (13152): uvcvideo: Rely on videodev to reference-count the device
Laurent Pinchart
1
-24
/
+8
2009-12-05
V4L/DVB (13151): uvcvideo: Dismiss privileges when freeing video buffers
Laurent Pinchart
1
-1
/
+5
2009-12-05
V4L/DVB (13150): uvcvideo: Don't acquire privileges in VIDIOC_TRY_FMT
Laurent Pinchart
1
-4
/
+0
2009-09-27
const: mark struct vm_struct_operations
Alexey Dobriyan
1
-1
/
+1
2009-09-12
V4L/DVB (12379): uvcvideo: Multiple streaming interfaces support
Laurent Pinchart
1
-40
/
+40
2009-09-12
V4L/DVB (12378): uvcvideo: Restructure the driver to support multiple simulta...
Laurent Pinchart
1
-93
/
+102
2009-09-12
V4L/DVB (12185): uvcvideo: Prefix all UVC constants with UVC_
Laurent Pinchart
1
-7
/
+7
2009-06-17
V4L/DVB (12002): uvc: Fix for no return value check of uvc_ctrl_set() which c...
Robert Krakora
1
-3
/
+12
2009-06-17
V4L/DVB (11945): uvcvideo: Don't accept to change the format when buffers are...
Laurent Pinchart
1
-1
/
+1
2009-06-17
V4L/DVB (11837): uvcvideo: Start status polling on device open
Laurent Pinchart
1
-0
/
+12
2009-06-17
V4L/DVB (11574): uvcvideo: fill reserved fields with zero of VIDIOC_QUERYMENU
Márton Németh
1
-0
/
+6
2009-06-17
V4L/DVB (11573): uvcvideo: Prevent invormation loss with removing implicit ca...
Márton Németh
1
-2
/
+2
2009-03-30
V4L/DVB (11293): uvcvideo: Add zero fill for VIDIOC_ENUM_FMT
Márton Németh
1
-0
/
+6
2009-03-30
V4L/DVB (10308): uvcvideo: use usb_make_path to report bus info
Thierry MERLE
1
-2
/
+2
2009-03-30
V4L/DVB (10293): uvcvideo: replace strn{cpy,cat} with strl{cpy,cat}.
Laurent Pinchart
1
-6
/
+6
2009-01-29
V4L/DVB (10197): uvcvideo: Whitespace and comments cleanup, copyright updates.
Laurent Pinchart
1
-5
/
+5
2009-01-02
V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.
Hans Verkuil
1
-3
/
+3
2009-01-02
V4L/DVB (10135): v4l2: introduce v4l2_file_operations.
Hans Verkuil
1
-6
/
+4
2008-12-30
V4L/DVB (10104): uvcvideo: Add support for video output devices
Laurent Pinchart
1
-31
/
+50
[next]