index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_multi_rtos
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
pinetabv-6.6.y-devel
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
starfive-6.6.48-dubhe
starfive-6.6.63-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
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-31
Merge tag 'media/v6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
10
-629
/
+374
2025-07-11
media: uvcvideo: Use a count variable for meta_formats instead of 0 terminating
Hans de Goede
2
-14
/
+11
2025-07-11
media: uvcvideo: Auto-set UVC_QUIRK_MSXU_META
Ricardo Ribalda
3
-3
/
+81
2025-07-11
media: uvcvideo: Introduce V4L2_META_FMT_UVC_MSXU_1_5
Ricardo Ribalda
2
-0
/
+5
2025-07-11
media: uvcvideo: Introduce dev->meta_formats
Ricardo Ribalda
3
-7
/
+39
2025-07-11
media: uvcvideo: Do not mark valid metadata as invalid
Ricardo Ribalda
1
-6
/
+6
2025-07-11
media: uvcvideo: uvc_v4l2_unlocked_ioctl: Invert PM logic
Ricardo Ribalda
1
-26
/
+26
2025-07-11
media: uvcvideo: Turn on the camera if V4L2_EVENT_SUB_FL_SEND_INITIAL
Ricardo Ribalda
1
-1
/
+9
2025-07-11
media: uvcvideo: Remove stream->is_streaming field
Ricardo Ribalda
3
-50
/
+11
2025-07-11
media: uvcvideo: Split uvc_stop_streaming()
Ricardo Ribalda
1
-7
/
+20
2025-07-11
media: uvcvideo: Handle locks in uvc_queue_return_buffers
Ricardo Ribalda
1
-7
/
+13
2025-07-11
media: uvcvideo: Use vb2 ioctl and fop helpers
Hans Verkuil
5
-442
/
+34
2025-07-09
media: stk1160: use usb_alloc_noncoherent/usb_free_noncoherent()
Xu Yang
3
-43
/
+11
2025-07-09
media: uvcvideo: use usb_alloc_noncoherent/usb_free_noncoherent()
Xu Yang
1
-47
/
+14
2025-06-17
media: gspca: Add bounds checking to firmware parser
Dan Carpenter
1
-2
/
+8
2025-06-17
media: usb: hdpvr: use I2C core to handle only supported messages
Wolfram Sang
1
-24
/
+4
2025-06-17
media: usb: hdpvr: disable zero-length read messages
Wolfram Sang
1
-0
/
+6
2025-06-17
media: usbtv: Lock resolution while streaming
Ludwig Disterhof
1
-0
/
+4
2025-06-16
media: uvcvideo: Fix 1-byte out-of-bounds read in uvc_parse_format()
Youngjun Lee
1
-0
/
+3
2025-06-16
media: uvcvideo: Add quirk for HP Webcam HD 2300
Ricardo Ribalda
1
-0
/
+9
2025-06-16
media: uvcvideo: Refactor uvc_v4l2_compat_ioctl32
Ricardo Ribalda
1
-12
/
+10
2025-06-16
media: uvcvideo: Refactor uvc_queue_streamon
Ricardo Ribalda
1
-3
/
+4
2025-06-16
media: uvcvideo: Refactor uvc_ctrl_set_handle()
Ricardo Ribalda
1
-33
/
+33
2025-06-16
media: uvcvideo: Populate all errors in uvc_probe()
Ricardo Ribalda
1
-11
/
+7
2025-06-16
media: uvcvideo: Set V4L2_CTRL_FLAG_DISABLED during queryctrl errors
Ricardo Ribalda
2
-8
/
+49
2025-06-16
media: uvcvideo: Fix bandwidth issue for Alcor camera
chenchangcheng
1
-0
/
+9
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
4
-9
/
+10
2025-05-28
Merge tag 'media/v6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
9
-239
/
+195
2025-05-09
media: uvcvideo: Use dev_err_probe for devm_gpiod_get_optional
Ricardo Ribalda
1
-5
/
+8
2025-05-09
media: uvcvideo: Fix deferred probing error
Ricardo Ribalda
1
-8
/
+19
2025-05-09
media: uvcvideo: Rollback non processed entities on error
Ricardo Ribalda
1
-10
/
+22
2025-05-09
media: uvcvideo: Send control events for partial succeeds
Ricardo Ribalda
1
-3
/
+9
2025-05-09
media: uvcvideo: Return the number of processed controls
Ricardo Ribalda
1
-1
/
+10
2025-05-09
media: uvcvideo: Do not turn on the camera for some ioctls
Ricardo Ribalda
1
-0
/
+20
2025-05-09
media: uvcvideo: Make power management granular
Ricardo Ribalda
1
-8
/
+0
2025-05-09
media: uvcvideo: Increase/decrease the PM counter per IOCTL
Ricardo Ribalda
2
-13
/
+64
2025-05-09
media: uvcvideo: Create uvc_pm_(get|put) functions
Ricardo Ribalda
2
-12
/
+28
2025-05-09
media: uvcvideo: Keep streaming state in the file handle
Ricardo Ribalda
2
-5
/
+14
2025-05-08
treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()
Ingo Molnar
1
-1
/
+1
2025-04-30
media: usb: em28xx: use (t,l)/wxh format for rectangle
Hans Verkuil
1
-1
/
+1
2025-04-25
media: gspca: Add error handling for stv06xx_read_sensor()
Wentao Liang
1
-3
/
+4
2025-04-25
media: cxusb: no longer judge rbuf when the write fails
Edward Adam Davis
1
-2
/
+1
2025-04-25
media: pvrusb2: Remove unused pvr2_std_create_enum
Dr. David Alan Gilbert
2
-173
/
+0
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
4
-17
/
+17
2025-03-05
media: cx231xx: Remove vidioc_s_ctrl callback
Ricardo Ribalda
1
-15
/
+0
2025-03-05
media: uvcvideo: Remove vidioc_queryctrl
Ricardo Ribalda
1
-25
/
+0
2025-03-05
media: pvrusb2: Remove g/s_ctrl callbacks
Ricardo Ribalda
1
-27
/
+0
2025-03-05
media: pvrusb2: Convert queryctrl to query_ext_ctrl
Ricardo Ribalda
1
-5
/
+8
2025-03-05
media: cx231xx: set device_caps for 417
Hans Verkuil
1
-0
/
+2
2025-03-03
media: uvcvideo: Drop the uvc_driver structure
Laurent Pinchart
2
-25
/
+17
[next]